masterross
- Total activity 83
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 22
Comments
Recent activity by masterross-
Same problem, except directory listing. Extremely slow transfer ! cPanel v76.0.18 Tried change Pure-FTPD with ProFTPD not help. Disabling cpHulk and ModSecure also doesn't help. [QUOTE] Command: ...
-
Absolutely true! MariaDB makes 2-4x much load compared to Mysql. I really regret "upgraded" to MariaDB. DONT do it!
-
It doesnt work :) But i realized that I dont need it. I just block the IP who test xmlrpc.php BTW do you know how blacklists work? I activate 2 of them and I see the list are filled with IPs but w...
-
The question is can I use AND operand in IF clause: if (($globlogs{CUSTOM11_LOG}{$lgfile}) and ($line =~ /(\S+).*] "\w*(?:POST) \/xmlrpc\.php.*" /) AND ($globlogs{CUSTOM11_LOG}{$lgfile}) and ($lin...
-
I want immediately to block the IP [COLOR=rgb(184, 49, 47)]only if it accesses both files (wp-login.php and xmlrpc.php ) within 5min for example. Check my log: 146.185.163.81 - - [29/Jun/2020:19:4...
-
Thx mate, Do you know how to adjust rule that to ban immediately the IP who access both POST /wp-login.php and POST /xmlrpc.php ? because attackers most of the cases check both files. thanks
-
Hi, guys, Google bots also accessing the login: Will this rule affect the crawlers too?
-
Hi, data about account was missing from these files: /etc/userdomains /etc/trueuserdomains After re-added the needed data and restarted /scripts/updateuserdomains all was fixed. Regards!
-
Hi @APatchworkBoy and @cPanelLauren, Last night I had similar problem. Httpd fell down and restarted few times but not the php_fpm and all site using it were down. Can you please share your tweaks...
-
OK, I found the problem! In the dump file there was command: Create table if not exist, trying to make old table which is not permitted. So I used: sed -i '/old_gb/ s//new_db/g' mysqldump.sql Becau...