Hi !
My Host upgrade Cpanel to Apache version 2.4.10.
So, I change my .htaccess (Deny & Allow) to
With previous version, using Deny/Allow, I blocked spammers, but having error [access_compat:error] in Cpanel Error Log.
Now I still block those Ip, but the error log change to [authz_core:error].
-------------------
-------------------
What's missing to not having those errors log ?
Thank you
jorge
Note: I see that Cpanel Ip Block Manager only works with "Deny from Ip". Not a big problem to me
My Host upgrade Cpanel to Apache version 2.4.10.
So, I change my .htaccess (Deny & Allow) to
Code:
<RequireAll>
Require all granted
Require not ip xxx.63.158.
</RequireAll>
Now I still block those Ip, but the error log change to [authz_core:error].
-------------------
Code:
[Sat Oct 04 12:46:05.862257 2014] [authz_core:error] [pid 17035] [client ***.211.155.154:56765] AH01630: client denied by server configuration: /home2/aaaa/public_html/, referer: aaaaa.com
What's missing to not having those errors log ?
Thank you
jorge
Note: I see that Cpanel Ip Block Manager only works with "Deny from Ip". Not a big problem to me