getting 504, 503 gateway time out error , please help

Status
Not open for further replies.

vvtube

Active Member
304
2021
58
5,600
HI , i am continuously getting 504 , 503 errors (gateway timeout) , could anyone here to help me to out , im usiing apache 2.4 (backend) + Nginx (frontend) anf php -fpm ? its urgent please
 
4 comments
1st try increasing the timeout of your backend server.

# /etc/httpd/conf/httpd.conf
Change 60 to 240
Code:
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 60

Restart the service after making changes.
Code:
#service httpd restart
 
Last edited:
1st try increasing the timeout of your backend server.

# /etc/httpd/conf/httpd.conf
Change 60 to 240
Code:
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 60

Restart the service after making changes.
Code:
#service httpd restart
no its not working , i already did
 
Status
Not open for further replies.
Back
Top