Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 Yesterday 15:19:34

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,260
Website GitHub Mastodon Twitter

Re: Referrer spam

vistopher wrote #340601:

Alright, the github is updated and works with the 4.9.0 beta versions.

  • Developer: ‘Visitor logs’ panel is now bound to the new ‘lore’ event name (was: ‘log’) to prevent conflicts with privacy filters.

Thanks so much. It works as intended.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#26 Today 08:06:04

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,458
Website

Re: Referrer spam

colak wrote #340592:

I’m very close to apply a Deny from 34.174. directive to up to 1 million users.

Out of curiosity, which syntax are you using? The older (Apache 2.2) Allow / Deny Directive, or the newer Require Directive (see Apache docs)?

<RequireAll>
    Require all granted
    Require not ip 34.174.
</RequireAll>

Although from the docs it is not clear if a partial IP address actually work. Documentation seems a little unclear, although this page (httpd.apache.org/docs/2.4/howto/access.html#host) it seems to imply a partial IP is allowed (and posting the above in my .htaccess does not throw a 500).


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg

Offline

#27 Today 14:30:15

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,260
Website GitHub Mastodon Twitter

Re: Referrer spam

phiw13 wrote #340613:

Out of curiosity, which syntax are you using? The older (Apache 2.2) Allow / Deny Directive, or the newer Require Directive (see Apache docs)?

<RequireAll>...

Although from the docs it is not clear if a partial IP address actually work. Documentation seems a little unclear, although this page (httpd.apache.org/docs/2.4/howto/access.html#host) it seems to imply a partial IP is allowed (and posting the above in my .htaccess does not throw a 500).

Hi Philippe,
I use the latest 2.4 version, and the following in my htaccess.

<RequireAll>
Require all granted
Require not ip 34.174.0.0/16
</RequireAll>

Require not ip 34.174 did not work for me.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB