https://bz.apache.org/bugzilla/show_bug.cgi?id=65622
Bug ID: 65622
Summary: Error in apachectl script
Product: Apache httpd-2
Version: 2.4.49
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Runtime Config
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
After installing 2.4.49 (and verified the same in 2.4.50) on Ubuntu 20.04, our
multi-instance sites would not start following a reboot. The primary instance
(apache2) would start, but any multi-instances (e.g. apache2-site1) would not
start. It appears that the /usr/sbin/apachectl script was telling the system
to look in the wrong location for the binary files.
In the 2.4.48 version, line 78 looks like this:
HTTPD=${APACHE_HTTPD:-usr/sbin/apache2}
In the 2.4.49 and later versions, this line looks like this:
HTTPD=${APACHE_HTTPD:-usr/sbin/apache2$SUFFIX}
Where $SUFFIX is the name of the other Apache instances.
This causes the start command to fail as no binaries exist in
usr/sbin/apache2-site1/.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]