Author Topic: 504 Gateway Time-out nginx/1.18.0  (Read 6936 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
504 Gateway Time-out nginx/1.18.0
« on: April 23, 2020, 10:07:46 AM »
Hello

i use nginx and apache2 with php fpm but i got this
504 Gateway Time-out
nginx/1.18.0
how to fix it ?

Offline
****
Re: 504 Gateway Time-out nginx/1.18.0
« Reply #1 on: April 25, 2020, 09:42:47 PM »
make sure all of the services are running, and ports are configured appropriately

systemctl status nginx
systemctl status php-fpm
systemctl status httpd
//Below are possibly used/notused//   " systemctl " by itself will list all services
systemctl status php72-php-fpm << If that's what the user account is setup to use
Google Hangouts:  rcschaff82@gmail.com

Offline
*
Re: 504 Gateway Time-out nginx/1.18.0
« Reply #2 on: May 02, 2020, 05:24:52 PM »
okey i resolve it but now i got RELAY HOST DENIED when a send mail to my postfix server

Offline
****
Re: 504 Gateway Time-out nginx/1.18.0
« Reply #3 on: May 05, 2020, 03:19:34 AM »
okey i resolve it but now i got RELAY HOST DENIED when a send mail to my postfix server

Relay Host Denied usually means your not logging in before sending the header info.  How exactly are you sending to postfix.
Google Hangouts:  rcschaff82@gmail.com