Search found 54 matches
- Tue Mar 17, 2015 3:56 am
- Forum: General Discussion
- Topic: Bandwidth limit not suspending
- Replies: 1
- Views: 3270
Bandwidth limit not suspending
Is it just me? Vesta is not suspending users if they go over their bandwidth limit?
- Fri Jan 30, 2015 3:01 am
- Forum: General Discussion
- Topic: Mysql queries peaking to 1M+ occasionally
- Replies: 6
- Views: 10077
Re: Mysql queries peaking to 1M+ occasionally
Did that seem to due the trick?
- Thu Jan 29, 2015 6:48 pm
- Forum: General Discussion
- Topic: Can't start nginx
- Replies: 22
- Views: 29259
Re: Can't start nginx
If this happens again you may want to use "user rebuild". In VestaCP you can select all affected users and select rebuild from the drop down.
- Thu Jan 29, 2015 5:24 am
- Forum: General Discussion
- Topic: Error: email is not valid [Solved]
- Replies: 8
- Views: 13218
Re: Not getting very far
If you have not setup DNS for your email's domain it will not work. Because the installer check to see if the email's domain is valid. I would recommend using a Gmail, Outlook, Yahoo email to use during setup.
- Thu Jan 29, 2015 2:52 am
- Forum: General Discussion
- Topic: How To Install FFMPEG PHP in VestaCP?
- Replies: 8
- Views: 16005
Re: How To Install FFMPEG PHP in VestaCP?
You install it just like you would in any linux system.
- Thu Jan 29, 2015 2:46 am
- Forum: General Discussion
- Topic: How to enable SPDY
- Replies: 1
- Views: 3573
Re: How to enable SPDY
You need to build your own template file for nginx.
Templates are stored /usr/local/vesta/data/templates/web/nginx/
Duplicate default.stpl change
to
Log into vesta and select the template you created.
Templates are stored /usr/local/vesta/data/templates/web/nginx/
Duplicate default.stpl change
Code: Select all
listen 443 ssl;
Code: Select all
listen 443 ssl spdy;
- Wed Jan 28, 2015 8:19 pm
- Forum: General Discussion
- Topic: Format of backup.excludes?
- Replies: 3
- Views: 5164
Re: Format of backup.excludes?
Look at v-update-user-backup-exclusions
Code: Select all
v-update-user-backup-exclusions (user) (file)
- Wed Jan 28, 2015 8:10 pm
- Forum: General Discussion
- Topic: DB Creation Errors - help.
- Replies: 7
- Views: 8327
Re: DB Creation Errors - help.
Please take note that we may have solved this issue.
http://forum.vestacp.com/viewtopic.php?f=10&t=6765
Please make sure your server has at least 512mg of swap.
http://forum.vestacp.com/viewtopic.php?f=10&t=6765
Please make sure your server has at least 512mg of swap.
- Wed Jan 28, 2015 8:07 pm
- Forum: General Discussion
- Topic: Mysql queries peaking to 1M+ occasionally
- Replies: 6
- Views: 10077
Re: Mysql queries peaking to 1M+ occasionally
As Joem has suggested you need to add swap at least 512mg incase your physical memory at some point reaches it's limit. Perhaps in a future release of Vesta we can add and change the swap settings, but for now try to do it manually.
- Wed Jan 28, 2015 6:24 pm
- Forum: General Discussion
- Topic: I haven't allowed 8083 in the firewall but still accessing
- Replies: 0
- Views: 2424
Re: I haven't allowed 8083 in the firewall but still accessi
Toggle all and select apply all, in the firewall page.