Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod_proxy & mod_proxy_html and JAVA scripts problem

Status
Not open for further replies.

emat

Technical User
Sep 20, 2005
18
BE
Hi all,

I'm having this situation:

Webbrowser -----> NIC 1 - 192.168.1.2 Server running Apache with reverse proxy NIC 2 - 10.0.0.10 -----> 10.0.0.11 Hardwareappliance with java pplets. listening on port 82

My webserver has 2 networkinterfaces. The webserver can access 10.0.0.11 without a problem.
I want to be able to show the contents of 10.0.0.11 to my client webbrowsers.
This works for the html stuff etc,..... but not for the JAVA applets,.......

This is a part of my httpd.conf relevant to this.
I followed the instructions found at
ProxyRequests off
ProxyHTMLExtended On
ProxyPass /test/ ProxyHTMLURLMap /test

<Location /test/>
ProxyPassReverse /

SetOutputFilter proxy-html

ProxyHTMLURLMap / /test/
ProxyHTMLURLMap /test /test
RequestHeader unset Accept-Encoding
</Location>


Can someone point me in the right direction please ?
Thanks in advance,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top