$OpenBSD: patch-doc_lighttpd_conf,v 1.2 2007/07/25 21:31:46 rui Exp $
--- doc/lighttpd.conf.orig	Wed Oct  4 14:26:23 2006
+++ doc/lighttpd.conf	Wed Jul 25 12:06:33 2007
@@ -183,10 +183,10 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fc
 #server.chroot              = "/"
 
 ## change uid to <uid> (default: don't care)
-#server.username            = "wwwrun"
+server.username            = "_lighttpd"
 
 ## change uid to <uid> (default: don't care)
-#server.groupname           = "wwwrun"
+server.groupname           = "_lighttpd"
 
 #### compress module
 #compress.cache-dir         = "/tmp/lighttpd/cache/compress/"
