Code: Select all
root@here# /etc/init.d/apache2 restart
* Stopping apache2 ... [ ok ]
* Starting apache2 ... [ !! ]typical /var/log/apache2/error_log content is:
Code: Select all
[Thu Aug 04 14:02:59 2005] [warn] child process 23052 still did not exit, sending a SIGTERM
[Thu Aug 04 14:03:01 2005] [warn] child process 23052 still did not exit, sending a SIGTERM
[Thu Aug 04 14:03:03 2005] [warn] child process 23052 still did not exit, sending a SIGTERM
[Thu Aug 04 14:03:05 2005] [error] child process 23052 still did not exit, sending a SIGKILL
[Thu Aug 04 14:03:06 2005] [notice] caught SIGTERM, shutting downironically, the whole point of a gracefull restart is to avoid any sort of downtime..... gracefull restart as been the default since at least Jan 2004, so I suspect I won't be the only one with this problem.
for reference, my initial discovery of this issue
