Bug#803190: apache2: systectl status apache2.service reports startup failed, even though apache2 is running

2015-10-27 Thread Adam Hupp
Package: apache2 Version: 2.4.10-10+deb8u3 Severity: normal After upgrading to jessie the apache2 init script reports failure (via systemctl) even though it actually starts up correctly. adam@gaba:~$ sudo /etc/init.d/apache2 start Starting apache2 (via systemctl): apache2.serviceJob for

Bug#247229: apache2-common: -S option segfaults when NameVirtualHost specifies port

2004-05-04 Thread Adam Hupp
On Tue, May 04, 2004 at 07:04:41PM +0100, Thom May wrote: Just a backtrace with gdb would be a good start. #0 0x0807e515 in ap_set_name_virtual_host () #1 0x0807e6d3 in ap_set_name_virtual_host () #2 0x0807eaff in ap_fini_vhost_config () #3 0x0807dbd1 in main () I think I have a better

Bug#247229: apache2-common: -S option segfaults when NameVirtualHost specifies port

2004-05-03 Thread Adam Hupp
Package: apache2-common Version: 2.0.49-1 Severity: normal I had a NameVirtualHost *:80 directive in my apache2.conf. I tried running 'apache2 -S' to debug my vhosts and got a segfault. Changing it to NameVirtualHost * fixed the segfault. I can provide a core file if needed. -- System

Re: Bug#243536: apache: Fails to restart on SIGUSR1

2004-04-14 Thread Adam Hupp
On Tue, Apr 13, 2004 at 08:12:22PM +0200, Fabio Massimo Di Nitto wrote: Hi Adam, can you atleast include the configuration files? It works here and for most of us. I assume that one external module has been upgraded and apache not reloaded immediatly after. That could have lead to a

Bug#243536: apache: Fails to restart on SIGUSR1

2004-04-13 Thread Adam Hupp
Package: apache Version: 1.3.29.0.2-4 Severity: normal After upgrading to testing I noticed (after a few days) that my apache process was not running. The last thing in the error logs is: [notice] SIGUSR1 received. Doing graceful restart If I start apache and then do a apachectl graceful