Search found 928 matches

by myVesta
Thu Oct 29, 2020 9:53 am
Forum: General discussion
Topic: mail score
Replies: 3
Views: 2007

Re: mail score

Send me test result link via private message.

I'm pretty sure it's not related with php version.
by myVesta
Wed Oct 28, 2020 7:10 pm
Forum: General discussion
Topic: Migration from Vesta to myVesta
Replies: 6
Views: 3677

Re: Migration from Vesta to myVesta

I think not.
But you can manually copy /var/log/apache2/domains/your-domain.com.bytes from old server to new.

Also, you can edit /usr/local/vesta/data/users/SOMEUSER/web.conf and manually change U_BANDWIDTH='XXXX' value (get value from old server)
by myVesta
Tue Oct 27, 2020 1:14 pm
Forum: General discussion
Topic: Switch PHP to 7.4 for MyVesta updates, is it possible?
Replies: 1
Views: 2730

Re: Switch PHP to 7.4 for MyVesta updates, is it possible?

This is happening because none of domains/subdomains are using php 7.3

The easiest fix is: create random subdomain and put in to be on 7.3

Or:
Total disable php7.3:

Code: Select all

systemctl stop php7.3-fpm
systemctl disable php7.3-fpm
by myVesta
Sun Oct 25, 2020 2:42 pm
Forum: ClamAV
Topic: How to install ClamAV on MyVesta
Replies: 1
Views: 4147

Re: How to install ClamAV on MyVesta

apt-get update apt-get install clamav-daemon wget https://raw.githubusercontent.com/myvesta/vesta/master/install/debian/10/clamav/clamd.conf -O /etc/clamav/clamd.conf gpasswd -a clamav mail gpasswd -a clamav Debian-exim freshclam update-rc.d clamav-daemon defaults service clamav-daemon restart sed ...
by myVesta
Thu Oct 22, 2020 7:15 pm
Forum: General discussion
Topic: PATH public folder CSS/JS/JPG
Replies: 2
Views: 1601

Re: PATH public folder CSS/JS/JPG

:arrow: viewtopic.php?f=20&t=82
hosting-public template - the same as hosting template, but docroot will be public_html/public/ instead of public_html/ (mostly used in Laravel projects)
by myVesta
Wed Oct 21, 2020 4:43 pm
Forum: myVesta
Topic: Can not login to admin [blank page]
Replies: 2
Views: 5214

Re: Can not login to admin [blank page]

It' means that you are trying to access myVesta without secret URL.

If you can't remember your secret URL, see viewtopic.php?f=23&t=62
by myVesta
Mon Oct 19, 2020 11:49 am
Forum: Firewall
Topic: Iptables always shows Uptime: 0 minutes
Replies: 4
Views: 19951

Re: Iptables always shows Uptime: 0 minutes

Because actually it's not a service. And it's normal to show uptime 0. To check if it's active, in SSH, as root, run: iptables -L You should see something like this: Chain INPUT (policy DROP) target prot opt source destination ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT all -- Y...
by myVesta
Sat Oct 17, 2020 12:41 am
Forum: General discussion
Topic: Change/migrate VPS
Replies: 1
Views: 1551

Re: Change/migrate VPS

See viewtopic.php?f=14&t=50
The process is the same.
by myVesta
Thu Oct 15, 2020 1:46 am
Forum: myVesta
Topic: Proper way to change server hostname
Replies: 6
Views: 9294

Proper way to change server hostname

Before we begin, it's crucial to confirm that your newly chosen hostname is correctly configured to point to your server's IP address. Once this DNS configuration is in place, proceed to your myVesta control panel as an admin user. Within the WEB section, you should add your new hostname as a new do...