]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- apache and lighttpd on one server.
authorserek <serek@pld-linux.org>
Sun, 16 May 2004 15:34:51 +0000 (15:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.conf -> 1.4

lighttpd.conf

index eedefab6aacaab3462efe520a393ef9177466f34..f995e70cf88145e8e32b785d534a70490718768f 100644 (file)
@@ -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 <uid> (default: don't care)
-server.username            = "http"
+server.username            = "lighttpd"
 
 ## change uid to <uid> (default: don't care)
-server.groupname           = "http"
+server.groupname           = "lighttpd"
 
 #### compress module
 #compress.cache-dir          = "/tmp/lighttpd/cache/compress/"
This page took 0.946639 seconds and 4 git commands to generate.