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?
Printable View
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?
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
Nevermind i fixed it by un-installed some PHP libraries that i didn't need.