Files
bpfire/config/httpd/server-tuning.conf
Peter Müller a8996f857c httpd: remove compatibility instructions for very old browsers
These are not in use any more - and if they would, we don't support them.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-14 17:20:02 +00:00

25 lines
615 B
Plaintext

#
# 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 15
MinSpareThreads 1
MaxSpareThreads 20
StartServers 2
MaxRequestWorkers 256
ThreadsPerChild 16