We have a website that, in a certain set of circumstances, crashes and the page is blank and loads forever.
What I don't understand is that once that crash has happened I can close the browser, physically remove index.php from the file system, then point a new browser session (in a different browser) at that URL, and it still loads forever instead of giving a 404 error.
There's no access or error log entries, nothing in dmesg, etc.
The weird thing is, even restarting Apache doesn't fix the issue, so it doesn't appear that it's an Apache process that's locking things up.
I wondered if anybody has experienced anything like this, and knows what the cause could be?