]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- run as http/http by default
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Mar 2004 19:18:21 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.conf -> 1.2

lighttpd.conf

index 05db3940a55d9fcf6e18188955a0f785d308423c..40fdc3a5c8613b68730ea6336a908f4ea5ce3172 100644 (file)
@@ -103,10 +103,10 @@ url.access-deny             = ( "~", ".inc" )
 #server.chroot            = "/"
 
 ## change uid to <uid> (default: don't care)
-#server.username            = "wwwrun"
+server.username            = "http"
 
 ## change uid to <uid> (default: don't care)
-#server.groupname           = "wwwrun"
+server.groupname           = "http"
 
 #### compress module
 #compress.cache-dir          = "/tmp/lighttpd/cache/compress/"
This page took 0.181493 seconds and 4 git commands to generate.