Re: [EMAIL PROTECTED] Apache worker / PHP issue

2008-11-10 Thread Issac Goldstand
André Warnier wrote: > Savio Dias wrote: >> Hello, >> >> Is there anyone who can help resolve this issue ? >> > Hi. > What the Debian packager (through the apt-get program) and Eric are > telling you, is that the PHP5 package removes mpm-worker and replaces it > by mpm-prefork for a good reason. >

Re: [EMAIL PROTECTED] Apache worker / PHP issue

2008-11-10 Thread André Warnier
Savio Dias wrote: Hello, Is there anyone who can help resolve this issue ? Hi. What the Debian packager (through the apt-get program) and Eric are telling you, is that the PHP5 package removes mpm-worker and replaces it by mpm-prefork for a good reason. The good reason is probably that mpm-w

Re: [EMAIL PROTECTED] Apache worker / PHP issue

2008-11-10 Thread Savio Dias
Hello, Is there anyone who can help resolve this issue ? Thanks On Sun, Nov 9, 2008 at 1:48 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sat, Nov 8, 2008 at 2:00 PM, Savio Dias <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I am using Ubuntu 8.04. >> >> I have installed apache2 using apt-get, th

Re: [EMAIL PROTECTED] Apache worker / PHP issue

2008-11-08 Thread Eric Covener
On Sat, Nov 8, 2008 at 2:00 PM, Savio Dias <[EMAIL PROTECTED]> wrote: > Hello, > > I am using Ubuntu 8.04. > > I have installed apache2 using apt-get, this installs the mpm-worker mode. > However when i try to install php5 using apt-get, it removes the > mpm-worker and installs prefork. > > I need

[EMAIL PROTECTED] Apache worker / PHP issue

2008-11-08 Thread Savio Dias
Hello, I am using Ubuntu 8.04. I have installed apache2 using apt-get, this installs the mpm-worker mode. However when i try to install php5 using apt-get, it removes the mpm-worker and installs prefork. I need to keep the worker mode intact..please suggest.