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

折月煮酒 提交于 2019-12-02 20:36:47
Ricardo

The servlet was taking a long time to compress the log files, and Apache's timeout was set to 2min.

The error was fixed by increasing the TimeOut Directive on the httpd.conf file:

#
# Timeout: The number of seconds before receives and sends time out.
#
##Timeout 120
Timeout 600

Check your apache error logs. This can also be caused if the file size limit is set too low.

In my case more simply. I forgot to disable the Proxy extention in the browser.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!