Forbidden
You don't have permission to access this resource.
This is what you'll see in your browser (above).
In Apache error logs you will see something like this:
[authz_core:error] [pid 338:tid 338] [client 1.2.3.4:55046] AH01630: client denied by server configuration:
This is because you need the following in your vhost config under that is mandatory/enforced in newer Apache versions:........
If you get this error, it is often because you have configured Apache with modules that weren't actually installed. Eg. you try to load the PHPmodule but didn't actually install the apache2 php module, so the server can't start. In general, this error can often be caused by issues with problematic modules and/or Apache being configured for modules that have not actually be installed (eg. libapache2-mod-php) is missing.
The above results in this less than obv........