Hello!
I am struggling to configure apache to recognise my domain. The result I need is this:
http://mypc.mydomain:8080/etc/ I have edited the server.xml like so:
<Host name="mypc.mydomain" ... >
But when I attempt to hit the site, the server throws a 'Bad Request' error.
Any idea's where I'm going wrong?