Debug authz_core Access Decisions in Apache 2.4

Add the following config, e.g. to /etc/httpd/conf/httpd.conf:

LogLevel info authz_core:debug

then make sure to reload apache (service httpd reload) and you will find a detailed reason, why access to a resource is granted or not in the error log.

Leave a comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.