[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2011-11-14 Thread Chuck Short
Closing based on the above comments. ** Changed in: php5 (Ubuntu) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/12296 Title: PHP5 or PHP4 for

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2010-12-07 Thread Ondřej Surý
Just a note: With an introduction of php5-fpm (little bit premature in Ubuntu, but still there), there's really no need to have mod_php5 for mpm_worker. Given that it's still high risk because of thread safety, I doubt it will ever happen now when there is better alternative solution. -- You

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2010-03-22 Thread Thierry Carrez
** Changed in: php5 (Ubuntu) Assignee: Ubuntu Server Team (ubuntu-server) = (unassigned) -- PHP5 or PHP4 for apache2-mpm-worker https://bugs.launchpad.net/bugs/12296 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. --

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2010-01-08 Thread Ondřej Surý
That's a good point. Would filing a bug on each package to change dependencies be worthwhile? Yes, but please do that in Debian. There is http://webapps- common.alioth.debian.org/draft/html/ which may interest you. -- PHP5 or PHP4 for apache2-mpm-worker https://bugs.launchpad.net/bugs/12296

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2009-05-11 Thread Mark Foster
How about just modifying libapache2-mod-php5 to depend on apache2 instead of apache2-mpm-prefork? -- PHP5 or PHP4 for apache2-mpm-worker https://bugs.launchpad.net/bugs/12296 You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. --

Re: [Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2009-03-03 Thread Andrew Conkling
On Sat, Feb 21, 2009 at 01:27, goofrider b...@goofrider.imap.cc wrote: the problem is a lot of ubuntu/debian php webapp pacakges (e.g. phpmyadmin, etc.) use the mod_php5 package in their dependencies rather than the php5 metapackage, and put php directives in their httdp.conf/.htaccess with

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2009-02-20 Thread goofrider
Oh I forgot to mention, the problem is if a package requires libapache2 -mod-php5, it forces the mpmpork version of Apache. As long as a php package use the php5 metapackage instead of requiring libapache2-mod- php5 directly, mpmworker can be installed. -- PHP5 or PHP4 for apache2-mpm-worker

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2009-02-20 Thread goofrider
My opinion is that novices should use mpm_prefork. No offense but that's a very Debian-esque answer. Sure most of us can get PHP5 + FCGI to work, but the problem is a lot of ubuntu/debian php webapp pacakges (e.g. phpmyadmin, etc.) use the mod_php5 package in their dependencies rather than the

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2008-10-22 Thread goofrider
@ Guillermo Pérez I totally agree with you that a libapache-mod-php5-fastcgi package should be released to take care of this issue. -- PHP5 or PHP4 for apache2-mpm-worker https://bugs.launchpad.net/bugs/12296 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2008-07-31 Thread TJ
Colin, I wrote a how-to Apache 2 with FastCGI, SuExec and PHP It possibly covers more than you need since it sets suexec up for VirtualMin's web-homes as well as the FastCGI/PHP configuration, but it is a full step-by-step-with-code guide based on my own experience.

[Bug 12296] Re: PHP5 or PHP4 for apache2-mpm-worker

2008-07-30 Thread Colin Dean
I want to bump this bug up, too. I've been searching for HOWTOs for the past two days trying to find out how to do this after reading an article (can't find the link in my history now) which showed a three-fold increase in speed with Worker+FastCGI+PHP5. Folks seem to be discussing the benefits,