updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / apache-gost / apachectl-confd.patch
blobd0f4b699e932775a2e04172ea89e4c8ef1c0398a
1 --- support/apachectl.in.orig 2010-03-06 18:09:11.000000000 +0100
2 +++ support/apachectl.in 2010-03-06 18:12:31.000000000 +0100
3 @@ -56,6 +56,12 @@
4 # the URL to your server's mod_status status page. If you do not
5 # have one, then status and fullstatus will not work.
6 STATUSURL="http://localhost:@PORT@/server-status"
8 +# Source /etc/conf.d/apache for $HTTPD setting, etc.
9 +if [ -r /etc/conf.d/apache ]; then
10 + . /etc/conf.d/apache
11 +fi
14 # Set this variable to a command that increases the maximum
15 # number of file descriptors allowed per child process. This is