[Bug 791410] Re: Extra Apache instances not started on boot
Serge Hallyn
791410 at bugs.launchpad.net
Wed Jun 1 23:09:53 UTC 2011
** Description changed:
+ ==============================================================
+ SRU Justification:
+ 1. Impact: multiple apache instances (apache-*) are not started on boot
+ 2. How bug addressed: the apache2 init script allows itself to have a prefix (i.e. S01) when it is one of the multiple 'apache-*' instances.
+ 3. Patch: see comment #4
+ 4. TEST CASE: reboot a system after following /usr/share/doc/apache2/README.multiple-instances instructions to create multiple instances. Only the main instance will be started.
+ 5. Regression potential: The patch is against the init script. If there were a bug in the patch, then apache might fail to start up properly.
+ ==============================================================
+
Binary package hint: apache2
I'm running a setup with multiple Apache instances (see
/usr/share/doc/apache2/README.multiple-instances). The extra instances
aren't started on boot because the Apache startup script
/etc/init.d/apache2 contains the following test in line 20:
elif [ "${0##*/apache2-}" != "$0" ]
But the script name is something like /etc/rc2.d/S01apache2-xxx (note
the S01 before apache2-xxx).
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: apache2 2.2.17-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Wed Jun 1 17:42:11 2011
ProcEnviron:
- LANG=en_US.UTF-8
- SHELL=/bin/bash
+ LANG=en_US.UTF-8
+ SHELL=/bin/bash
SourcePackage: apache2
UpgradeStatus: Upgraded to natty on 2011-05-10 (22 days ago)
** Changed in: apache2 (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/791410
Title:
Extra Apache instances not started on boot
More information about the Ubuntu-server-bugs
mailing list