apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -


Using a form submission on an embedded iframe , the customer downloads a compressed log file Requested. The request was sent to the server, which is the compressed log files, perform some database operations and returns a compressed file.

After just 2 minutes, 504 gateway time-out server did not respond timely message on browser net panel How to fix this error?

The log files were taking a long time to compress, and timeout was set to 2min

The error was fixed by extending the file file:

  # # timeout: The number of seconds before getting the time out. # # # Timeout 120 timeout 600  

Comments

Popular posts from this blog

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -