Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 43 matches
- Mon Nov 25, 2019 3:14 am
- Forum: Web Server
- Topic: Error Code: 15 - SSL - Lets Encrypt
- Replies: 63
- Views: 167512
Re: Error Code: 15 - SSL - Lets Encrypt
I also got the 400 error renewing my Lets Encrypt SSL using
v-update-letsencrypt-ssl
I've modified my nginx files unique to certain sites (GeoIP to block outside countries, Security settings for Defender/Wordpress) and that was the cause of my issue. The fix:
In Vesta CP Visit the User of the ...
v-update-letsencrypt-ssl
I've modified my nginx files unique to certain sites (GeoIP to block outside countries, Security settings for Defender/Wordpress) and that was the cause of my issue. The fix:
In Vesta CP Visit the User of the ...
- Thu Jan 17, 2019 8:48 pm
- Forum: Database Server
- Topic: Remote MariaDB on Ubuntu 16.04 Tutorial
- Replies: 7
- Views: 150849
Re: Remote MariaDB on Ubuntu 16.04 Tutorial
I saw a stack exchange post that seems to say that this project is abandoned.
https://askubuntu.com/questions/844143/how-to-insall-mysql-proxy-in-ubuntu-16-04
Thoughts? Perhaps proxysql is the way to go? You have any steps you would use to install and configure either, I'd love to try it out and ...
https://askubuntu.com/questions/844143/how-to-insall-mysql-proxy-in-ubuntu-16-04
Thoughts? Perhaps proxysql is the way to go? You have any steps you would use to install and configure either, I'd love to try it out and ...
- Sat Oct 20, 2018 6:02 am
- Forum: Web Server
- Topic: Unable to add www as server alias
- Replies: 14
- Views: 26502
Re: Unable to add www as server alias
Worked for me, thanks!
- Thu Mar 22, 2018 5:08 pm
- Forum: Web Server
- Topic: [GUIDE] WordPress at Ubuntu 16.04 NGINX PHP(7)-FPM + Redis Object caching FIX == FTL
- Replies: 10
- Views: 35314
Re: [GUIDE] WordPress at Ubuntu 16.04 NGINX PHP(7)-FPM + Redis Object caching FIX == FTL
I figured it out. I copied and pasted this line from the tutorial into my wp-config.php file. I didn't catch the odd apostrophe after the example.com. When I changed that, it worked great.
define('WP_CACHE_KEY_SALT', 'example.com’);
should become:
define('WP_CACHE_KEY_SALT', 'example.com ...
define('WP_CACHE_KEY_SALT', 'example.com’);
should become:
define('WP_CACHE_KEY_SALT', 'example.com ...
- Thu Mar 22, 2018 4:25 pm
- Forum: Web Server
- Topic: [GUIDE] WordPress at Ubuntu 16.04 NGINX PHP(7)-FPM + Redis Object caching FIX == FTL
- Replies: 10
- Views: 35314
Re: [GUIDE] WordPress at Ubuntu 16.04 NGINX PHP(7)-FPM + Redis Object caching FIX == FTL
SOLVED -- SEE POST BELOW
STEP3: then modify the wp-config.php of WP and add these 2 lines:
define('WP_CACHE_KEY_SALT', 'example.com’);
Awesome post, glad I came across it and thanks for writing it. Perhaps you can help me out, I'm using the Wordpress2 Template and the whole Redis install ...
STEP3: then modify the wp-config.php of WP and add these 2 lines:
define('WP_CACHE_KEY_SALT', 'example.com’);
Awesome post, glad I came across it and thanks for writing it. Perhaps you can help me out, I'm using the Wordpress2 Template and the whole Redis install ...
- Wed Jan 17, 2018 6:43 pm
- Forum: Web Server
- Topic: nginx: [emerg] unexpected "}"
- Replies: 7
- Views: 26047
Re: nginx: [emerg] unexpected "}"
I was having the same issue. Every time I updated the server I got the NGINX } error. Here is what I did to fix the issue:
Download the VestaCP Install from https://github.com/serghey-rodin/vesta/archive/master.zip
Unzip the contents of the zip file to your desktop and navigate to the correct ...
Download the VestaCP Install from https://github.com/serghey-rodin/vesta/archive/master.zip
Unzip the contents of the zip file to your desktop and navigate to the correct ...
- Tue May 30, 2017 4:19 pm
- Forum: General Discussion
- Topic: Best Practice for Blocking Countries?
- Replies: 2
- Views: 7307
Best Practice for Blocking Countries?
Using VestaCP, what is the best practice for blocking specific countries from accessing the server/VestaCP? I've researched the forum and Google and get mixed answers and would like some more input and advice. The sites on this server only need USA traffic (Unless someone from outside the country ...
- Tue Mar 28, 2017 9:37 pm
- Forum: Database Server
- Topic: Remove LocalHost and Uninstall MySQL
- Replies: 6
- Views: 13590
Re: Remove LocalHost and Uninstall MySQL
I just wrote up a guide for creating a VestaCP Webserver on Ubuntu 16.04 with a remote MariaDB Database Server also running on Ubuntu 16.04. Hopefully it helps someone out.
viewtopic.php?f=14&t=14220
viewtopic.php?f=14&t=14220
- Tue Mar 28, 2017 9:22 pm
- Forum: Database Server
- Topic: Remote MariaDB on Ubuntu 16.04 Tutorial
- Replies: 7
- Views: 150849
Remote MariaDB on Ubuntu 16.04 Tutorial
I'm posting this in hopes it will help someone out. I'm sure the code isn't the greatest and could have security issues, but it worked for me in my prototype environment.
The Setup:
2 Digital Ocean 2 CPU/2GB RAM Droplets
VestaCP Webserver:
Public IP: 123.456.789.1
Private IP: 987.654.321.1 ...
The Setup:
2 Digital Ocean 2 CPU/2GB RAM Droplets
VestaCP Webserver:
Public IP: 123.456.789.1
Private IP: 987.654.321.1 ...
- Tue Mar 28, 2017 7:55 pm
- Forum: Database Server
- Topic: Remove LocalHost and Uninstall MySQL
- Replies: 6
- Views: 13590
Re: Remove LocalHost and Uninstall MySQL
I figured it out. I'm planning on posting a whole tutorial, but here's quickly what I did. The key for me was adding in the the mysql-client on the web server early in the process (although it might not matter, my first try didn't work when I did it after the VestaCP install).
apt-get update ...
apt-get update ...