aboutsummaryrefslogtreecommitdiff
path: root/net/apache/patches/005-httpd_conf.patch
blob: 9de32fe8ccadc7b8b88cceb62442113e37dbf5db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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>