HTTP not working
HTTP not working
Hello, i installed vestaCP few hours ago and i can't figure out how can I turn on port 80. Port 443 is working but 80 not my ports are forwarded correctly I am sure about this because i forward 80 in the same way as 443. I was thinking that apache is not configured correctly but then i ran this command :
root@debian:/var/log/apache2# netstat -tulpn | grep :80
tcp 0 0 192.168.0.111:80 0.0.0.0:* LISTEN 29226/nginx.conf
tcp 0 0 192.168.0.111:8080 0.0.0.0:* LISTEN 25698/apache2
tcp 0 0 127.0.0.1:8081 0.0.0.0:* LISTEN 25698/apache2
tcp 0 0 0.0.0.0:8083 0.0.0.0:* LISTEN 25792/vesta-nginx
tcp 0 0 127.0.0.1:8084 0.0.0.0:* LISTEN 29226/nginx.conf
it's okay ? no ?
I am using Debian 8.2 Jessie. Thanks in advance
root@debian:/var/log/apache2# netstat -tulpn | grep :80
tcp 0 0 192.168.0.111:80 0.0.0.0:* LISTEN 29226/nginx.conf
tcp 0 0 192.168.0.111:8080 0.0.0.0:* LISTEN 25698/apache2
tcp 0 0 127.0.0.1:8081 0.0.0.0:* LISTEN 25698/apache2
tcp 0 0 0.0.0.0:8083 0.0.0.0:* LISTEN 25792/vesta-nginx
tcp 0 0 127.0.0.1:8084 0.0.0.0:* LISTEN 29226/nginx.conf
it's okay ? no ?
I am using Debian 8.2 Jessie. Thanks in advance
Re: HTTP not working
Installation on intranet?
Try your IP - 192.168.0.111 - in browser in same network
or use wildcard in configs (apache2/nginx)
Try your IP - 192.168.0.111 - in browser in same network
or use wildcard in configs (apache2/nginx)