blank page on my website
Just curious: if I have Apache2 and Nginx running at the same time, will that cause issues on my web server?
Here's my output of the Netstat -plntu
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2480/nginx
tcp6 0 0 :::8080 :::* LISTEN 2775/apache2
Also, my webpage is showing Blank Page :
Static Networking has been set up and DNS Manager shows no issues.
THANKS!
2 Replies
Your website is returning an HTTP 500 ("Internal Server Error"). Check your Nginx error logs to see what the problem is.