Re: [us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-13 Thread Nick Kew
On 13 May 2009, at 05:13, Rex C. Eastbourne wrote: This is probably for thread-safety reasons. Maybe you can just remove mod_php and use PHP-as-cgi (or fastcgi). Thanks, Eric. I kept the apache2-mpm-worker package and installed php5-cgi. Then you need to run your scripts as CGI (follow CGI

Re: [us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-12 Thread Rex C. Eastbourne
On Sun, May 10, 2009 at 5:59 PM, Eric Covener cove...@gmail.com wrote: On Sun, May 10, 2009 at 8:53 PM, Rex C. Eastbourne rex.eastbou...@gmail.com wrote: Does anyone have both the worker mpm and phpmyadmin installed on Ubuntu? When I run apt-get install phpmyadmin, it tries to remove

Re: [us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-12 Thread Prasanna Ram Venkatachalam
mod_actions should be included I guess. Can you see it precompiled with apache using httpd -l? or see it in httpd.conf LoadModule section? On Wed, May 13, 2009 at 9:43 AM, Rex C. Eastbourne rex.eastbou...@gmail.com wrote: On Sun, May 10, 2009 at 5:59 PM, Eric Covener cove...@gmail.com wrote:

[us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-10 Thread Rex C. Eastbourne
On Mon, May 4, 2009 at 12:15 AM, Rex C. Eastbourne rex.eastbou...@gmail.com wrote: Hi, I seem to have done something very wrong with my Apache configuration, but can't figure out what it is. Essentially, each time I launch my website and start to get traffic, I almost immediately run out of

Re: [us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-10 Thread Eric Covener
On Sun, May 10, 2009 at 8:53 PM, Rex C. Eastbourne rex.eastbou...@gmail.com wrote: Does anyone have both the worker mpm and phpmyadmin installed on Ubuntu? When I run apt-get install phpmyadmin, it tries to remove apache2-mpm-worker and install apache2-mpm-prefork. I'm trying to figure out if