Apache/Ubuntu/Proxy
What is the correct configuration to reverse proxy FitNesse from one apache web server to another server running FitNesse through Jetty? This is an all Ubuntu/Lucid/Apache setup.
I have tried mod_proxy and mod_proxy_html and I get back the text, but none of the CSS and formatting come through.
My setup is something like ...
ProxyHTMLURLMap http-//fitNesseServer:8083/ /fitnesse ProxyPass /fitnesse http-//fitNesseServer:8083/
SetOutputFilter INFLATE;proxy-html;DEFLATE
Any ideas?