
Indigo web server behind Apache reverse proxy
I'm trying to take Indigo's built-in webserver and integrate it into my main website, using Apache 2's reverse proxy feature:
(I.e. I want to use
http://my_server/home/house/... to address the server. Control.cynic.org is not visible to the Internet. My main server is.)
This doesn't work; the generated web pages contain absolute URLs, for example /css/... or "/", which seem to just assume that the server is at the root of the namespace. Bummer.
How do I fix this? Do I edit the templates in IndigoWebServer? Can I just remove the leading "/" from those URLs there? Or what am I missing?
Thanks
-- perry