I have performance issues on a webserver .
A page is build up very slow. Data traffic is not the problem, cpu load is nearly zero, it happens to all pages, even when there is no sql instructions in it.
I use mod_evasive and mod_bandwidth, but nothing changed when i disabled them
I host around 50 websites.
Can someone advise on tuning/troubleshooting?
Details:
Head of http.conf
A page is build up very slow. Data traffic is not the problem, cpu load is nearly zero, it happens to all pages, even when there is no sql instructions in it.
I use mod_evasive and mod_bandwidth, but nothing changed when i disabled them
I host around 50 websites.
Can someone advise on tuning/troubleshooting?
Details:
Code:
Name Value
Processor Name Intel(R) Pentium(R) 4 CPU 2.80GHz
Vendor ID GenuineIntel
Processor Speed (MHz) 2796.078
Processor Name Intel(R) Pentium(R) 4 CPU 2.80GHz
Vendor ID GenuineIntel
Processor Speed (MHz) 2796.078
Total Memory 1034628 kB
Free Memory 621184 kB
Total Swap Memory 2031608 kB
Free Swap Memory 1456264 kB
System Uptime 98 Days, 8 Hours and 39 Minutes
Code:
Centos 4.3: Linux ws01.xch.nl 2.6.9-22.0.2.ELsmp #1 SMP Tue Jan 17 07:10:04 CST 2006 i686 i686 i386 GNU/Linux
Apache/1.3.34 (Unix)
mysql Ver 12.22 Distrib 4.0.26, for pc-linux-gnu (i686)
PHP 4.4.2 (cli) (built: Feb 12 2006 06:23:50)
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.9, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v2.6.2, Copyright (c) 1998-2006, by Zend Technologies
Head of http.conf
Code:
Timeout 300
KeepAlive Off
keepalivetimeout 15
MaxKeepAliveRequests 150
MinSpareServers 15
MaxSpareServers 20
StartServers 10
MaxClients 150
MaxRequestsPerChild 500
Last edited: