Apache web server idling
I've have set up a VPS with a basic LAMP set up. I've also added eAccelerator for PHP caching.
I noticed that sometimes when I request a page that the page isn't served. The browser just sits there waiting and will time out only after a very long time. I've started to debug this by tailing my access.log and error.log but when I finally get an idling request no entries are added to either of these log files, as if a request never comes in. I have the Chrome Inspect Tab open to monitor the requests made from the browser but it simply says "Pending…" on the page request.
I was wondering how I could start to debug this issue. Any feedback and help would be very much appreciated.