diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-23 22:39:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-23 22:39:45 +0100 |
commit | 4c2acd5812819bd59f6959c2a1e764aeb10696ea (patch) | |
tree | 2f619bed67367d8b976e910cc1b36aa5a6cfa623 /conf | |
parent | 8c3378b021f646ca81a012888c5481b3f1681759 (diff) | |
download | bugzilla-4c2acd5812819bd59f6959c2a1e764aeb10696ea.tar.gz bugzilla-4c2acd5812819bd59f6959c2a1e764aeb10696ea.tar.xz |
no bug - increase httpd limits
Diffstat (limited to 'conf')
-rw-r--r-- | conf/httpd.conf | 3 |
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 |