LxRoot docs

Increase Proxy Timeout in Apache

This can be useful to increase for long running scripts (e.g. very long imports and exports)

  1. Create an include file in /var/local/LxRoot/apache/vhosts e.g. /var/local/LxRoot/apache/vhosts/proxytimeout.conf
  2. With the following content:-
                            TimeOut 600
ProxyTimeout 600
  1. Restart the webserver (graceful via the UI) and it should have the increased timeout value.