File: qos.conf

package info (click to toggle)
libapache2-mod-qos 11.36-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,500 kB
  • ctags: 2,814
  • sloc: ansic: 19,808; sh: 1,042; makefile: 52
file content (13 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
<IfModule qos_module>
  # minimum request rate (bytes/sec at request reading):
  #QS_SrvRequestRate                                 120

  # limits the connections for this virtual host:
  #QS_SrvMaxConn                                     100

  # allows keep-alive support till the server reaches 600 connections:
  #QS_SrvMaxConnClose                                600

  # allows max 50 connections from a single ip address:
  #QS_SrvMaxConnPerIP                                 50
</IfModule>