]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Lighttpd: Daemon starts as www:www.
authorStefan Schantl <Stevee@ipfire.org>
Fri, 2 Oct 2009 11:58:52 +0000 (13:58 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Fri, 2 Oct 2009 11:58:52 +0000 (13:58 +0200)
src/lighttpd/lighttpd.conf

index a5c372a3c445da8a59e5de3c6ed4b122de78e510..15dc8491b654977f1a05a0bb88af075df4cbfc7d 100644 (file)
@@ -24,8 +24,8 @@ server.document-root  = "/srv/www/ipfire/"
 
 server.port            = 444
 
-server.username                = "nobody"
-server.groupname       = "nobody"
+server.username                = "www"
+server.groupname       = "www"
 
 server.event-handler   = "linux-sysepoll"
 server.network-backend = "linux-sendfile"