I had the same problem until I've realised that Apache now uses event module by default. Solution is simple -- just switch to (traditional) MPM Prefork model as follows:

~~~~
a2dismod mpm_event
a2enmod mpm_prefork
~~~~

--
All the best,
 Dmitry Smirnov

Reply via email to