Skip to content
WJunction - Webmaster Forum

getting 504, 503 gateway time out error , please help

Status
Not open for further replies.
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.

About the author

vvtube
Active Member · Joined
309
Messages
58
Reactions
28
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom