Apache 2: [authz_core:error] client denied by server configuration
When upgrading Apache to version 2.4 some of your config files need to be changed.
1 |
Allow from all |
needs to be changed to
1 |
Require all granted |
Otherwise your virtualhost config is not correct and Apache won’t work correctly.