Currently I'm running our web application on a LAMP stack on a VPS with the following specs:
768MB memory
Xen PV
Ubuntu Maverick
What I'm finding is that web server requests are frequently timing out. Interestingly, this is on my development configuration so it's getting very little traffic but despite that I'm getting timeouts. I'm wondering if Apache isn't somehow memory starved. I'm planning on converting it over to ngix but in the mean time I would like to determine what is causing the timeouts.
Does anyone have any suggestions?