Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 8 matches
- Mon Jun 24, 2019 2:12 pm
- Forum: Mail Server
- Topic: Update EXIM CVE-2019-10149 Exim 4.87 to 4.91
- Replies: 10
- Views: 16670
Re: Update EXIM CVE-2019-10149 Exim 4.87 to 4.91
Thank you, not sure what I'm doing wrong. I tried that & I still get the old version:
Code: Select all
root@mail:~# exim --version
Exim version 4.89 #1 built 28-May-2019 20:13:55
- Mon Jun 24, 2019 1:33 pm
- Forum: Mail Server
- Topic: Update EXIM CVE-2019-10149 Exim 4.87 to 4.91
- Replies: 10
- Views: 16670
Re: Update EXIM CVE-2019-10149 Exim 4.87 to 4.91
Anyone know how to upgrade Exim on Ubuntu / Debian?
- Mon Mar 04, 2019 5:57 pm
- Forum: General Discussion
- Topic: Permissions
- Replies: 1
- Views: 2082
Re: Permissions
How do I give www-data write access to admin? (guessing that is where I've gone wrong?)
I have a server that works (Sydney) & a server that doesn't (Phoenix) --> I can't upload plugins...:
Sydney
—
751 web
551 domain
751 pubic_html
775 wp-content
dr-xr-x--x 9 admin admin 4096 Apr 21 2016 domain ...
I have a server that works (Sydney) & a server that doesn't (Phoenix) --> I can't upload plugins...:
Sydney
—
751 web
551 domain
751 pubic_html
775 wp-content
dr-xr-x--x 9 admin admin 4096 Apr 21 2016 domain ...
- Wed Feb 27, 2019 10:47 pm
- Forum: General Discussion
- Topic: Permissions
- Replies: 1
- Views: 2082
Permissions
I messed up my permissions (ubuntu).
I used this script to fix everything: https://forum.vestacp.com/viewtopic.php?f=20&t=15671
But I still can't edit themes (admin) + allow plugin/theme updates (www-data) at the same time (on Wordpress installs). I'm constantly switching between admin + www-data ...
I used this script to fix everything: https://forum.vestacp.com/viewtopic.php?f=20&t=15671
But I still can't edit themes (admin) + allow plugin/theme updates (www-data) at the same time (on Wordpress installs). I'm constantly switching between admin + www-data ...
- Wed Nov 21, 2018 3:06 pm
- Forum: General Discussion
- Topic: Best way to backup content and DB
- Replies: 1
- Views: 2802
Re: Best way to backup content and DB
Restic seems to be my best option
Ubuntu:
apt install restic
export AWS_ACCESS_KEY_ID="########"
export AWS_SECRET_ACCESS_KEY="########"
restic -r s3:s3.amazonaws.com/BUCKET init
restic -r s3:s3.amazonaws.com/BUCKET backup /home --exclude /home/backup
restic -r s3:s3.amazonaws.com/BUCKET ...
Ubuntu:
apt install restic
export AWS_ACCESS_KEY_ID="########"
export AWS_SECRET_ACCESS_KEY="########"
restic -r s3:s3.amazonaws.com/BUCKET init
restic -r s3:s3.amazonaws.com/BUCKET backup /home --exclude /home/backup
restic -r s3:s3.amazonaws.com/BUCKET ...
- Fri Nov 02, 2018 1:30 pm
- Forum: General Discussion
- Topic: `CURL_OPENSSL_3' not found
- Replies: 2
- Views: 6384
Re: `CURL_OPENSSL_3' not found
I got impatient, tried it on a dev vesta server I set up. That broke it, but it was easy to fix.. So I tried it on my production server. All is back to normal now!
Leaving this here in case anyone has a similar issue.
Leaving this here in case anyone has a similar issue.
- Fri Nov 02, 2018 1:23 pm
- Forum: General Discussion
- Topic: `CURL_OPENSSL_3' not found
- Replies: 2
- Views: 6384
`CURL_OPENSSL_3' not found
Recently updated to Ubuntu 18.04 and getting this error:
/usr/local/vesta/php/bin/php: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/local/vesta/php/bin/php)
I found this on stack overflow as a fix:
sudo apt install libcurl3/bionic
I have 100 ...
/usr/local/vesta/php/bin/php: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/local/vesta/php/bin/php)
I found this on stack overflow as a fix:
sudo apt install libcurl3/bionic
I have 100 ...
- Thu Aug 13, 2015 7:44 pm
- Forum: Mail Server
- Topic: How can I add a domain to a whitelist?
- Replies: 2
- Views: 4784
How can I add a domain to a whitelist?
How can I add a domain to a whitelist (ubuntu 14)?
Right now my domain is blocking any email that comes from Mailgun (which doesn't have a dedicated IP).
example:
2015-08-13 07:58:23 TLS error on connection from so254-44.mailgun.net [198.61.254.44] (gnutls_handshake): A TLS fatal alert has ...
Right now my domain is blocking any email that comes from Mailgun (which doesn't have a dedicated IP).
example:
2015-08-13 07:58:23 TLS error on connection from so254-44.mailgun.net [198.61.254.44] (gnutls_handshake): A TLS fatal alert has ...