diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-01 23:19:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-01 23:19:33 +0000 |
commit | 58c68ea27899dedf4b94d6f8ea97b93f4d3f050c (patch) | |
tree | 64869d82c32ab735b896730c30a80b5ca91196ba /usr.sbin/httpd | |
parent | 2d9e72feb5f1d9dc151e618d142cf4df3bcbc6b1 (diff) |
use user www group www
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf | 5 |
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 |