From: Stefan Schantl Date: Fri, 2 Oct 2009 11:58:52 +0000 (+0200) Subject: Lighttpd: Daemon starts as www:www. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c37792e25bcf0ab7513ca20083a196a1abe1a4c;p=ipfire-3.x.git Lighttpd: Daemon starts as www:www. --- diff --git a/src/lighttpd/lighttpd.conf b/src/lighttpd/lighttpd.conf index a5c372a3c..15dc8491b 100644 --- a/src/lighttpd/lighttpd.conf +++ b/src/lighttpd/lighttpd.conf @@ -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"