Every time I went to access the site, I was shown an error in the logs that read:
[authz_core:error] [pid 26128:tid 2964360000] [client <IPADDRESS>:49688] AH01630: client denied by server configuration: /path/to/file.wsgi
mod_authz_core
was introduced in Apache2.3. This changes the
way that access control is declared from Order allow, deny
Allow from all
Require all granted
Directory
is now something like: <Directory /path/to/directory>
Options FollowSymlinks
AllowOverride none
Require all granted
</Directory>
Fuente: https://mikegriffin.ie/blog/20140130-authz-core-error-client-denied-by-server-configuration/
No hay comentarios:
Publicar un comentario