summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-23 22:39:45 +0100
committerGitHub <noreply@github.com>2018-03-23 22:39:45 +0100
commit4c2acd5812819bd59f6959c2a1e764aeb10696ea (patch)
tree2f619bed67367d8b976e910cc1b36aa5a6cfa623 /conf
parent8c3378b021f646ca81a012888c5481b3f1681759 (diff)
downloadbugzilla-4c2acd5812819bd59f6959c2a1e764aeb10696ea.tar.gz
bugzilla-4c2acd5812819bd59f6959c2a1e764aeb10696ea.tar.xz
no bug - increase httpd limits
Diffstat (limited to 'conf')
-rw-r--r--conf/httpd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf
index 20a21f5db..3bde2aeab 100644
--- a/conf/httpd.conf
+++ b/conf/httpd.conf
@@ -4,7 +4,8 @@ ServerRoot "/etc/httpd"
ServerAdmin root@localhost
PidFile /tmp/httpd.pid
-Timeout 60
+Timeout 120
+LimitRequestLine 35000
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15