You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joost de Heer <sa...@xs4all.nl> on 2006/02/15 08:33:44 UTC

[users@httpd] Re: Tree report viewer problem apache ReverseProxy

isha b wrote:
> Hi httpd users ,
>
> I am hosting a webserver thorugh Reverse proxy. Everything is working fine
> except the "Tree Report viewer "section .

I guess you'll need mod_proxy_html to rewrite the source code of the page.
But:

> #SetOutputFilter proxy-html
> #ProxyHTMLExtended On
> #ProxyHTMLURLMap from-pattern to-pattern flags

you have commented it out.

> AllowCONNECT 443

AllowCONNECT is only used for forward proxies. Remove this.

> Anybody have an idea what could be the problem ?

What's the difference between the source of the left frame in the direct
access and in the reverse proxy access? Screenshots tell nothing, HTML
sources almost everything.

Joost


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org