hack2003 n00b
Joined: 09 Oct 2011 Posts: 2
|
Posted: Thu Mar 08, 2012 11:33 pm Post subject: apache keeps crashing and now wont start at all |
|
|
for a day now i installed a brand new server and it was doing tricks all over me.
the apache service started craching with the notice:
Quote: | [Thu Mar 08 23:31:55 2012] [notice] child pid 20192 exit signal Segmentation fault (11)
[Thu Mar 08 23:32:56 2012] [notice] caught SIGTERM, shutting down |
and now i found out what was the problem.
i was running the apache service with the options like this:
Quote: | APACHE2_OPTS="-D PHP5 -D DEFAULT_VHOST ...." |
and after i changed it to:
Quote: | APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5 -...." |
everything works fine.
hope it will help someone
Eliezer |
|