6a36f66820
back and forth in email messages doesn't make any sense when we have a cvs tree to work in. So, not hooked into the package builds yet. Original work and port name from dlg. ok robert@, dlg@
15 lines
456 B
Plaintext
15 lines
456 B
Plaintext
$OpenBSD: patch-docs_conf_httpd_conf_in,v 1.1.1.1 2006/12/14 07:14:21 deanna Exp $
|
|
--- docs/conf/httpd.conf.in.orig Tue Oct 3 11:28:53 2006
|
|
+++ docs/conf/httpd.conf.in Tue Oct 3 11:29:17 2006
|
|
@@ -62,8 +62,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>
|
|
|
|
# 'Main' server configuration
|