Apache Performance Tweaks
erics, Posted January 20th, 2011 at 8:04:52pm
Global Options:
Timeout 60
HostnameLookups Off
#KeepAlive On
#KeepAliveTimeout 2
#MaxKeepAliveRequests 100
For PreFork.c:
StartServers 2
MinSpareServers 2
MaxSpareServers 8
ServerLimit 64
MaxClients 24
MaxRequestsPerChild 2000
For Directories:
Options FollowSymLinks
AllowOverride None
Leave Your Comment
All fields marked with "*" are required.