eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
364 stars 121 forks source link

Apache configuration: mod_authz_core vs. mod_access_compat directives #155

Open plmnikulin opened 4 years ago

plmnikulin commented 4 years ago

Please, consider using

Require all granted

instead of legacy

     Order allow,deny
     Allow from all

in apache configuration

Notice https://httpd.apache.org/docs/2.4/mod/mod_access_compat.html

The directives provided by mod_access_compat have been deprecated by mod_authz_host. Mixing old directives like Order, Allow or Deny with new ones like Require is technically possible but discouraged.

It seems legacy variant does not work with Require all denied set for / in default httpd configuration on CentOS-8