diff options
| author | 2014-01-20 16:57:30 +0100 | |
|---|---|---|
| committer | 2014-01-20 16:57:30 +0100 | |
| commit | ef264e2dca03126e1ea38ee05594bd015384622b (patch) | |
| tree | 5757e15a81d74ae2b2dfe79715ac94bb687ed24a /docs/conf/modules.conf.example | |
| parent | Update example configs/helpop (diff) | |
m_httpd Add timeout option; remove timed out connections
Diffstat (limited to 'docs/conf/modules.conf.example')
| -rw-r--r-- | docs/conf/modules.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index b65a0ca02..09a8514a4 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -870,6 +870,9 @@ # a <bind> tag with type "httpd", and load at least one of the other # m_httpd_* modules to provide pages to display. # +# You can adjust the timeout for HTTP connections below. All HTTP +# connections will be closed after (roughly) this many seconds. +#<httpd timeout="20"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # http ACL module: Provides access control lists for m_httpd dependent |
