From 6173ebefc36d5d6ee0911d5f968418466fab64ac Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 29 Apr 2002 20:00:18 +0000 Subject: [PATCH] *** empty log message *** --- httpd.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 httpd.conf diff --git a/httpd.conf b/httpd.conf new file mode 100644 index 00000000000..5f9b36bd0c9 --- /dev/null +++ b/httpd.conf @@ -0,0 +1,35 @@ +# +# +# Sample httpd.conf for dolibarr +# +# $Id$ +# + + ServerAdmin webmaster.fr@lolix.org + DocumentRoot /spare/home/www/dolibarr/dolibarr/htdocs + ServerName dolibarr.lafrere.lan + ErrorLog /spare/home/www/dolibarr/logs/error.log + CustomLog /spare/home/www/dolibarr/logs/access.log combined + + + + Options Indexes FollowSymLinks + AllowOverride none + Order deny,allow + Deny from all + + AuthType Basic + Auth_MySQL_Authoritative on + Auth_MySQL_DB lolixfr + Auth_MySQL_Password_Table llx_user + Auth_MySQL_Username_Field login + Auth_MySQL_Password_Field pass + Auth_MySQL_Encryption_Types Plaintext + Auth_MySQL_Encrypted_Passwords off + AuthName "lolix" + + require valid-user + satisfy any + + + \ No newline at end of file