goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
300 stars 199 forks source link

Issue on Apache 2.4 authz_mod #182

Closed orazionelson closed 6 years ago

orazionelson commented 6 years ago

Are you experiencing problems with Apache 2.4?

I had to migrate a site to a new server and It seems that there are some .htaccess directives that the new server doens't like.

I tried to disable the main .htacces but the site doesn't work.

I got some error messages from apache error log: [Thu Oct 12 12:21:07.454338 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ...:53647] AH01626: authorization result of Require all granted: granted [Thu Oct 12 12:21:07.454366 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ....:53647] AH01626: authorization result of : granted [Thu Oct 12 12:21:07.454437 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ....:53647] AH01626: authorization result of Require all granted: granted [Thu Oct 12 12:21:07.454444 2017] [authz_core:debug] [pid 20103] mod_authz_core.c(802): [client ....:53647] AH01626: authorization result of : granted

there are more than 100 .htaccess files in my installation and I've no idea on wich I have to edit....

Thanks,

orazionelson commented 6 years ago

My fault in hostname.php configuration. Sorry