Magellan Linux

Contents of /trunk/apache2/patches/apache2-2.2.4-default-pidfile.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 231 - (show annotations) (download)
Sat Jun 30 02:24:36 2007 UTC (16 years, 10 months ago) by niro
File size: 595 byte(s)
files for apache-2.2.4-r1

1 diff -Naur httpd-2.2.4/docs/conf/httpd.conf.in httpd-2.2.4-magellan/docs/conf/httpd.conf.in
2 --- httpd-2.2.4/docs/conf/httpd.conf.in 2005-11-29 17:10:50.000000000 +0100
3 +++ httpd-2.2.4-magellan/docs/conf/httpd.conf.in 2007-06-30 02:49:03.000000000 +0200
4 @@ -29,6 +29,12 @@
5 ServerRoot "@@ServerRoot@@"
6
7 #
8 +# PidFile: The file in which the server should record its process
9 +# identification number when it starts
10 +#
11 +Pidfile /var/run/apache2.pid
12 +
13 +#
14 # Listen: Allows you to bind Apache to specific IP addresses and/or
15 # ports, instead of the default. See also the <VirtualHost>
16 # directive.