[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 Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/12296 Title: PHP5 or PHP4 for apache2-m

[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 rece

[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 Bugs, which is a direct subscriber. -- ubuntu-bugs ma

[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 Bugs, which is a direct subscriber. -- ubuntu-bugs

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 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 no > lines. > > You

[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 http

[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 t

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

2008-10-23 Thread Ondřej Surý
"a pain to configure for novices" My opinion is that "novices" should use mpm_prefork. Nice howto included with php5-cgi/libapache2-mod-php5 would be nice (anybody volunteers to write one?), but separate package makes no sense to me. -- PHP5 or PHP4 for apache2-mpm-worker https://bugs.launchpad

[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 Bugs, which is

[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. http://tjworld.net/wiki/Howt

[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, bu

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

2008-05-09 Thread Omega
I'd really like to see something done about this. Throwing perfectly acceptable and highly sought after techniques for optimization is not a good way to promote the server edition of Ubuntu. If I had to deploy tomorrow, I'd be stuck compiling my entire web server stack! Holy cow - look how long

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

2008-03-19 Thread Guillermo Pérez
Yeah, right now I'm using that, but is a pain to configure for novices compared to just install libapache-php5. At least some sample config could be provided in a "libapache-mod-php5-fastcgi" package or similar (that will have fastcgi dependance included) Now I have to create a /etc/apache2/mods-a

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

2008-03-19 Thread Ondřej Surý
Recommended solution is to use fastcgi with mpm-worker. -- 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 Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

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

2008-03-19 Thread Guillermo Pérez
The explanation is that there are a few PHP extensions that don't work well with threads, but right now most of them (and all the usual ones) work fine. I think a version of mod_php5 for apache2 threaded should be released with ubuntu, so you can use the much better apache2-worker. If someone nee

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

2008-03-19 Thread Farenji
Is there any progress on this issue? This is starting to become a major problem for me and my organisation. We're using mod_perl2 extensively which really works best with the mpm worker, especially at high loads, but we also need to be able to run some php5 scripts. A (technical) explanation why th

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

2007-10-26 Thread GSMD
This is still an issue for Gutsy. -- 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 Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.

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

2007-09-28 Thread Henrik Nilsen Omma
** Changed in: php5 (Ubuntu) Assignee: Adam Conrad (adconrad) => Ubuntu Server Team (ubuntu-server) -- 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 Bugs, which is a direct subscriber. -- ubun

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

2007-06-03 Thread Jérôme Guelfucci
Ok I'm confirming this, and setting the package to php5. ** Changed in: php5 (Ubuntu) Sourcepackagename: php4 => php5 Status: Needs Info => Confirmed -- PHP5 or PHP4 for apache2-mpm-worker https://bugs.launchpad.net/bugs/12296 You received this bug notification because you are a member of

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

2007-06-03 Thread Guillermo Pérez
Still same issue. libapache2-mod-php5 depends on apache2-mpm-prefork. There is no option for the new apache2-mpm-worker. $ apt-cache show libapache2-mod-php5 Package: libapache2-mod-php5 Priority: optional Section: web Installed-Size: 5588 Maintainer: Ubuntu Core Developers <[EMAIL PROTECTED]> Ori

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

2007-06-02 Thread Jérôme Guelfucci
Do you still have this issue with the latest release of Ubuntu ? -- 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 Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

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

2007-03-21 Thread Guillermo Pérez
No news... libapache2-mod-php5 still requires apache2-mpm-prefork on feisty. -- PHP5 or PHP4 for apache2-mpm-worker https://launchpad.net/bugs/12296 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2007-03-09 Thread William Grant
Any news on this? It's been sitting around for an eternity not doing a whole lot. -- PHP5 or PHP4 for apache2-mpm-worker https://launchpad.net/bugs/12296 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2006-06-27 Thread bisho
Even in dapper libapache2-mod-php5 forces the removal of apache2-mpm- worker, installing apache2-mpm-prefork instead. The problem is that on some circumstances apache2-mpm-worker is a must (to handle heavy loads). Right now I'm using Worker + Fast CGI + PHP5 on a dapper server, that is almost as

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

2006-06-26 Thread Barry deFreese
Is this still a valid bug? Was it only a Hoary issue? Thanks. ** Changed in: php4 (Ubuntu) Status: Unconfirmed => Needs Info -- PHP5 or PHP4 for apache2-mpm-worker https://launchpad.net/bugs/12296 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman