I have an Apache2 server which runs three Virtual Hosts. Two of the sites do not exhibit the problem of:
problem:
Client requests [
foo.com:port...] and should be served [
foo.com:port...] but instead is served error page
Forbidden
You don't have permission to access / on this server.
Apache Server at 192.168.2.194 Port 8081
This is partially correct since Indexes are not allowed in the config for each Virtual Host. Options -Indexes
If the client requests [
foo.com:port...] all is good.
The config for errant site has been stripped back to the basic default config but without resolving the original problem.
Where to look next?