(01-25-2011, 04:06 AM)Polleke Wrote: What kind of worker module are you running for apache? The prefork module could be responsible for such kind of lags. It might starts up a set of servers when receiving the internal dummy connection (http://wiki.apache.org/httpd/InternalDummyConnection). You could check your logs for these. Long shot though.
I also wouldn't recommend to run a desktop system. It makes troubleshooting such problems much more problematic.
I think, I've installed the prefork one. I'll trying to change to the worker.
Thanks, I'll tell you infos.
Edit:
Installing php5 after have installed the apache-worker, enforce me to remove the apache-worker for apache-prefork...
The following packages will be REMOVED:
apache2-mpm-worker
The following NEW packages will be installed:
apache2-mpm-prefork libapache2-mod-php5
What I'm supposed to do?