Can't start nginx
Re: Can't start nginx
Sorry man, but does not matter - VestaCP uses port 8083 and own nginx ;-)webdotapp wrote: Please note i am able to access VESTA CP.
Re: Can't start nginx
netstat -tunlp | grep 80 outputs following...
Code: Select all
tcp 0 0 209.187.25.116:8080 0.0.0.0:* LISTEN 27461/apache2
tcp 0 0 209.187.25.115:8080 0.0.0.0:* LISTEN 27461/apache2
tcp 0 0 127.0.0.1:8081 0.0.0.0:* LISTEN 27461/apache2
tcp 0 0 0.0.0.0:8083 0.0.0.0:* LISTEN 8511/vesta-nginx
udp 0 0 0.0.0.0:35226 0.0.0.0:* 2809/dhclient
udp 0 0 0.0.0.0:68 0.0.0.0:* 2809/dhclient
udp6 0 0 :::20966 :::* 2809/dhclient
skurudo wrote:Ok, let's see what's demon on your port:
Show output, please.Code: Select all
netstat -tunlp | grep 80
Re: Can't start nginx
Something strange with ip 192.168.103.9
I don't unterstand, where you use this address? In network/interfaces IP different.
I don't unterstand, where you use this address? In network/interfaces IP different.
Re: Can't start nginx
So what should i do in order to fix this issue, 5-6 websites are not working. Please suggest ways.
Thanks a lot for your help.
Thanks a lot for your help.
skurudo wrote:Something strange with ip 192.168.103.9
I don't unterstand, where you use this address? In network/interfaces IP different.
Re: Can't start nginx
Try to change IP for one site or user for test in /home/YOUR-USER/conf/web/nginx.conf and use 209.187.25.116
Re: Can't start nginx
Still the same issue.
skurudo wrote:Try to change IP for one site or user for test in /home/YOUR-USER/conf/web/nginx.conf and use 209.187.25.116
Re: Can't start nginx
Don't forget restart nginx -> service nginx restartwebdotapp wrote:Still the same issue.
PS: Try PM me, let's see your machine together.
Re: Can't start nginx
It was a bad address from dhcp (i think) in config /etc/nginx/conf.d/192.168.103.9.conf and /usr/local/vesta/data/ips/192.168.103.9 -- after moving those files nginx started well.
Re: Can't start nginx
The problem is solved ?
Re: Can't start nginx
Yes problem is solved. Thanks a lot for great support you've provided today. Wish you luck.
imperio wrote:The problem is solved ?