Forum Moderators: phranque

Message Too Old, No Replies

Apache Server Settings Check

Just want to keep my programmer "Honest"

         

Propools

7:40 pm on Apr 27, 2009 (gmt 0)

10+ Year Member



So, I’m in no way an “Apache Person” I do however want to keep my programmer, who’s off site, ‘honest’.

I’m not sure what the apache settings should be. Here’s what are in our config file:
Please identify any possible problem areas with the numbers. Thanks. ;)

# Timeout: The number of seconds before receives and sends time out.
#Timeout 300

# KeepAlive: Whether or not to allow persistent connections (more than one request per connection). Set to "Off" to deactivate.
#KeepAlive On

# MaxKeepAliveRequests: The maximum number of requests to allow during a persistent connection. Set to 0 to allow an unlimited amount.
We recommend you leave this number high, for maximum performance.
#MaxKeepAliveRequests 100

# KeepAliveTimeout: Number of seconds to wait for the next request from the same client on the same connection.
#KeepAliveTimeout 5

# ServerTokens
#ServerTokens Full

jdMorgan

1:53 am on Apr 28, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There are no settings, because they are all commented out.

The "correct" settings depend on what you are doing with your server. Try a search on "Apache tuning" and "Apache performance hints" for more information.

Jim