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
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
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
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
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
>> >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
> >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
- 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?
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
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
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
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
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
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
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
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
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
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
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
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
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:
##
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'
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
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
>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 :
-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
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
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
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
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
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
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
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
---
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
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/
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
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
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
---
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
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
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
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
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
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
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
<>-
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
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_
>> 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
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
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
51 matches
Mail list logo