I stopped Nginx and all gone
I stopped Nginx and all gone
On Vesta control panel i stopped Nginx and CP become non-accessible, i even couldn't connect via SSH probably because of firewall settings of Vesta (i made limitation of SSH connection to IP before) So i only able to access via VNC connection of my hosting provider, i tried "service nginx restart" but didn't helped

Any suggestion?

Any suggestion?
Re: I stopped Nginx and all gone
One more thing; before this happen I accidentally run "chown nginx:nginx * -R" on SSH. So maybe i'm having a ownership problem, because when i run "sudo service nginx start" it gives me "sudo: /usr/libexec/sudoers.so must be owned by uid 0"
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: I stopped Nginx and all gone
using Chown -R without caution can be fatal... and you would need a reinstall in most cases. You can try reverse this with
nginx for vestaCP backend is separate and gets restarted with
service vesta restart
Did you try rebooting your server ?
Code: Select all
chown -R admin:admin whatever_folder_you_changed_permissions_before
service vesta restart
Did you try rebooting your server ?
Re: I stopped Nginx and all gone
Thank you i tried this and then reboot but didn't worked, now i'm creating a fresh install on different VPSmehargags wrote:using Chown -R without caution can be fatal... and you would need a reinstall in most cases. You can try reverse this with
nginx for vestaCP backend is separate and gets restarted withCode: Select all
chown -R admin:admin whatever_folder_you_changed_permissions_before
service vesta restart
Did you try rebooting your server ?
Re: I stopped Nginx and all gone
Believe me, it's much faster way for this case.ozdamar wrote: Thank you i tried this and then reboot but didn't worked, now i'm creating a fresh install on different VPS