diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-12-30 02:44:41 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-12-30 02:44:41 +0100 |
commit | de835af4552c2028a938b86b37054610b44a4555 (patch) | |
tree | 678a8f4e4919f01053f2484062c36fe8d7f2a160 | |
parent | 2.4/init: Submit pidfile to s-s-d on start to not confuse status (diff) | |
download | apache-de835af4552c2028a938b86b37054610b44a4555.tar.gz apache-de835af4552c2028a938b86b37054610b44a4555.tar.bz2 apache-de835af4552c2028a938b86b37054610b44a4555.zip |
2.4/init: Add a comment about altered pidfile in confd file
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r-- | 2.4/init/apache2.confd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/2.4/init/apache2.confd b/2.4/init/apache2.confd index 4635201..e6bb6c2 100644 --- a/2.4/init/apache2.confd +++ b/2.4/init/apache2.confd @@ -41,7 +41,9 @@ APACHE2_OPTS="-D DEFAULT_VHOST -D LANGUAGE -D INFO" # via them will result in Apache failing to start # YOU HAVE BEEN WARNED. -# PID file +# PID file. +# You need to set "PidFile" in httpd.conf as well if you change this from the +# default (which is /var/run/apache2.pid) #PIDFILE=/var/run/apache2.pid # timeout for startup/shutdown checks |