--- a/docs/conf/httpd.conf.in
|
|
+++ b/docs/conf/httpd.conf.in
|
|
@@ -74,8 +74,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 apache
|
|
+Group apache
|
|
|
|
</IfModule>
|
|
|