]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/httpd/server-tuning.conf
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / config / httpd / server-tuning.conf
1 #
2 # KeepAlive: Whether or not to allow persistent connections (more than
3 # one request per connection). Set to "Off" to deactivate.
4 #
5 KeepAlive On
6
7 #
8 # MaxKeepAliveRequests: The maximum number of requests to allow
9 # during a persistent connection. Set to 0 to allow an unlimited amount.
10 # We recommend you leave this number high, for maximum performance.
11 #
12 MaxKeepAliveRequests 100
13
14 #
15 # KeepAliveTimeout: Number of seconds to wait for the next request from the
16 # same client on the same connection.
17 #
18 KeepAliveTimeout 15
19
20 MinSpareThreads 1
21 MaxSpareThreads 20
22 StartServers 2
23 MaxRequestWorkers 256
24 ThreadsPerChild 16