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/LxRoot/apache/vhosts e.g. /var/local/LxRoot/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.