-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to be shure blocker is working ? #154
Comments
I am interested the same question as I met same problem and misunderstanding. |
What versions of Apache? |
Apache version: Apache/2.4.46 |
the only thing that can be wrong is that your |
I believe there are maybe another issues as fact. As I've checked my apache2.conf file many times for both 'RequireAll' |
Getting your RequireAny blocks correct is a nightmare, just one wrong thing will break the entire structure. Every time I run a build here is it tested on both Apache 2.2 and 2.4 before it passes. |
You can see a log file from the last build here which tests on 2.2 and 2.4 including testing different aspects of the blocker
|
I'm struggling with the same thing. I've added a few IPs to the blocklist as well (3.224.220.101 being one), reloaded apache, and within seconds it's back in the logs. Running Mediawiki, and the bots are hammering nonsense pages that have the SQL process maxed out as it retrieves diff histories for pages that haven't been edited in years. Any suggestions? Thanks in advance! |
Hi,
Just got all things set and got the following behavior:
If i do Curl command test by User Agent and Referrer - every time i am getting 200 OK - on bad user agents and referrers.
If i adding to Chrome "Custom UserAgent String" extension for testing - blocker blocking bad user agents.
Update:
Server logs - with Curl:
Server logs - with Chrome "Custom UserAgent String" extension:
Update2:
How in logs looks real Ahrefs bot (it should be blocked):
What i am missing ?
Thanks.
The text was updated successfully, but these errors were encountered: