summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-01 23:19:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-01 23:19:33 +0000
commit58c68ea27899dedf4b94d6f8ea97b93f4d3f050c (patch)
tree64869d82c32ab735b896730c30a80b5ca91196ba /usr.sbin/httpd
parent2d9e72feb5f1d9dc151e618d142cf4df3bcbc6b1 (diff)
use user www group www
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/conf/httpd.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf
index 21098ccbc7a..0657cbd0e50 100644
--- a/usr.sbin/httpd/conf/httpd.conf
+++ b/usr.sbin/httpd/conf/httpd.conf
@@ -32,8 +32,9 @@ HostnameLookups on
# On SCO (ODT 3) use User nouser and Group nogroup
# On HPUX you may not be able to use shared memory as nobody, and the
# suggested workaround is to create a user www and use that user.
-User nobody
-Group #-1
+# On OpenBSD, use user www, group www
+User www
+Group www
# The following directive disables keepalives and HTTP header flushes for
# Netscape 2.x and browsers which spoof it. There are known problems with