From: serek Date: Sun, 16 May 2004 15:34:51 +0000 (+0000) Subject: - apache and lighttpd on one server. X-Git-Tag: auto/ac/lighttpd-1_2_0-1~7 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=a2a346d66927fa5bc89c539244bfabc853b77d00;p=packages%2Flighttpd.git - apache and lighttpd on one server. Changed files: lighttpd.conf -> 1.4 --- diff --git a/lighttpd.conf b/lighttpd.conf index eedefab..f995e70 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -25,7 +25,7 @@ server.modules = ( ## a static document-root, for virtual-hosting take look at the ## server.virtual-* options -server.document-root = "/home/services/httpd/html/" +server.document-root = "/home/services/lighttpd/html/" ## where to send error-messages to server.errorlog = "/var/log/lighttpd/lighttpd.log" @@ -103,10 +103,10 @@ url.access-deny = ( "~", ".inc" ) #server.chroot = "/" ## change uid to (default: don't care) -server.username = "http" +server.username = "lighttpd" ## change uid to (default: don't care) -server.groupname = "http" +server.groupname = "lighttpd" #### compress module #compress.cache-dir = "/tmp/lighttpd/cache/compress/"