apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -
the client requested download compressed log file, using ext.js form submission on embedded iframe
. request sent server, has apache , jboss 6. servlet compresses log files, database operation , returns compressed file.
exactly after 2 min, 504 gateway time-out server didn't respond in time message seen @ browser net panel. how prepare error?
the servlet taking long time compress log files, , apache's timeout set 2min.
the error fixed increasing timeout directive on httpd.conf file:
# # timeout: number of seconds before receives , sends time out. # ##timeout 120 timeout 600
apache servlets extjs jboss http-status-code-504
No comments:
Post a Comment