Magellan Linux

Annotation of /trunk/apache2/patches/apache2-2.2.8-default-user.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 501 - (hide annotations) (download)
Sat Mar 15 21:29:28 2008 UTC (16 years, 2 months ago) by niro
File size: 476 byte(s)
-re-diffed against 2.2.8

1 niro 501 diff -Naur httpd-2.2.8/docs/conf/httpd.conf.in httpd-2.2.8-magellan/docs/conf/httpd.conf.in
2     --- httpd-2.2.8/docs/conf/httpd.conf.in 2007-12-21 12:43:00.000000000 +0100
3     +++ httpd-2.2.8-magellan/docs/conf/httpd.conf.in 2008-03-15 22:31:50.000000000 +0100
4     @@ -63,8 +63,8 @@
5     # It is usually good practice to create a dedicated user and group for
6     # running httpd, as with most system services.
7     #
8     -User daemon
9     -Group daemon
10     +User apache
11     +Group apache
12    
13     </IfModule>
14     </IfModule>