--- httpd.conf.tmpl.bak 2010-09-24 15:21:01.000000000 +0200 +++ httpd.conf.tmpl 2010-09-20 14:50:01.000000000 +0200 @@ -8,8 +8,9 @@ PidFile /hsphere/local/var/httpd/logs/httpd.pid ScoreBoardFile /hsphere/local/var/httpd/logs/httpd.scoreboard LockFile /hsphere/local/var/httpd/logs/accept.lock + Timeout 300 -KeepAlive On +KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 5 @@ -35,14 +36,16 @@ # ThreadsPerChild: constant number of worker threads in each server process # MaxRequestsPerChild: maximum number of requests a server process serves + ServerLimit 18 StartServers 2 - MaxClients 150 + MaxClients 300 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 + User httpd Group httpd @@ -157,7 +160,7 @@ LoadModule scgi_module modules/mod_scgi.so - LoadModule fastcgi_module modules/mod_fastcgi.so + LoadModule fcgid_module modules/mod_fcgid.so ServerAdmin webmaster@[[IP]] @@ -298,12 +301,10 @@ - - FastCGIWrapper /hsphere/shared/apache2/bin/suexec - Include /hsphere/local/config/httpd2/fastcgi.conf - + Include /hsphere/local/config/httpd2/fcgi.conf + EnableMMAP off EnableSendfile off GracefulShutDownTimeout 30