nginx stopped working

AsysteoJake

New member
Joined
May 11, 2015
Messages
1
hello! i'm noob directadmin user i installed correctly and was thinking about buying lifetime license but few days ago after php version update i got error like this www.asysteo.pl and dont have clue what could happend :confused:
 
Are you using nginx as front end for apache? If yes it look more like apache isn't working, otherwise you had connections issue.

If that is the case, please try to restart apache via SSH and check what error it gives (if any).

Regards
 
Hello,

after php version update i got error like this www.asysteo.pl and dont have clue what could happend :confused:


According to that I see 502 error even on http://www.asysteo.pl/favicon.ico you most likely have got an issue with Apache. You should run:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build php d
./build apache
./build rewrite_confs

that should help. If not then you should either provide details from your console on what you see with:

Code:
/etc/init.d/httpd restart

and/or read /var/log/httpd/error_log

Both Andrea and me are available for fixing such an issue. So feel free to contact any of us if you need someone to fix it for you.
 
Last edited:
Back
Top