cPanel Error Log - [access_compat:error] - [authz_core:error]

xirico

Registered
Oct 17, 2006
3
0
151
Portugal
Hi !

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>
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].

-------------------
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 :)
 

xirico

Registered
Oct 17, 2006
3
0
151
Portugal
This documents are alerts and recommendations for who install Apache.
I have my site hosted in US (ultrasurge.com), and they made the upgrade.
I suppose they did all right, as a big enterprise with thousands of customers.
I wondered if, in my user-side, I did everything I must to avoid those errors, after changes I did in .htaccess.
Could help if I had the link to see the causes of error "[authz_core:error]".

Second:
Yes I tried use IP Deny Manager.
It not showed any IP I have in .htaccess for blocking (and they works well).
If I add a new IP by dialog IP Deny Manager, it adds an old line "Deny from 111...".

cheers
js
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
I suggest contacting your web hosting provider for assistance with this issue. They will be able to review the Apache error log and help address the issue you are having after the upgrade.

Thank you.