i'm running my site on a VPS with apache/php/fastcgi/mysql - occasionally (1 in every 30 requests or so), when i open a page it seems to hang until it times out and returns a 500 error.

  • I do not have a reproducible pattern but it seems to occur more when posting a form, but also happens sometimes when just clicking on a page.
  • This happens even at times when there is close to no load on the VPS.
  • I have eliminated both php and mysql as a possible cause of the problem (the request does not even reach the php script when this happens).
  • If i close the browser window (while it's not responsive) and open the same url again, it doesn't open, it still does not respond till it timeouts.

I know this is a bit of a general question but any pointers are much appreciated.

link|improve this question

50% accept rate
1  
What do your logs show for these requests? – symcbean Jun 3 '11 at 12:11
@symcbean - Which log do you mean ? the access log? – Sherif Buzz Jun 3 '11 at 19:39
yes - and the rest. – symcbean Jun 6 '11 at 12:40
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.