PDA

View Full Version : [all variants] apache2 and libapache2-mod-php


jithin1987
July 23rd, 2009, 12:09 AM
In ubuntu I can see that there are 2 apache2 installations available

1. non threaded one apache2-mpm-prefork
2. threaded one apache2-mpm-worker

But libapache2-mod-php is getting installed only with apache2-mpm-prefork. How can I get apache to run php scripts using apache2-mpm-worker threaded and the faster one.

enz1m3
July 24th, 2009, 04:54 AM
http://ubuntuforums.org/showthread.php?t=612950

jithin1987
July 24th, 2009, 04:59 AM
Thanks.