PDA

View Full Version : Apache Keeps Crashing


Pyrofan1
12-01-2006, 07:25 PM
When ever i view my website which is using apache it crashes, i'm guessing this has to do with some of the PHP libraries not being threadsafe. How do i stop Apache from crashing?

Ynot
12-01-2006, 09:32 PM
are you running your own server, or uploading to your isp's webspace?
(basically, I'm asking how you know apache is crashing - are you seeing errors yourself, or is stuff just not working?)

if you are running your own server, can you post the specs (processor, OS, etc.)

it's very rare that apache crashes
it has a lot of graceful errors that can occur (normally as a result of 3rd party modules failing to load)
but crashing is very rare

code not being thread-safe won't (I don't think) cause php to crash apache

if you can, post screenshots of error messages

Pyrofan1
12-01-2006, 09:46 PM
Nevermind i fixed it by un-installed some PHP libraries that i didn't need.