ProxyTimeout 900 in Apache

This commit is contained in:
dpeca 2019-09-05 21:24:43 +02:00 committed by GitHub
commit deddf58c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,8 @@
# Global configuration # Global configuration
PidFile ${APACHE_PID_FILE} PidFile ${APACHE_PID_FILE}
Timeout 30 Timeout 900
ProxyTimeout 900
KeepAlive Off KeepAlive Off
MaxKeepAliveRequests 100 MaxKeepAliveRequests 100
KeepAliveTimeout 10 KeepAliveTimeout 10