I've got a Railo Server with Tomcat 7
installed on Ubuntu Server 13.10
with Apache2
. I originally installed it on myrailoserver-dev
and then changed the name of the server to myrailoserver
.
The issue is that it will only load the scripts when the HTTP-Header has the original name of the server or the original IP address.
The server is behind a Reverse Proxy. If the Proxy passes myrailoserver-dev
or 192.168.1.49
the cfm files run. I get Hello World!
in all it's glory. If the proxy passes myrailoserver
, the current name of the host server, the scripts don't run and I get a huge wall of blank screen.
I can't for the life of me figure out where to change these settings.