*** empty log message ***
This commit is contained in:
parent
89ae353ccc
commit
4c23565240
19
htdocs/public/error.html
Normal file
19
htdocs/public/error.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Dolibarr</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Public</h1>
|
||||
|
||||
|
||||
|
||||
<hr>
|
||||
<address><a href="mailto:rodo@lager.lolix.net"></a></address>
|
||||
<!-- Created: Mon Jun 24 13:51:43 CEST 2002 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Mon Jun 24 13:51:51 CEST 2002
|
||||
<!-- hhmts end -->
|
||||
</body>
|
||||
</html>
|
||||
10
httpd.conf
10
httpd.conf
@ -3,6 +3,7 @@
|
||||
# Sample httpd.conf for dolibarr
|
||||
#
|
||||
# $Id$
|
||||
# $Source$
|
||||
#
|
||||
<VirtualHost dolibarr.lafrere.lan>
|
||||
ServerAdmin webmaster.fr@lolix.org
|
||||
@ -14,7 +15,7 @@
|
||||
|
||||
<Location />
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride none
|
||||
AllowOverride All
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
|
||||
@ -32,4 +33,11 @@
|
||||
satisfy any
|
||||
</Location>
|
||||
|
||||
<Location /public/>
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride All
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Location>
|
||||
|
||||
</VirtualHost>
|
||||
Loading…
Reference in New Issue
Block a user