Increase Proxy Timeout in Apache
To increase the proxy timeout for long-running scripts (e.g., imports or exports), follow these steps:
-
Create an Include File:
- Navigate to
/var/local/enhance/apache/vhosts
. - Create a new file, for example,
proxytimeout.conf
.
- Navigate to
-
Add the Timeout Configuration:
- Open the newly created
proxytimeout.conf
file and add the following content:
- Open the newly created
TimeOut 600
ProxyTimeout 600
- 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.