# Increase Proxy Timeout in Apache
This can be useful to increase for long running scripts (e.g. very long imports and exports)
Create an include file in /var/local/enhance/apache/vhosts e.g. /var/local/enhance/apache/vhosts/proxytimeout.conf
With the following content:-
TimeOut 600
ProxyTimeout 600
- Restart the webserver (graceful via the UI) and it should have the increased timeout value.