mod_ext_filter

Problems with the Windows version of XAMPP, questions, comments, and anything related.

mod_ext_filter

Postby cafl » 12. June 2006 05:52

I am trying to create a reverse proxy for an application that has some links needing rewriting within the proxied content as well as within the headers. I tried a tiny Perl filter invoked through

ExtFilterDefine fixhtml mode=output intype=text/html \
cmd="c:/Program\ Files/xampp/perl/bin/perl.exe /pgms/filter.pl"
<Location /client/>
# fixhtml filter will be run on output
SetOutputFilter fixhtml
</Location>

I have tested the filter outside of Apache (it does what it is supposed to do on STDIN and sends it to STDOUT.) Now perl is executed but never returns. Any ideas?
cafl
 
Posts: 1
Joined: 12. June 2006 05:30

Postby Wiedmann » 12. June 2006 12:08

Sorry, no idea about your problem "with mod_ext_filter".

But:
a reverse proxy for an application that has some links needing rewriting within the proxied content as well as within the headers.

Why are not using "mod_proxy_html"?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 180 guests