summaryrefslogtreecommitdiffstats
path: root/patches/source/httpd/httpd.runasapache.diff
blob: c1954ec336da23ec139f2fff5063c8ce0258fe0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./etc/httpd/httpd.conf.orig	2008-02-14 15:24:21.000000000 -0600
+++ ./etc/httpd/httpd.conf	2008-02-14 15:34:58.000000000 -0600
@@ -125,8 +125,8 @@
 # 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>
 </IfModule>