Nginx_Apache http:// problem

kacperinjo

Verified User
Joined
Jun 28, 2011
Messages
17
Hi, I installed today nginx_apache with apache. I have a problem with sites on the server.

The pages only work with the address https: // Unfortunately, http: // rejects the connection from the server.

Where to look for a problem?

Plz help
 
Hello,

1. Check logs in: /var/log/nginx/ and /var/log/httpd/
2. make sure you've got correct IPs added into NGINX/Apache/Directadmin. And processes are running:

Code:
netstat -ntpl | egrep "apache|nginx|http"

3. Try and disable firewall temporary, and see whether or not it helps.
 
Thank you for reply!

The problem was vhost. The port changed to 8888. I turned over to 80 and it works very well.
 
Back
Top