mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
14 lines
356 B
Diff
14 lines
356 B
Diff
|
--- ./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>
|