diff --git a/cfe_internal/enterprise/templates/httpd.conf.mustache b/cfe_internal/enterprise/templates/httpd.conf.mustache index cf4640acac..eed315e50e 100644 --- a/cfe_internal/enterprise/templates/httpd.conf.mustache +++ b/cfe_internal/enterprise/templates/httpd.conf.mustache @@ -244,6 +244,9 @@ AddHandler php{{{vars.cfe_internal_hub_vars.php_version}}}-script .php AddType application/x-httpd-php-source php{{{vars.cfe_internal_hub_vars.php_version}}} +# Timeout defaults to 60 but that is too short for some operations on slower hub hardware +Timeout 120 + Options -Indexes +FollowSymLinks +MultiViews @@ -276,7 +279,6 @@ AddType application/x-httpd-php-source php{{{vars.cfe_internal_hub_vars.php_v - Timeout 120 # Increase timeout for the API, especially agent_run. See ENT-13291 Order deny,allow AllowOverride None