Hi! I wonder are there any optimal settings for httpd.conf file if I have the following server (VPS) specs for the moment:
CentOS release 5.3 (Final)
Processor Name Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz
Processor Speed (MHz) 2834.124
Total Memory 524288 kB
Free Memory 73916 kB
Total Swap Memory 131064 kB
Free Swap Memory 131064 kB
The httpd.conf file settings are:
MinSpareServers 9
MaxSpareServers 9
StartServers 5
MaxClients 99
MaxRequestsPerChild 99
I have about 10 websites and 1 of them only receives traffic about 100 unique visitors and 300(!!!) search bots daily. After launching this site the server is freezing and all I can do is to reboot it. As I can see to fix this I need either configure httpd.conf or configure .htaccess file to limit the bots.
The admin of the server keep telling me that all those freezes happen coz overload of processor and it keep freezing.
Are there any solution how can I fix this issue?
Thank You!!
CentOS release 5.3 (Final)
Processor Name Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz
Processor Speed (MHz) 2834.124
Total Memory 524288 kB
Free Memory 73916 kB
Total Swap Memory 131064 kB
Free Swap Memory 131064 kB
The httpd.conf file settings are:
MinSpareServers 9
MaxSpareServers 9
StartServers 5
MaxClients 99
MaxRequestsPerChild 99
I have about 10 websites and 1 of them only receives traffic about 100 unique visitors and 300(!!!) search bots daily. After launching this site the server is freezing and all I can do is to reboot it. As I can see to fix this I need either configure httpd.conf or configure .htaccess file to limit the bots.
The admin of the server keep telling me that all those freezes happen coz overload of processor and it keep freezing.
Are there any solution how can I fix this issue?
Thank You!!
Last edited: