Stefan Fritsch wrote:
On Mittwoch, 27. Juni 2007, Colin Wetherbee wrote:Since upgrading apache2 to 2.2.3-4 last week, I have had to restart Apache numerous times because it will grow in memory size and eventually slow my server severely.Can you please also post the complete list of enabled modules ("ls /etc/apache2/mods-enabled").
^ cww@iron:~$ ls /etc/apache2/mods-enabled | sed -e 's/\..*$//' | uniq alias auth_basic authn_default authn_file authz_default authz_groupfile authz_host authz_user autoindex cgi dir env mime mime_magic negotiation perl php5 rewrite setenvif ssl status
If you have mod_deflate enabled, can you check whether disabling it improves the situation?
mod_deflate is not enabled.
As a workaround, you might want to look at MaxRequestsPerChild and/or MaxChilds
These are my current settings: StartServers 3 MinSpareServers 3 MaxSpareServers 7 MaxClients 75 MaxRequestsPerChild 0 How would you suggest I change them? Thanks! Colin