Search found 932 matches

by myVesta
Tue Sep 12, 2023 4:39 pm
Forum: General discussion
Topic: cloudflare for my web
Replies: 1
Views: 440

Re: cloudflare for my web

hey i have using cloudflare for my website and no proxy for mail.web.com but still someone can find my server IP using mail.web.com .if I enable proxy for mail.web.com I don't receive any mail have any solution for this ? There is no solution, except to create separate server just for emails, or us...
by myVesta
Mon Aug 28, 2023 3:02 pm
Forum: Web
Topic: How to put HTTP authentication to some site or folder
Replies: 0
Views: 1550

How to put HTTP authentication to some site or folder

Create .htaccess file First, create a .htaccess file in your public_html to protect the entire site or specific directory, and add the following content in the .htacces file: AuthType Basic AuthName "Please login" AuthUserFile /home/myuser/web/yourdomain.com/public_html/.htpasswd require ...
by myVesta
Mon Aug 28, 2023 12:35 pm
Forum: Mail
Topic: How to log who and when deleted some email (dovecot)
Replies: 0
Views: 2536

How to log who and when deleted some email (dovecot)

First: sed -i "1s|^|mail_plugins = \$mail_plugins mail_log notify\n|" /etc/dovecot/dovecot.conf Then (copy-paste the whole block): cat <<EOF >/etc/dovecot/conf.d/90-plugin.conf ## ## Plugin settings ## # All wanted plugins must be listed in mail_plugins setting before any of the # settings...
by myVesta
Mon Aug 21, 2023 1:37 pm
Forum: Web
Topic: Set Restart-Timeout for Apache2
Replies: 0
Views: 4009

Set Restart-Timeout for Apache2

Sometimes, when the server load is high, if an script tries to restart Apache, it may happen that Apache does not restart at all, but remains shut down, because due to the excessive server load, the restart process can take an unexpectedly long time, after which systemctl simply gives up reboot. To ...
by myVesta
Sun Aug 20, 2023 3:59 pm
Forum: Linux services
Topic: How to install ElasticSearch 7 and 8 on Debian
Replies: 1
Views: 1858

Re: How to install ElasticSearch 7 and 8 on Debian

In the following steps, we will guide you through the installation process of ElasticSearch 8 on a Debian server. In your SSH, as root, run: wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | gpg --dearmor -o /usr/share/keyrings/elasticsearch-keyring.gpg apt-get install apt-transport-ht...
by myVesta
Fri Aug 18, 2023 3:27 pm
Forum: General discussion
Topic: Restore from root/vst_install_backups
Replies: 9
Views: 956

Re: Restore from root/vst_install_backups

and you have nothing in /backup folder?
by myVesta
Fri Aug 18, 2023 2:53 pm
Forum: General discussion
Topic: Facing strange issue with login and auto logout in admin panel
Replies: 9
Views: 1809

Re: Facing strange issue with login and auto logout in admin panel

biyej87937 wrote: Fri Aug 18, 2023 2:50 pm How to downgrade myVesta to version before redesign?
If you really want old myVesta version before redesign:

Code: Select all

cd /root
rm -rf /root/vesta
git clone https://github.com/myvesta/vesta.git

cd vesta
git reset --hard 2afbc2cddfbbc57f296640cb28d89fb29b2526c2

cp -rf /root/vesta/* /usr/local/vesta
by myVesta
Fri Aug 18, 2023 2:46 pm
Forum: General discussion
Topic: Restore from root/vst_install_backups
Replies: 9
Views: 956

Re: Restore from root/vst_install_backups

Do you have backup files?
Try

Code: Select all

v-rebuild-databases yourUser
by myVesta
Thu Aug 17, 2023 11:24 pm
Forum: General discussion
Topic: Facing strange issue with login and auto logout in admin panel
Replies: 9
Views: 1809

Re: Facing strange issue with login and auto logout in admin panel

Really have no idea.
What error do you see when login fails?
by myVesta
Thu Aug 17, 2023 3:30 pm
Forum: General discussion
Topic: any way to install older myvesta version before redesing?
Replies: 8
Views: 969

Re: any way to install older myvesta version before redesing?

If you really want old myVesta version before redesign:

Code: Select all

cd /root
rm -rf /root/vesta
git clone https://github.com/myvesta/vesta.git

cd vesta
git reset --hard 2afbc2cddfbbc57f296640cb28d89fb29b2526c2

cp -rf /root/vesta/* /usr/local/vesta