Which file contains the Apache tuning settings?

darkus

Verified User
Joined
Dec 15, 2005
Messages
114
Stupid question I know...

I needed to change a few of my Apache timeout settings such as

Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
MinSpareServers 5
MaxSpareServers 15
StartServers 10
MaxClients 350
MaxRequestsPerChild 100

Im currently using DA 1.41 with Apache 2.2.17

Do I just add those lines straight into the /etc/httpd/conf/httpd.conf file? or Is there a separate file somewhere else. I dont see any of those default settings listed in my current /etc/httpd/conf/httpd.conf file
 
Check the extra folder in /etc/httpd/conf/extra
 
Back
Top