We have the following issue .
Accessing an external web server for an application in PHP which has to create a PDF, from a selection made by the user ,and then provide the link to it , it fails by timing out
If we disable the proxy and the user goes through the firewall it then is successful
the PHP process takes 1 minute to generate the PDF and provide the link
If we make a smaller selection the process takes less and it goes through even with the proxy
Is there a way to increase such timeout ?
thanks
This thread was automatically locked due to age.