From 4c2acd5812819bd59f6959c2a1e764aeb10696ea Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 23 Mar 2018 17:39:45 -0400 Subject: no bug - increase httpd limits --- conf/httpd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') 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 -- cgit v1.2.3-24-g4f1b