Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/apache:master commit in: 2.4/init/
Date: Wed, 30 Dec 2020 01:46:10
Message-Id: 1609292681.de835af4552c2028a938b86b37054610b44a4555.polynomial-c@gentoo
1 commit: de835af4552c2028a938b86b37054610b44a4555
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 01:44:41 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 01:44:41 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/apache.git/commit/?id=de835af4
7
8 2.4/init: Add a comment about altered pidfile in confd file
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 2.4/init/apache2.confd | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/2.4/init/apache2.confd b/2.4/init/apache2.confd
16 index 4635201..e6bb6c2 100644
17 --- a/2.4/init/apache2.confd
18 +++ b/2.4/init/apache2.confd
19 @@ -41,7 +41,9 @@ APACHE2_OPTS="-D DEFAULT_VHOST -D LANGUAGE -D INFO"
20 # via them will result in Apache failing to start
21 # YOU HAVE BEEN WARNED.
22
23 -# PID file
24 +# PID file.
25 +# You need to set "PidFile" in httpd.conf as well if you change this from the
26 +# default (which is /var/run/apache2.pid)
27 #PIDFILE=/var/run/apache2.pid
28
29 # timeout for startup/shutdown checks