9573f43ea2
(CVE-2007-6420, CVE-2007-6421, CVE-2007-6422, CVE-2007-6423, CVE-2008-0005, CVE-2007-6388) http://lists.grok.org.uk/pipermail/full-disclosure/2008-January/059626.html http://lists.grok.org.uk/pipermail/full-disclosure/2008-January/059560.html http://lists.grok.org.uk/pipermail/full-disclosure/2008-January/059561.html ok dlg@
15 lines
433 B
Plaintext
15 lines
433 B
Plaintext
$OpenBSD: patch-docs_conf_httpd_conf_in,v 1.2 2008/01/28 19:48:47 bernd Exp $
|
|
--- docs/conf/httpd.conf.in.orig Wed Jan 23 22:22:19 2008
|
|
+++ docs/conf/httpd.conf.in Wed Jan 23 22:22:36 2008
|
|
@@ -63,8 +63,8 @@ Listen @@Port@@
|
|
# It is usually good practice to create a dedicated user and group for
|
|
# running httpd, as with most system services.
|
|
#
|
|
-User daemon
|
|
-Group daemon
|
|
+User @@User@@
|
|
+Group @@Group@@
|
|
|
|
</IfModule>
|
|
</IfModule>
|