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: bugs@httpd.apache.org
          Reporter: dan.latv...@hawkinsinc.com
  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: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to