summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-05-22 10:22:10 +0200
committerLars Wendler <polynomial-c@gentoo.org>2014-05-22 10:22:10 +0200
commite4c6d9347f3ac7a43f6d452523f17c9d0174a3e6 (patch)
tree3e93f87c1cfb45ea98e3fafc96931e4bd4fbf015 /2.2/init/apache2.confd
parentAttempt to fix stop of apache with mod_perl in apache-2.2 as well (bug #503986) (diff)
downloadapache-e4c6d9347f3ac7a43f6d452523f17c9d0174a3e6.tar.gz
apache-e4c6d9347f3ac7a43f6d452523f17c9d0174a3e6.tar.bz2
apache-e4c6d9347f3ac7a43f6d452523f17c9d0174a3e6.zip
Revert runtime dir location changes as /run only exists on Linux systems
Diffstat (limited to '2.2/init/apache2.confd')
-rw-r--r--2.2/init/apache2.confd2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.2/init/apache2.confd b/2.2/init/apache2.confd
index c520c20..4635201 100644
--- a/2.2/init/apache2.confd
+++ b/2.2/init/apache2.confd
@@ -42,7 +42,7 @@ APACHE2_OPTS="-D DEFAULT_VHOST -D LANGUAGE -D INFO"
# YOU HAVE BEEN WARNED.
# PID file
-#PIDFILE=/run/apache2.pid
+#PIDFILE=/var/run/apache2.pid
# timeout for startup/shutdown checks
#TIMEOUT=10