Apache configuration for a high load
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi,
I trying to configure apache to have a hight load using PHP/MySql applications. This is the current configuration:
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
#KeepAliveTimeout 300
<IfModule prefork.c>
StartServers 15
MinSpareServers 10
MaxSpareServers 40
ServerLimit 600
MaxClients 600
MaxRequestsPerChild 100
</IfModule>
<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>
This
a single server running mysql and apache. I need to be able to server
minimum of 1000 hits per min. Any of you can help me to optimize my
configuration?
I'll really appreciate all your help.
thanks
[Index of Archives]
[Open SSH Users]
[Linux ACPI]
[Linux Kernel]
[Linux Laptop]
[Kernel Newbies]
[Security]
[Netfilter]
[Bugtraq]
[Squid]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]