Search found 928 matches

by myVesta
Thu Jul 15, 2021 3:23 pm
Forum: General discussion
Topic: myVesta not started after update
Replies: 3
Views: 1591

Re: myVesta not started after update

I thought on RAM, not disk space.
Anyyway, restarting vesta could also solve this.
by myVesta
Thu Jul 15, 2021 3:14 pm
Forum: General discussion
Topic: myVesta not started after update
Replies: 3
Views: 1591

Re: myVesta not started after update

try to restart myvesta:

Code: Select all

service vesta stop
service vesta start
maybe you had full memory and restart failed because of that
by myVesta
Thu Jul 15, 2021 2:55 pm
Forum: General discussion
Topic: Cache control and server settings
Replies: 4
Views: 7012

Re: Cache control and server settings

Locate "public_html" folder where you put your site.
There you should create ".htaccess" file.
.htaccess file can have only one line, and that can be:
Header set Cache-Control "max-age=604800, public"
by myVesta
Wed Jul 14, 2021 1:04 pm
Forum: General discussion
Topic: Upgrade from php7.3 to php7.4, without apache
Replies: 5
Views: 1551

Re: What is PHP-FPM-73-public template

wordpressadmin wrote: Wed Jul 14, 2021 1:02 pm Thanks X for your reply, Yes i would like to install debian 10 + Nginx + php-fpm (php-7.4) without apache Thanks So Big
then viewtopic.php?f=18&t=151
by myVesta
Wed Jul 14, 2021 9:26 am
Forum: General discussion
Topic: Upgrade from php7.3 to php7.4, without apache
Replies: 5
Views: 1551

Re: What is PHP-FPM-73-public template

wordpressadmin wrote: Wed Jul 14, 2021 7:56 am Thanks for your help, I dont't need multi PHP versions i want only single php 7.4 / i using nginx/php-fpm
without apache?
by myVesta
Tue Jul 13, 2021 5:41 pm
Forum: General discussion
Topic: Upgrade from php7.3 to php7.4, without apache
Replies: 5
Views: 1551

Re: What is PHP-FPM-73-public template

wordpressadmin wrote: Tue Jul 13, 2021 5:05 pm How to upgrade php 7.3 to 7.4
viewtopic.php?f=18&t=52
by myVesta
Mon Jul 12, 2021 4:21 pm
Forum: General discussion
Topic: GPG error apt.myvestacp.com signatures couldn't be verified, public key is not available NO_PUBKEY 88807D4B2221338C
Replies: 6
Views: 74139

GPG error apt.myvestacp.com signatures couldn't be verified, public key is not available NO_PUBKEY 88807D4B2221338C

Announcement: Our GPG key for APT repo has expired on 12-jul-2021, and if your server is installed before that date, it can't receive myVesta updates from our apt repo. So, If you ran apt update and if you saw this in console: W: An error occurred during the signature verification. The repository i...
by myVesta
Sun Jul 11, 2021 9:15 pm
Forum: General discussion
Topic: myvesta update
Replies: 3
Views: 1365

Re: myvesta update

If you didn't turn off auto-update of myVesta, your server will receive update automatically tonight :D
(between 01 AM and 07 AM)

if you want to do it manually:

Code: Select all

apt update
apt -y install vesta
by myVesta
Sun Jul 11, 2021 2:19 pm
Forum: General discussion
Topic: Cache control and server settings
Replies: 4
Views: 7012

Re: Cache control and server settings

You can put:

Code: Select all

Header set Cache-Control "max-age=604800, public"
in .htaccess file