# prefork MPM
<IfModule prefork.c>
StartServers         5
MinSpareServers      5
MaxSpareServers     10
MaxClients          30
MaxRequestsPerChild  0
</IfModule>

Mine "/etc/apache2/apache2.conf" (on Lenny) contains this section:

<IfModule mpm_prefork_module
    StartServers          5
    MinSpareServers       5
    MaxSpareServers      10
    MaxClients          150
    MaxRequestsPerChild   0
</IfModule>

so may be you should try adjusting the IfModule argument?

The Apache page [1] also lists "mpm_prefork_module" under "module
identifier".
1. http://httpd.apache.org/docs/2.0/mod/prefork.html


Hi:

  Thanks for pointing it out.

that old apache2.conf may be dated back to 2004. while upgrade, this config file was kept.

anyway I updated to use new style of apache2.conf. Let's see if it works :)




--

Kind regards / Mit freundlichen Grüßen

Min Wang




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to