After some googling I realized Hudson compress its output, therefore you can not use the normal proxy-html filter to modify urls coming from hudson:
SetOutputFilter proxy-htmlInstead you can use the following:
SetOutputFilter INFLATE;proxy-html;DEFLATEhttp://wiki.uniformserver.com/index.php/Reverse_Proxy_Server_2:_mod_proxy_html_2
ProxyHTMLURLMap http://your_server:8080/hudson /hudson
But since hudson seems to be well behaved it even better to just not use SetOutputFilter and ProxyHTMLURLMap.
http://wiki.hudson-ci.org/display/HUDSON/Running+Hudson+behind+Apache
No comments:
Post a Comment