[EMAIL PROTECTED] mod_proxy_html doesn't work

2008-07-30 Thread andrea pirani
hi all my mod_proxy_html doesen't work. I configured Apache with a virtual host with mod_proxy and mod_proxy_html but absolute links aren't rewitten. For example If I call: http://wps61.domain.it/ciccio/test.html I open a proxed page on srvvph1 server, but the link: http://srvvph1.vph.loc/site/sit

Re: [EMAIL PROTECTED] mod_proxy_html rewriting query string portion of link

2008-06-30 Thread Ray Van Dolson
On Fri, Jun 27, 2008 at 03:48:47PM -0700, Ray Van Dolson wrote: > I'm attempting to use mod_proxy_html to rewrite internal URL's to the > corresponding external URL. It seems to be working for the most part, > but I am having trouble getting the query string portion of a URL to be > processed. Hi

[EMAIL PROTECTED] mod_proxy_html rewriting query string portion of link

2008-06-27 Thread Ray Van Dolson
I'm attempting to use mod_proxy_html to rewrite internal URL's to the corresponding external URL. It seems to be working for the most part, but I am having trouble getting the query string portion of a URL to be processed. My config: ProxyRequests off ProxyPreserveHost off ProxyHTMLLogVer

[EMAIL PROTECTED] mod_proxy_html and segmentation fault

2008-04-17 Thread Melanie Pfefer
hi, I am getting a segmentation fault when I use mod_proxy_html so I wonder if this is due to a compilation error, a bug, a mis-configuration…. RewriteEngine On RewriteRule ^/(.*XYZ.*) http://backend:8080/abc/$1 [P,L] Or ProxyPass /XYZ:001 http://backend:8080/abc/XYZ:001 ProxyPassRever

[EMAIL PROTECTED] mod_proxy_html: segmentation fault

2008-04-03 Thread Melanie Pfefer
Hello, I am using mod_proxy_html. The configuration looks good: ProxyPass /gqaf:soi:PAR:TRE:001 http://backend:8080/gqaf-web/gqaf:soi:PAR:TRE:001 ProxyPassReverse / ProxyHTMLLogVerbose On SetOutputFilter proxy-html ProxyHTMLURLMap http://backend:8080/gqaf-web/gqaf:soi:PAR

RE: [EMAIL PROTECTED] mod_proxy_html (Expecially for Nick Kew) (SOLVED)

2007-12-09 Thread Rocco Scappatura
>> >Is there any way to solve this problem? >> >> >> >> >> Have you tried adding these? >> >> ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \ >> onmouseover onmousemove onmouseout >> onkeypress \ >> onkeydown onkeyup onfocus onbl

RE: [EMAIL PROTECTED] mod_proxy_html (Expecially for Nick Kew)

2007-12-07 Thread Rocco Scappatura
> >Is there any way to solve this problem? > > > > > Have you tried adding these? > > ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \ > onmouseover onmousemove onmouseout > onkeypress \ > onkeydown onkeyup onfocus onblur onloa

Re: [EMAIL PROTECTED] mod_proxy_html (Expecially for Nick Kew)

2007-12-07 Thread Danie Qian
- Original Message - From: "Rocco Scappatura" <[EMAIL PROTECTED]> To: Sent: Friday, December 07, 2007 3:30 AM Subject: [EMAIL PROTECTED] mod_proxy_html (Expecially for Nick Kew) Is there any way to solve this problem? Have you tried adding these?

[EMAIL PROTECTED] mod_proxy_html (Expecially for Nick Kew)

2007-12-07 Thread Rocco Scappatura
Hello, I run Apache 2.2 on Windows XP along with Tomcat 5.5. I'm using reverse proxy (mod_proxy) to publish a web application on Internet. I had had to use mod_proxy_html due to problems with path rewriting. Now all works fine except one think: I have a form inside an html page and when I subm

[EMAIL PROTECTED] mod_proxy_html setup

2007-11-27 Thread Rocco Scappatura
I have some problem after reversing proxy a Tomcat web app. After many research I inferred that mod_proxy_html could solve the problem of accessing my web app through reverse proxy. In particular, I have to rewrite URL inside the document accessed via reverse proxy, because my problem is that rep

[EMAIL PROTECTED] Mod_proxy_html segfaults

2007-10-15 Thread Anders.Strandberg
Hi, I have some problems with mod_proxy_html on Solaris. On Solaris 9 (Apache 2.2.4 and Apache 2.0.55, libxml2-2.6.30) , I've encountered the following problem with mod_proxy_html. I have downloaded, built and installed the mod_proxy_html release ( it seems to be released 2007-07-31). It should

[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

[EMAIL PROTECTED] mod_proxy_html fix (Re: [EMAIL PROTECTED] Can mod_proxy_html rewrite )

2007-06-16 Thread Nick Kew
On Thu, 14 Jun 2007 09:12:27 +0100 Nick Kew <[EMAIL PROTECTED]> wrote: > On Wed, 13 Jun 2007 21:50:15 -0700 (PDT) > Earl Chew <[EMAIL PROTECTED]> wrote: [ this is directed to you and everyone else who has tried or is willing to try mod_proxy_html 3 ] > > > Downloaded and installed 3.0 version

Re: [EMAIL PROTECTED] mod_proxy_html

2007-05-16 Thread Dragon
Dragon did speak thusly: I need to install mod_proxy_html for an application server I am trying to get running. I found the source file for it at http://apache.webthing.com/mod_proxy_html/ but am having no luck getting it to compile successfully (missing headers, etc.) The system I am working

[EMAIL PROTECTED] mod_proxy_html

2007-05-16 Thread Dragon
I need to install mod_proxy_html for an application server I am trying to get running. I found the source file for it at http://apache.webthing.com/mod_proxy_html/ but am having no luck getting it to compile successfully (missing headers, etc.) The system I am working on is a Plesk 8.1 control

Re: [EMAIL PROTECTED] mod_proxy_html is filling error_log

2007-04-19 Thread Nick Kew
On Thu, 19 Apr 2007 12:11:27 +0200 Torsten Foertsch <[EMAIL PROTECTED]> wrote: > [Thu Apr 19 08:42:50 2007] [error] [client 192.168.254.25] Error in > bucket read Yes, that's a minor bug in 2.5.2. with Apache 2.2. There's a fix but I haven't got around to releasing it as a version. > The devel

Re: [EMAIL PROTECTED] mod_proxy_html is filling error_log

2007-04-19 Thread Torsten Foertsch
On Thursday 19 April 2007 12:11, Torsten Foertsch wrote: > What is right? Or would it be better to try the development version? Torsten pgpz3ZKTtl9ZG.pgp Description: PGP signature

[EMAIL PROTECTED] mod_proxy_html is filling error_log

2007-04-19 Thread Torsten Foertsch
Hi, I am trying to deploy mod_proxy_html-2.5.2 with a httpd 2.2.3 but it fills my error_log with messages like: [Thu Apr 19 08:42:50 2007] [error] [client 192.168.254.25] Error in bucket read The reason for this message lies in the following part of the code, I think. if ( APR_BUCKET_IS_E

Re: [EMAIL PROTECTED] mod_proxy_html issue

2007-02-28 Thread Jack Saunders
Nick, Thanks for a solution. Just trying to understand the logic behind the filter is half the battle. Here is what I did to resolve the issue: ProxyPass /testapp/ http://internalserverA.com/testapp/ ProxyHTMLURLMap http://internalser

Re: [EMAIL PROTECTED] mod_proxy_html issue

2007-02-27 Thread Nick Kew
On Tue, 27 Feb 2007 15:47:19 -0500 "Jack Saunders" <[EMAIL PROTECTED]> wrote: > This link is still a problem. > > > The OutputFilter rewrites the link to href="/testapp/images/logo.jpg"> This breaks everytime. So add a URLMap to rewrite /images to whatever you want it to become. -- Nick Kew

[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: ##

[EMAIL PROTECTED] mod_proxy_html refuses to load

2006-09-28 Thread Jeff DeFord
All: I grabbed the latest source for mod_proxy_html and compiled it as follows: apxs -c -a -I/usr/local/include/libxml2/ -i mod_proxy_html.c which returns what looks to be a successful compile and install: chmod 755 /apache/modules/mod_proxy_html.so [activating module `proxy_html'

Re: [EMAIL PROTECTED] Mod_Proxy_html, MS exchange, and another web server

2006-05-30 Thread Neil A. Hillard
Hi, > Currently I am using Apache 2.0.52 (patched with the ProxyPassCookie) > and what we are trying to do is rather complicated, but let me explain. > I am using mod_proxy_html as well to try to make the following work: > > We have the Apache server running as a proxy. Behind it we have an > ex

[EMAIL PROTECTED] Mod_Proxy_html, MS exchange, and another web server

2006-05-30 Thread Jeff Larsen
Hello,   Currently I am using Apache 2.0.52 (patched with the ProxyPassCookie) and what we are trying to do is rather complicated, but let me explain.  I am using mod_proxy_html as well to try to make the following work:   We have the Apache server running as a proxy.  Behind it we have

Re: [EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-03 Thread koen . vdvelde
>Subject: Re: [EMAIL PROTECTED] mod_proxy_html does not like meta tags > >On Wednesday 01 March 2006 20:13, [EMAIL PROTECTED] wrote: > >> eg: >> http://internal.example.com/mail/ >> koen.vdvelde.nsf?opendatabase"> >> >> will NOT be translated in :

Re: [EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-02 Thread koen . vdvelde
-Nick Kew <[EMAIL PROTECTED]> wrote: ->On Wednesday 01 March 2006 20:13, [EMAIL PROTECTED] wrote:>>> eg:>>   >>>content="5;URL="">>databa>>se"> will NOT be translated in :>>   >>  >>>content="5;URL="">>databa>>se">>> Any idea what I am doing wrong ?>>That's not a URL attribute under

Re: [EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-01 Thread Nick Kew
On Wednesday 01 March 2006 20:13, [EMAIL PROTECTED] wrote: > eg: >content="5;URL=http://internal.example.com/mail/koen.vdvelde.nsf?opendataba >se"> > > will NOT be translated in : > > content="5;URL=http://external.example.com/mail/koen.vdvelde.nsf?opendataba >se"> > > > Any idea what I a

[EMAIL PROTECTED] mod_proxy_html does not like meta tags

2006-03-01 Thread koen . vdvelde
Hi, I'm trying to configure a reverse proxy using apache httpd-2.0.46-25.ent.rpm I installed mod_proxy_html and tried to follow the installation instructions on http://www.apacheweek.com/features/reverseproxies As a result; my httpd.conf looks like this : < LoadFile /usr/lib/libxml2.so < Load

[EMAIL PROTECTED] mod_proxy_html - First Time User of List

2006-03-01 Thread Stankowski, Seth
Hi, Does anyone have any experience or can help me out compiling mod_proxy_html for Windows. I've compiled Apache 2.0.55 for Windows and now need the ability to use a reverse proxy using Apache. I've successfully compiled libxml2 which is required for this module, but keep running into issues on

RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-23 Thread Covington, Chris
Woops, that's www.umich.edu/~malth/gaptuning/apache. -Original Message- From: Covington, Chris [mailto:[EMAIL PROTECTED] Sent: Mon Jan 23 08:54:36 2006 To: users@httpd.apache.org Subject:RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-23 Thread Covington, Chris
ED] Sent: Sun Jan 22 11:57:39 2006 To: users@httpd.apache.org Subject:[EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded Hello Apache users, Recently I sat up a reverseproxy (Apache 2.0.53, FreeBSD) for providing Outlook Web-Access to a certain group of users. Wh

Re: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-22 Thread Nick Kew
On Sunday 22 January 2006 16:58, Dirk Taggesell wrote: > For instance, one of the culprits looks this way: > > rowsperpage="25" url="http://10.11.12.13/exchange/dirk/Inbox/"; Hmmm, didn't notice that just now. mod_proxy_html has builtin knowledge of HTML4/XHTML1 and

Re: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-22 Thread Nick Kew
On Sunday 22 January 2006 16:58, Dirk Taggesell wrote: > SetOutputFilter proxy-html > ProxyHTMLExtended On > ProxyHTMLURLMap 'http://10.11.12.13' 'https://hostname.example.com' You seem to be missing the flags to that rule. (and BTW, why the quoted values?) -- Nick Kew ---

[EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-22 Thread Dirk Taggesell
Hello Apache users, Recently I sat up a reverseproxy (Apache 2.0.53, FreeBSD) for providing Outlook Web-Access to a certain group of users. What makes it somewhat sophisticated is that the reverseproxy itself is located behind a firewall and has only a local IP address. So it has to rewrite every

[EMAIL PROTECTED] mod_proxy_html problems

2006-01-17 Thread Fay, Michael
I've compiled and installed apache 2 and the mod_proxy_html module and configured the httpd.conf in accordance to this apacheweek article: http://www.apacheweek.com/features/reverseproxies   I'm getting the following error when trying to start apache:   Syntax error on line 180 of /usr/

[EMAIL PROTECTED] mod_proxy_html compilation problems

2006-01-17 Thread Fay, Michael
I am trying to compile mod_proxy_html.c on a solaris 9 box with apache 2 apxs. libxml2 is installed. I keep getting the following error:   /home/mfay % apxs -c -I/usr/include/libxml2 -i mod_proxy_html.c /usr/local/apache2/build/libtool --silent --mode=compile gcc -prefer-pic -I/usr/local

[EMAIL PROTECTED] mod_proxy_html problem

2006-01-16 Thread Fay, Michael
I have searched the archives and haven't seen anything on this problem so...   I'm trying to compile mod_proxy_html on Solaris 9 with apache 2 apxs. I'm getting the following error:   /home/mfay % sudo /usr/local/apache2/bin/apxs -c -I/usr/include/libxml2 -i mod_proxy_html.c /usr/local

Re: [EMAIL PROTECTED] mod_proxy_html : how to compress the proxied content?

2005-12-05 Thread Nick Kew
On Monday 05 December 2005 13:54, peter pilsl wrote: > Now I want to know if there is a way to compress the finally delivered > webpage again after it was processed by mod_proxy_html? The manpage you're looking for is http://httpd.apache.org/docs/2.2/mod/mod_filter.html -- Nick Kew ---

[EMAIL PROTECTED] mod_proxy_html : how to compress the proxied content?

2005-12-05 Thread peter pilsl
I've the following scenario: My server hosts a webpage (highly dynamic). A subpage of this webpage should be available under a own domainname. voev.adulteducation.at should be the same as www.adulteducation.at/de/voev The content delivered by the original page is compressed and so I set up

Re: [EMAIL PROTECTED] [mod_proxy_html] : returned page is empty

2005-12-05 Thread peter pilsl
peter pilsl wrote: As soon as I turn on the outputfilter proxy-html I get an empty page containing of no more than Finally I found the solution to my problem: The content I tried to handly with mod_proxy_html was compressed with mod_deflate and so mod_proxy_html could not parse it. s

Re: [EMAIL PROTECTED] mod_proxy_html question

2005-11-26 Thread Nick Kew
On Saturday 26 November 2005 12:20, Joe Orton wrote: > On Fri, Nov 25, 2005 at 09:22:56AM +0100, Joost de Heer wrote: > > Hello, > > > > I have a mod_proxy_html question: > > This is not a support forum for mod_proxy_html, you might be better off > contacting Nick directly. FWIW, that's probably b

Re: [EMAIL PROTECTED] mod_proxy_html question

2005-11-26 Thread Joe Orton
On Fri, Nov 25, 2005 at 09:22:56AM +0100, Joost de Heer wrote: > Hello, > > I have a mod_proxy_html question: This is not a support forum for mod_proxy_html, you might be better off contacting Nick directly. Regards, joe - Th

[EMAIL PROTECTED] mod_proxy_html question

2005-11-25 Thread Joost de Heer
Hello, I have a mod_proxy_html question: Software used: - Red Hat Enterprise Linux AS release 3 (Taroon Update 6) - httpd-2.1.9 (because I need mod_proxy_balancer) - mod_proxy_html 2.5 I use the following configuration for a reverse proxy vhost: SSLEngine on ServerName XXX.YYY.ZZZ SSLC

[EMAIL PROTECTED] [mod_proxy_html] : returned page is empty

2005-11-10 Thread peter pilsl
sorry, I read the manual at http://www.apacheweek.com/features/reverseproxies and I turned on verbose debuginfos for this module, but I just dont get it right. As soon as I turn on the outputfilter proxy-html I get an empty page containing of no more than what do I want: I have a existin

[EMAIL PROTECTED] mod_proxy_html

2005-08-16 Thread Shahzad Bhatti
Nick, I am going to try to use Linux instead of Windows to resolve problems with mod_proxy. Can you send me source code or .so for Intel/Linux. I am not sure if source is already available on your website. Thanks. -Shahzad <>-

RE: [EMAIL PROTECTED] mod_proxy_html Segmentation fault problem with Apache 2.1.6 on FreeBSD 4.9

2005-08-01 Thread R Mills
July 29, 2005 1:15 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_proxy_html Segmentation fault problem with Apache 2.1.6 on FreeBSD 4.9 Joost de Heer wrote: >>>I am running Apache 2.1.6 on FreeBSD 4.9. It is running on port 8080 >>>because another version of Ap

Re: [EMAIL PROTECTED] mod_proxy_html Segmentation fault problem with Apache 2.1.6 on FreeBSD 4.9

2005-07-29 Thread Nick Kew
Joost de Heer wrote: >>>I am running Apache 2.1.6 on FreeBSD 4.9. It is running on port 8080 >>>because another version of Apache is running on port 80. > > >>>My apxs command to install mod_proxy_html: >>>./apache21/bin/apxs -c -I/usr/local/include/libxml2 >>>-I/usr/local/include/apache -i mod_

Re: [EMAIL PROTECTED] mod_proxy_html Segmentation fault problem with Apache 2.1.6 on FreeBSD 4.9

2005-07-28 Thread Joost de Heer
>> I am running Apache 2.1.6 on FreeBSD 4.9. It is running on port 8080 >> because another version of Apache is running on port 80. >> My apxs command to install mod_proxy_html: >> ./apache21/bin/apxs -c -I/usr/local/include/libxml2 >> -I/usr/local/include/apache -i mod_proxy_html.c Is /usr/loca

Re: [EMAIL PROTECTED] mod_proxy_html Segmentation fault problem with Apache 2.1.6 on FreeBSD 4.9

2005-07-28 Thread Nick Kew
On Thursday 28 July 2005 02:00, R Mills wrote: > I am running Apache 2.1.6 on FreeBSD 4.9. It is running on port 8080 > because another version of Apache is running on port 80. An unusual combination (are you doing anything else unusual, like using a threaded MPM on FBSD4.x?) What happens if you

[EMAIL PROTECTED] mod_proxy_html Segmentation fault problem with Apache 2.1.6 on FreeBSD 4.9

2005-07-27 Thread R Mills
I am running Apache 2.1.6 on FreeBSD 4.9. It is running on port 8080 because another version of Apache is running on port 80. I set up my reverse proxy generally following the instructions in http://www.apacheweek.com/features/reverseproxies. I will be using this reverse proxy to pass requests