Good day.
My server: Debian 7.11, Plesk Onyx Version 17.5.3 Update #6, apache 2.2.22, nginx 1.11.10
Some times ago all was ok. After last update i understand, that nginx can't start on system boot, but i can start them manualy:
systemd is not install in my system, and i don't want install it
I was reading a lot of forums and articles, including this:
https://talk.plesk.com/threads/nginx-wont-start-after-reboot.339588/
https://talk.plesk.com/threads/nginx-wont-start-automatically-after-reboot.314493/
How to enable Nginx reverse proxy in Plesk
All of them isn't work. Also, i can't see nginx in plesk services:
It is production server with 23 sites, so i can't be very brave in my experiments. But also i don't want to do "service nginx restart" after every server reboot. Please, help me with this trouble.
My server: Debian 7.11, Plesk Onyx Version 17.5.3 Update #6, apache 2.2.22, nginx 1.11.10
Some times ago all was ok. After last update i understand, that nginx can't start on system boot, but i can start them manualy:
Code:
root@vmi:~# /etc/init.d/nginx status
[FAIL] nginx is not running ... failed!
root@vmi:~# /etc/init.d/nginx restart
[ ok ] Restarting NGINX: nginx.
Code:
root@vmi:/# cat /var/log/nginx/error.log
2017/05/22 13:08:34 [emerg] 2039#0: bind() to [2a02:c207:2007:320::1]:80 failed (99: Cannot assign requested address)
2017/05/22 13:08:34 [emerg] 2170#0: bind() to [2a02:c207:2007:320::1]:80 failed (99: Cannot assign requested address)
Code:
root@vmi:/# chkconfig nginx
nginx on
systemd is not install in my system, and i don't want install it
I was reading a lot of forums and articles, including this:
https://talk.plesk.com/threads/nginx-wont-start-after-reboot.339588/
https://talk.plesk.com/threads/nginx-wont-start-automatically-after-reboot.314493/
How to enable Nginx reverse proxy in Plesk
All of them isn't work. Also, i can't see nginx in plesk services:
It is production server with 23 sites, so i can't be very brave in my experiments. But also i don't want to do "service nginx restart" after every server reboot. Please, help me with this trouble.