Quantcast
Channel: myVesta
Browsing all 285 articles
Browse latest View live

Third-party software • How to Fix the "ENOSPC: System Limit for Number...

We encountered an issue when running the command `npm run dev` on our server. Here's a quick overview:Issue Description:1. The `npm run dev` command starts normally for a second or two.2. Then the...

View Article


Bash • How to release deleted files held by a running process

When you delete a file that is still being accessed by a process, the file may remain on the disk until that process releases it. This often happens if a Bash session is holding onto the file via an...

View Article


PHP • How to Improve PHP-FPM Performance by Adjusting max_execution_time and...

If you’ve noticed performance issues or intermittent “stuttering” on your server, adjusting a few PHP-FPM settings might help. Below is a quick recap of our tweaks and how they helped resolve error...

View Article

Backup • Re: New Backup Method with Backblaze Using RCLONE

Ensure Your Custom v-backup-users Still Exists if myVesta Updates Before Backup with a Cron JobI’ve set up a way to ensure my custom v-backup-users script remains active before backups, even if...

View Article

Linux services • Re: How to install ElasticSearch 7 and 8 on Debian

Installing ElasticSearch 7 through DockerFirst, install Docker - viewtopic.php?f=35&t=772Secondly, check the latest version of ES 7 here - https://www.elastic.co/guide/en/elastic ... ocker.htmlAt...

View Article


nginx templates • How to Fix “Too Many Open Files” Error in Nginx

When hosting many websites on a myVesta server, Nginx may eventually hit the system-imposed limit on the number of simultaneously open files. This can cause the web server to fail with the following...

View Article

Web • nginx only for one user on a nginx+apache myVesta

Hi all,as said in subject, is there a way for only one user, on a nginx+apache myVesta server, to only use nginx (not as proxy but as web server) ? Is there templates for that that I can add ?Thanks...

View Article

Mail • Email not forwarding anymore

R=dnslookup T=remote_forwarded_smtp defer (-1): Failed to expand return path "${srs_encode {${readfile{/etc/exim4/srs.conf}}} {$return_path} {$original_domain}}": "${srs_encode" is not a known...

View Article


Mail • mail server attack

Checking the logs of my exim i see many lines like below from different ipadress and and fake emailadress with the registered domains on my server. FAIL2ban is blocking the different IP but the list...

View Article


DB • Re: Cronjob that checks if MariaDB/MySQL is not killed by OOM Killer

Hi!My database server MARIADB goes down sometimes twice a week and i have to restart it for working.How do i insert the cron job in myvesta painel?Thanks,JMARTStatistics: Posted by jmart — Mon Apr 14,...

View Article

General discussion • nginx only for one user on a nginx+apache myVesta

Hi all,as said in subject, is there a way for only one user, on a nginx+apache myVesta server, to only use nginx (not as proxy but as web server) ? Is there templates for that that I can add ?Thanks...

View Article

General discussion • Email not forwarding anymore

R=dnslookup T=remote_forwarded_smtp defer (-1): Failed to expand return path "${srs_encode {${readfile{/etc/exim4/srs.conf}}} {$return_path} {$original_domain}}": "${srs_encode" is not a known...

View Article

General discussion • mail server attack

Checking the logs of my exim i see many lines like below from different ipadress and and fake emailadress with the registered domains on my server. FAIL2ban is blocking the different IP but the list...

View Article


General discussion • Re: Email not forwarding anymore

I have a question and the same problem that occurred with @rogero … Can someone help me or provide the best solution tubidy? Thank you so much.Statistics: Posted by samsularif28 — Wed Apr 16, 2025...

View Article

DB • Debian 12: Upgrade MariaDB 10.11 to 11.4

Code: systemctl stop mariadbcp -a /etc/mysql /etc/mysql.bakapt updateapt install -y software-properties-commonapt-key adv --fetch-keys...

View Article


Roundcube • Can’t Receive Gmail Emails....

Hello, I can send and receive all emails except that I can’t receive emails from gmails. I’m getting the following error about email delivery failure from sent email to server.The response was:TLS...

View Article

Image may be NSFW.
Clik here to view.

Roundcube • Re: Can’t Receive Gmail Emails....

Hi, found the solution here:viewtopic.php?t=416It works now.... Statistics: Posted by jmart — Fri Apr 25, 2025 5:06 pm

View Article


PHP • Re: How to install multi PHP versions

I just installed on a Debian 10 fresh install server. Have to use Debain 10.13 due to Python 3.7.3 version lock for dependecies on my django app. Default PHP is 7.3 on Deb 10After running multi-php to...

View Article

Firewall • How to block some IP if the website is behind CloudFlare

hey i did block a ip address from firewallbut the ip still connect the sitethen i block it using cloudflare then stops trafficserver firewall ignore if i have enabled cloudflare for the website...

View Article

Firewall • Re: Cloudflare enabled sites traffic

Use the following commands to block ip:Code: touch /etc/nginx/conf.d/block.confecho "deny 111.222.111.222;" >> /etc/nginx/conf.d/block.conf# just put IP you want to ban instead of...

View Article
Browsing all 285 articles
Browse latest View live