Activity log for bug #1627339

Date Who What changed Old value New value Message
2016-09-24 15:51:12 Horst Platz bug added bug
2016-09-25 08:50:17 Horst Platz description multiple instances don't start after reboot without the default apache enabled. :~# sh /usr/share/doc/apache2/examples/setup-instance xxx :~# sh /usr/share/doc/apache2/examples/setup-instance yyy :~# systemctl enable apache2-xxx :~# systemctl enable apache2-yyy disable default installed apache because ist should only the template for the suffix apaches :~# systemctl disable apache2 :~# shutdown -r now /var/run/apache2 ist now no longer available because tmpfs :~# cat /var/log/apache2-zzz/error.log [...] [Sat Sep 24 11:10:00.566132 2016] [core:error] [pid 2229] AH00100: apache2: could not log pid to file /var/run/apache2/apache2-xxx.pid [...] solution :~# vim /etc/apache2-xxx/envvars :~# vim /etc/apache2-yyy/envvars [...] #export APACHE_PID_FILE=/var/run/apache2/apache2$SUFFIX.pid export APACHE_PID_FILE=/var/run/apache2$SUFFIX/apache2$SUFFIX.pid or rather in /etc/apache2/envvars multiple apache instances don't start after reboot without the default apache enabled. :~# sh /usr/share/doc/apache2/examples/setup-instance xxx :~# sh /usr/share/doc/apache2/examples/setup-instance yyy :~# systemctl enable apache2-xxx :~# systemctl enable apache2-yyy disable default installed apache because ist should only the template for the suffix apaches :~# systemctl disable apache2 :~# shutdown -r now /var/run/apache2 ist now no longer available because tmpfs :~# cat /var/log/apache2-zzz/error.log [...] [Sat Sep 24 11:10:00.566132 2016] [core:error] [pid 2229] AH00100: apache2: could not log pid to file /var/run/apache2/apache2-xxx.pid [...] solution :~# vim /etc/apache2-xxx/envvars :~# vim /etc/apache2-yyy/envvars [...] #export APACHE_PID_FILE=/var/run/apache2/apache2$SUFFIX.pid export APACHE_PID_FILE=/var/run/apache2$SUFFIX/apache2$SUFFIX.pid or rather in /etc/apache2/envvars
2016-09-25 09:23:27 Horst Platz attachment added patch for /etc/apache2/envvars https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1627339/+attachment/4748279/+files/envvars.patch
2016-09-25 09:25:37 Horst Platz tags apache2
2016-09-25 12:36:17 Ubuntu Foundations Team Bug Bot tags apache2 apache2 patch
2016-09-25 12:36:28 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2016-09-26 11:22:09 Launchpad Janitor apache2 (Ubuntu): status New Confirmed
2016-09-26 11:26:45 Christian Ehrhardt  tags apache2 patch apache2 bitesize needs-upstream-report patch
2016-09-26 17:19:28 Horst Platz bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838932
2016-09-30 09:39:29 Christian Ehrhardt  bug task added apache2
2016-10-01 03:13:36 Bug Watch Updater apache2: status Unknown New
2016-10-03 16:08:48 Robie Basak bug added subscriber Ubuntu Server Team
2016-11-14 00:20:11 Bug Watch Updater apache2: status New Fix Released
2016-11-16 17:03:33 Launchpad Janitor apache2 (Ubuntu): status Confirmed Fix Released
2016-11-16 17:03:33 Launchpad Janitor cve linked 2016-4979
2016-11-16 17:03:33 Launchpad Janitor cve linked 2016-5387