diff --git a/install_httpd-2.4.sh b/install_httpd-2.4.sh index a343bbc..eee4a88 100755 --- a/install_httpd-2.4.sh +++ b/install_httpd-2.4.sh @@ -98,7 +98,7 @@ _HTTPD_OLD_CONF_FILE="$(realpath "/usr/local/apache2/conf/httpd.conf")" if [[ -f "${_HTTPD_OLD_CONF_FILE}" ]] && $(grep -q -i -E "^\s*timeout\s+" "${_HTTPD_OLD_CONF_FILE}") ; then _TIMEOUT="$(grep -i -E "^\s*timeout\s+" "${_HTTPD_OLD_CONF_FILE}"| awk '{print$2}' | head -1)" else - _TIMEOUT=60 + _TIMEOUT=360 fi if [[ -f "${_HTTPD_OLD_CONF_FILE}" ]] && $(grep -q -i -E "^\s*ProxyTimeout\s+" "${_HTTPD_OLD_CONF_FILE}") ; then _PROXY_TIMEOUT="$(grep -i -E "^\s*ProxyTimeout\s+" "${_HTTPD_OLD_CONF_FILE}"| awk '{print$2}' | head -1)"