Increase Proxy Timeout in Apache

To increase the proxy timeout for long-running scripts (e.g., imports or exports), follow these steps:

  1. Create an Include File:

    • Navigate to /var/local/enhance/apache/vhosts.
    • Create a new file, for example, proxytimeout.conf.
  2. Add the Timeout Configuration:

    • Open the newly created proxytimeout.conf file and add the following content:
TimeOut 600
ProxyTimeout 600
  1. Restart the Web Server:
    • Restart the web server gracefully via the Enhance control panel to apply the changes.

This configuration increases the TimeOut and ProxyTimeout to 600 seconds (10 minutes) for longer running requests.

Was this answer helpful? 0 Users Found This Useful (0 Votes)