Search found 2 matches
- Sat Dec 20, 2014 10:41 am
- Forum: General Discussion
- Topic: VestaCP problem with multiple IP addresses
- Replies: 1
- Views: 2732
VestaCP problem with multiple IP addresses
Hello everyone, Did anyone experienced this very strange problem with multiple IP addresses assigned to different domain names. sometimes some domains seems to be showing the contents of another domain. It seems like a problem of Nginx but there is no reported cases about that anywhere else, I got t...
- Fri Oct 10, 2014 12:35 pm
- Forum: Web Server
- Topic: Process Stopped on boot
- Replies: 15
- Views: 19680
Re: Process Stopped on boot
Work around, this seems to be a bug in VestaCP startup script, here is an easy work around i used to solve this problem on some clients server. create a file /usr/local/bin/restartnginx nano /usr/local/bin/restartnginx paste this code #!/bin/sh # sleep 30 service nginx restart change make the file e...