logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Proxy HTML commands causing Browser Proxy Server error
Author
andre.fischer



Joined: 31 Jan 2014
Posts: 8
Location: Canada, Toronto

PostPosted: Wed 27 Jul '16 20:57    Post subject: Proxy HTML commands causing Browser Proxy Server error Reply with quote

Hi. I have changed an existing Reverse Proxy Apache 2.4.8 configuration to remove a WebLogic plugin and point to a different backend. However, whenever I uncomment any of the following commands, the browser displays a Proxy Server error:

#ProxyHTMLEnable On
#ProxyHTMLExtended On
#SetOutputFilter proxy-html
#ProxyHTMLURLMap http://dmobeo-d15.int.xxx.ca:9145/ https://qa.compensation.xxx.ca/
#ProxyHTMLURLMap http://dmobeo-d15.int.xxx.ca:9128/ https://qa.compensation.xxx.ca/

If these commands are commented out, the web site works - except that some information is not displayed because the content replacement isn't working.

There isn't anything in the log files to indicate the cause of this problem. These commands worked fine in the original configuration.

I just can't understand why this is happening....

Any thoughts?


Andre Fischer.
Back to top


Reply to topic   Topic: Proxy HTML commands causing Browser Proxy Server error View previous topic :: View next topic
Post new topic   Forum Index -> Apache