Needing to rewrite the following form value:
To:
Current Configuration:
ProxyPreserveHost On
ProxyPass /qp/ http://server.abc.com/
ProxyHTMLURLMap http://server.abc.com /qp
RequestHeaderunset Accept-Encoding
ProxyPassReverse /
SetOutputFilter proxy-html
Proxy
Reverse proxying Lotus Notes application QuickPlace with the usage of
mod_proxy_html. It works great fixes most absolute links. However
when the login page is served I receive the below error.
[Tue Jul 10 13:24:28 2007] [info] [client 143.193.127.18] No
content-type; bailing out of proxy-html f
Mike,
I was running into the exact same issue with proxying to a lotus
Workplace (Quickplace) application. Can you give me more indepth
information on how you resolved this.
Thanks a bunch!
Jack
On 3/7/07, Mike Cardwell <[EMAIL PROTECTED]> wrote:
* on the Wed, Mar 07, 2007 at 02:48:16PM +
Yes, I am using both directives and have also used mod_proxy_html to
try and resolve the issue.
The redirect response is definitely where my issue is. Thanks for the tip!
Jack
On 3/2/07, Sander Temme <[EMAIL PROTECTED]> wrote:
On Mar 1, 2007, at 8:49 PM, Jack Saunders wrote:
> I
I am trying to get the lotus notes app Quickplace to work through our
apache reverse proxy. I am hoping someone will share their knowledge
on this.
I have noticed it uses the internal server address all over the place.
So I was able to get around this by using the directive
"ProxyPreserveHost O
ProxyPassReverse /
SetOutputFilter proxy-html
ProxyHTMLURLMap / /images/
ProxyHTMLURLMap /images /images
ProxyHTMLLogVerbose On
##
On 2/27/07, Nick Kew <[EMAIL PROTECTED]> wrote:
On Tue, 27 Feb 2007 15:47:19 -0500
"Jack Saunde
I am running Apache/2.0.59 with mod_proxy and mod_proxy_html on
windows 2003. The issue I am facing is certain types of embedded
links are absolute and the OutputFilter proxy-html is causing more
harm than good.
Below is a snippet of the relevant httpd config info:
##
Change this line
ProxyPass http://numsum.com/
To this
ProxyPass / http://numsum.com/
Everything else looks good.
Hope this helps!
Jack
On 10/25/06, Didier PH Martin <[EMAIL PROTECTED]> wrote:
Hello
My Apache version is: 2.2.3 installed from the apache friend package for
windows. The server i
Has anyone done any performance comparison between Computer Associates Secure Proxy Server vs Apache Reverse Proxy regarding proxying content and the latency added per request.
I am hoping for some hard facts on this to help with a current project that is looking to replace the CA product. From
Using sed as an output filter to replace some text. I can escape periods but not forward slashes. It throws the following error. ExtFilterInType text/html ExtFilterOuttype (unchanged)/usr/bin/sed: -e _expression_ #1, char 14: unknown option to `s'
Apache configExtFilterDefine fix mode=output int
I have been dealing with apache based reverse proxies for some time now and I have come to conclusion that application code will always have absolute links (ex. http://internal.servera.com/image.jpg
or /image.jpg) and break the proxies. I am tired of having to argue with the code issues. So I am
11 matches
Mail list logo