[EMAIL PROTECTED] mod_proxy_html, Rewriting form values

2007-07-10 Thread Jack Saunders
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

[EMAIL PROTECTED] mod_proxy_html, No content-type with Lotus Notes Quickplace

2007-07-10 Thread Jack Saunders
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

Re: [EMAIL PROTECTED] Re: mod_proxy doesn't proxy with %2F

2007-03-07 Thread Jack Saunders
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 +

Re: [EMAIL PROTECTED] Lotus Quickplace / Apache Reverse Proxy

2007-03-01 Thread Jack Saunders
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

[EMAIL PROTECTED] Lotus Quickplace / Apache Reverse Proxy

2007-03-01 Thread Jack Saunders
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

Re: [EMAIL PROTECTED] mod_proxy_html issue

2007-02-28 Thread Jack Saunders
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

[EMAIL PROTECTED] mod_proxy_html issue

2007-02-27 Thread Jack Saunders
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: ##

Re: [EMAIL PROTECTED] Strange problem with Reverse proxy in Apache 2.2.3

2006-10-26 Thread Jack Saunders
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

[EMAIL PROTECTED] CA Secure Proxy Server vs Apache Reverse Proxy

2006-10-18 Thread Jack Saunders
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

[EMAIL PROTECTED] mod_ext_filter - cannot escape forward slash

2006-10-11 Thread Jack Saunders
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

[EMAIL PROTECTED] Apache Outputfilters

2006-10-10 Thread Jack Saunders
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