Probably a stupid question / problem, but when I try and access my site via it's domain name from inside it's LAN (requesting via the local IP address works fine though), I get an error 400.
A while back, when requesting my site from it's LAN via the domain address, I would be redirected to my router's configuration page (as you'd expect from an internal request) but that is no longer the case. I don't remember changing anything that could lead to such symptoms so I'm asking for peace of mind in case I'm doing something wrong.
I'm running Apache2 with 3 virtual hosts resolving via http headers.
Apache2 logs are clean from these requests...
Everything works as expected
- for an external request
- for an internal client using a web proxy
Is "error 400: Bad Request" Apache's normal response for an internal request via it's domain name? ... if that makes any sense.
Any confirmation is appreciated!