settings in http.conf
helloi am getting around 30000 hits on my server/day and somehow i feel that many of my visitors arent able to view my site at all times.
my stats have fallen.
i have been told to check these settings in httpd.conf
can you tell me what settings should i keep to accomodate max traffic on my server and at the same time keep my server stable/.
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 180
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive Off
#
# 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 15
thanks
sam