Apache Performance Tweaks

Published Date Author: , 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

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.