You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sunil Sharma <li...@yahoo.com> on 2004/08/05 09:02:08 UTC

[users@httpd] Apache and MPM

Hello Friends

I am new in this list..

I installed httpd-2.0.49  from source.. on my redhat
box(Redhat 9.0) with mod_ssl
and following is my configuration options

export
EAPI_MM=/home/sunil/rnd/Apachetoolbox-1.5.70/src/mm-1.3.0
./configure --prefix=/usr/local/apache2 \
--enable-suexec \
--enable-module=so \
--with-mpm=worker \
--with-ssl=/usr/local/openssl \
--enable-ssl \
--enable-mods-shared=all

and following is configuration partameter in
httpd.conf
<IfModule worker.c>
StartServers         2
MaxClients         150
MinSpareThreads     25
MaxSpareThreads     75
ThreadsPerChild     25
MaxRequestsPerChild  0
</IfModule>

I am selecting worker as mpm..and there are huge load
on my web server..
At a time I  got 600 to 700 concurrent connections ..
so after some time apache2 stop responding and httpd
process get killed...
I don't understand where I am lacking..
Is the worker mpm is suitable in my case.?
Please guide me?

Thanks in advance



		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache and MPM

Posted by Joshua Slive <js...@gmail.com>.
On Thu, 5 Aug 2004 00:02:08 -0700 (PDT), Sunil Sharma
<li...@yahoo.com> wrote:
> Hello Friends
> 
> I am new in this list..
> 
> I installed httpd-2.0.49  from source.. on my redhat
> box(Redhat 9.0) with mod_ssl
> and following is my configuration options
> 
> export
> EAPI_MM=/home/sunil/rnd/Apachetoolbox-1.5.70/src/mm-1.3.0

Hmmm... What the heck is that for?  Apache2 doesn't generally use EAPI/MM.


> I am selecting worker as mpm..and there are huge load
> on my web server..
> At a time I  got 600 to 700 concurrent connections ..
> so after some time apache2 stop responding and httpd
> process get killed...
> I don't understand where I am lacking..
> Is the worker mpm is suitable in my case.?

More details on exactly what you see might be useful.  Anything
interesting in the error log?

Of course, given enough memory, apache2+prefork should be able to
handle 700 concurrent connections, so you may want to try that.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org