On 6 March 2013 17:31, Brett Parker iDunno@sommitrealweird.co.uk wrote:
I'd also guess, due to running PHP under mod_php you're using mpm-pre-fork, which is not the bestest way to run apache to start with... worker is the current recommendation, but mod_php doesn't work in that (what with it being entirely un thread safe and all...). :)
Cheap point, but well made :-)
The conclusion is that I should be focusing on FastCGI not changing webserver, but that brings its own issues (see other thread) that I don't really see a good solution to at the moment, so the status quo is currently winning :-(