Control Web Panel

WebPanel => Apache => Nginx => Topic started by: bagou450 on April 23, 2020, 10:07:46 AM

Title: 504 Gateway Time-out nginx/1.18.0
Post by: bagou450 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 ?
Title: Re: 504 Gateway Time-out nginx/1.18.0
Post by: rcschaff 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
Title: Re: 504 Gateway Time-out nginx/1.18.0
Post by: bagou450 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
Title: Re: 504 Gateway Time-out nginx/1.18.0
Post by: rcschaff 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.