I'm running ubuntu server 11.10 in a virtual box as a local development server for php applications. How ever, my apache installation is very standard, except for virtual hosts of course.
When I'm sending a request apache almost immediately consumes 100% cpu until the request is done and falls back to < 1% then. This server is only used by myself, so my requests are the only ones. The access logs don't show anything except my requests. Error log is empty. Any suggestions how to determine the reason for this behaviour? Couldn't find anything on google.
Thanks in advance!