I am trying to access bugzilla through an apache reverse proxy. I have the usual ProxyPass and ProxyPassReverse settings and this works to bring back the page, but it does not bring back any formating, style or graphics.

I have tried to ensure that http compression is turned off for the site. This did not help. Has anyone done this? Will I need to use mod-rewrite?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Try this setup http://www.apachetutor.org/admin/reverseproxies. It worked for me. HTH

link|improve this answer
Just a comment for others who may have the same issue. On Ubuntu Lucid proxy-html does not enable with ProxyHTMLEnable on as per the documentation. Instead use "SetOutputFilter proxy-html". – cmdematos Jul 25 '10 at 23:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.