Quote:
|
Also, I was reading articles on the internet and it was never mentioned apc would destory/kill/hang apache process, in your words "system configuration that causes the server process to die", since apc is the only problem I got from debugging.
|
Not quite sure were you searched.If I enter "apc php" in the search field in the forum, then there are several threads related to hanging processes caused by apc. But if you cant replace it with another cache, then its not a option to remove it.
Quote:
|
Could there be anything else wrong?
|
There can be other thingsa s well that are set wrong in the php.ini like disabled functions. See my posts above. Also it seems that you still havent enabled debugging like it is described in the FAQ, otherwise you would have recieved verbose output.