Search found 904 matches
- Mon Sep 18, 2023 2:05 pm
- Forum: Installation
- Topic: MySQL 8 repo not available for Bookworm yet
- Replies: 5
- Views: 106
Re: MySQL 8 repo not available for Bookworm yet
It will be nice if somebody tries to install Bullseye mysql8 build on Bookworm... maybe it will work :D For faster probing, do it on clean Bookworm, without myVesta, just manually copy-paste this piece of code: (copy and run each line/block): codename='bullseye' echo "### THIS FILE IS AUTOMATIC...
- Mon Sep 18, 2023 1:21 pm
- Forum: Installation
- Topic: MySQL 8 repo not available for Bookworm yet
- Replies: 5
- Views: 106
Re: MySQL 8 repo not available for Bookworm yet
If official MySQL didn't make a build for Bookworm, what can we do?
- Tue Sep 12, 2023 4:39 pm
- Forum: General discussion
- Topic: cloudflare for my web
- Replies: 1
- Views: 82
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...
- Mon Aug 28, 2023 3:02 pm
- Forum: Web
- Topic: How to put HTTP authentication to some site or folder
- Replies: 0
- Views: 160
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 ...
- Mon Aug 28, 2023 12:35 pm
- Forum: Mail
- Topic: How to log who and when deleted some email (dovecot)
- Replies: 0
- Views: 105
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...
- Mon Aug 21, 2023 1:37 pm
- Forum: Web
- Topic: Set Restart-Timeout for Apache2
- Replies: 0
- Views: 130
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 ...
- Sun Aug 20, 2023 3:59 pm
- Forum: Linux services
- Topic: How to install ElasticSearch 7 and 8 on Debian
- Replies: 1
- Views: 719
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...
- Fri Aug 18, 2023 3:27 pm
- Forum: General discussion
- Topic: Restore from root/vst_install_backups
- Replies: 9
- Views: 520
Re: Restore from root/vst_install_backups
and you have nothing in /backup folder?
- Fri Aug 18, 2023 2:53 pm
- Forum: General discussion
- Topic: Facing strange issue with login and auto logout in admin panel
- Replies: 7
- Views: 731
Re: Facing strange issue with login and auto logout in admin panel
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
- Fri Aug 18, 2023 2:46 pm
- Forum: General discussion
- Topic: Restore from root/vst_install_backups
- Replies: 9
- Views: 520
Re: Restore from root/vst_install_backups
Do you have backup files?
Try
Try
Code: Select all
v-rebuild-databases yourUser