[BlueOnyx:11319] Re: How do I change Timeout

Gerald Waugh gwaugh at frontstreetnetworks.com
Wed Sep 12 08:05:08 -05 2012


On 09/12/2012 07:44 AM, Richard Barker wrote:
> How do I change Timeout.
> I am trying to synchronize a very large MySQL DB and the Adm Gui logs me 
> out and I have to start over
>
> Thanks
> rc
>
save /etc/admserv/conf/httpd.conf

then fool with these restarting admserv after changes
I would guess KeepAlive ON and change KeepAliveTimeout

#
# 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



-- 
Gerald 




More information about the Blueonyx mailing list