Search found 65 matches
- Sat Mar 04, 2017 6:54 pm
- Forum: Web Server
- Topic: Optimizing for 4GB VPS
- Replies: 8
- Views: 4465
Re: Optimizing for 4GB VPS
Thanks for taking the time to reply. I am using nginx as a reverse proxy. I understand your point about not limiting threads to not kick out visitors. However it seemed like the default Vesta config was allowing too many to be spawned, and I was running out of RAM, so I didn't know what else to do. ...
- Sat Mar 04, 2017 4:14 pm
- Forum: Web Server
- Topic: Optimizing for 4GB VPS
- Replies: 8
- Views: 4465
Optimizing for 4GB VPS
I use a 4GB DigitalOcean droplet with VestaCP to host 10 WordPress websites. What's the best way to determine if my server can handle more websites? I was running out of RAM and so I limited the number of httpd processes using Apache prefork: In this file: vi /etc/httpd/conf/httpd.conf Added this: <...
- Wed Feb 15, 2017 6:49 pm
- Forum: RHEL/CentOS
- Topic: nginx restart failed
- Replies: 12
- Views: 13712
Re: nginx restart failed
Hello. Thanks for this excellent free tool. I tried restoring a website from backup onto a new server, and it stopped at this step: # v-restore-user mywebsite mywebsite.2017-02-15.tar -- USER -- 2017-02-15 08:33:07 mywebsite -- WEB -- 2017-02-15 08:33:07 mywebsite.com Error: nginx restart failed Err...
- Thu Dec 22, 2016 6:33 pm
- Forum: General Discussion
- Topic: Lets Encrypt Auto Renew in V17?
- Replies: 14
- Views: 19863
Re: Lets Encrypt Auto Renew in V17?
Yes, it does auto-renew. There is a cron job that runs on 'admin' everyday that executes the script at /usr/local/vesta/bin/v-update-letsencrypt-ssl renewing expired certificates for all users. Can you please tell me where I would find this auto-renew cron job? I added LetsEncrypt to a domain but I...
- Wed Dec 21, 2016 2:17 pm
- Forum: Web Server
- Topic: Can't start http, nginx, dns after failed user delete
- Replies: 1
- Views: 1075
Can't start http, nginx, dns after failed user delete
I made the mistake of deleting a user from the command line using userdel -r username I should have used v-delete-user I then tried to correctly delete the user using v-delete-user and I got errors like this: chown: invalid user: ‘username:username’ chown: invalid group: ‘root:username’ /usr/local/v...