Search found 171 matches

by T4B
Sat Apr 26, 2025 4:00 pm
Forum: Firewall
Topic: How to block some IP if the website is behind CloudFlare
Replies: 1
Views: 160

Re: Cloudflare enabled sites traffic

Use the following commands to block ip:

Code: Select all

touch /etc/nginx/conf.d/block.conf

echo "deny 111.222.111.222;" >> /etc/nginx/conf.d/block.conf
# just put IP you want to ban instead of 111.222...

systemctl restart nginx
by T4B
Sat Apr 26, 2025 3:51 pm
Forum: Firewall
Topic: How to block some IP if the website is behind CloudFlare
Replies: 1
Views: 160

How to block some IP if the website is behind CloudFlare

hey i did block a ip address from firewall
but the ip still connect the site
then i block it using cloudflare then stops traffic
server firewall ignore if i have enabled cloudflare for the website ?
by T4B
Sun Mar 02, 2025 10:23 am
Forum: Anti-spam
Topic: Emails rejected due to SpamHaus blacklist (zen.spamhaus.org)
Replies: 5
Views: 39269

Re: Emails rejected due to SpamHaus blacklist (zen.spamhaus.org)

hey i want to know if this removed from myvestacp it is bad for emails ? or safe to remove it and move forward ?
by T4B
Sun Feb 16, 2025 6:36 am
Forum: General discussion
Topic: flarum on myvestacp
Replies: 0
Views: 1929

flarum on myvestacp

hey how can i install flarum on myvestacp control panel ?
by T4B
Sun Feb 02, 2025 6:36 pm
Forum: General discussion
Topic: Installed myvestacp on 32 ram server
Replies: 1
Views: 2266

Installed myvestacp on 32 ram server

hey i got i7 4th gen 32gb server and i installed myvestacp using default options is there any config do i need to change to get more performance ? i just made changes to mariadb using this https://forum.myvestacp.com/viewtopic.php?t=280 (16GB) should i go with 32 ? https://forum.myvestacp.com/viewto...
by T4B
Fri Oct 18, 2024 11:21 am
Forum: General discussion
Topic: apache-ultimate-bad-bot-blocker
Replies: 2
Views: 3199

Re: apache-ultimate-bad-bot-blocker

Yes, I have the same problem, maybe some members here can help answer? Please tag me if you find a way. tubidy tubidy i talk about this with myvestacp maintainer, and he told he got a filter for this... he will soon post on the forum. you can also try this to stop ftp logins attempts from bots http...
by T4B
Wed Oct 16, 2024 2:20 pm
Forum: General discussion
Topic: apache-ultimate-bad-bot-blocker
Replies: 2
Views: 3199

apache-ultimate-bad-bot-blocker

if anyone used this with my vestacp please tell me how to do it
https://github.com/mitchellkrogza/apach ... ot-blocker
https://github.com/mitchellkrogza/nginx ... t-blocker/

im using default myvestacp install options
by T4B
Wed Oct 16, 2024 1:16 pm
Forum: Firewall
Topic: Configure fail2ban for phpmyadmin and roundcube
Replies: 2
Views: 11224

Re: Configure fail2ban for phpmyadmin and roundcube

Brief instructions on how to set up fail2ban for phpmyadmin and roundcube. mcedit /etc/fail2ban/jail.local If you uncomment #action = vesta[name=WEB] then we will have the opportunity to remove ip from the banlist, through vesta (firewall tab). But you need to remember that if an ip is banned in ph...
by T4B
Wed Oct 16, 2024 12:17 pm
Forum: General discussion
Topic: server reached max_children
Replies: 1
Views: 3148

server reached max_children

hey im getting this error on php8.3-fpm.log how can i fix this ?

Code: Select all

 server reached max_children setting (8), consider raising it
by T4B
Sat Oct 05, 2024 5:44 am
Forum: General discussion
Topic: HTTP headers
Replies: 2
Views: 3560

Re: HTTP headers

i want to use these headers which is better .htaccess or httpd.conf ? i don't know where to edit httpd.conf