From deddf58c3c2bf72bdacfb8762fc31b10aa51f394 Mon Sep 17 00:00:00 2001 From: dpeca Date: Thu, 5 Sep 2019 21:24:43 +0200 Subject: [PATCH] ProxyTimeout 900 in Apache --- install/debian/10/apache2/apache2.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/debian/10/apache2/apache2.conf b/install/debian/10/apache2/apache2.conf index 2756132ae..2be3e50d5 100644 --- a/install/debian/10/apache2/apache2.conf +++ b/install/debian/10/apache2/apache2.conf @@ -12,7 +12,8 @@ # Global configuration PidFile ${APACHE_PID_FILE} -Timeout 30 +Timeout 900 +ProxyTimeout 900 KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 10