diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-14 06:48:15 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-14 06:48:15 +0100 |
commit | 86b0f9ddb6407baa394e548e80748ec6e9b120e6 (patch) | |
tree | ed44dc9cbb7614a0ca6b8b77da08eca485452fc7 /conf/bitz-server.conf.in | |
parent | 7c68632107e2b42db5fbb7d032f5d957e99be7f9 (diff) | |
parent | a55a225899dbd47dd4238adf3a49f62846cb87f9 (diff) |
Merge tag 'upstream/1.0.0'
Upstream version 1.0.0
Diffstat (limited to 'conf/bitz-server.conf.in')
-rw-r--r-- | conf/bitz-server.conf.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/bitz-server.conf.in b/conf/bitz-server.conf.in index 95083c4..416a555 100644 --- a/conf/bitz-server.conf.in +++ b/conf/bitz-server.conf.in @@ -14,6 +14,10 @@ max_workers = 1; # maximum number of requests a worker will serve max_worker_requests = 100; +# communication timeout value in seconds. set this value to +# be 0 to disable timeouts. +comm_timeout = 5; + # request handlers req_handlers : @@ -26,7 +30,7 @@ req_handlers : name = "modpy"; module = "@pkglibdir@/modules/mod_py.so"; } - ) + ); }, { handler = "RESPMOD"; @@ -37,7 +41,7 @@ req_handlers : name = "modpy"; module = "@pkglibdir@/modules/mod_py.so"; } - ) + ); }); |