openbsd-ports/www/lighttpd/patches/patch-doc_lighttpd_conf

17 lines
628 B
Plaintext

$OpenBSD: patch-doc_lighttpd_conf,v 1.4 2007/09/10 20:41:59 rui Exp $
--- doc/lighttpd.conf.orig Tue Aug 14 20:05:57 2007
+++ doc/lighttpd.conf Mon Sep 10 21:18:56 2007
@@ -186,10 +186,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 = "/var/cache/lighttpd/compress/"