Gossamer Forum
Home : General : Perl Programming :

Active Perl, IIS, Handlers and reverse-proxy

Quote Reply
Active Perl, IIS, Handlers and reverse-proxy
Hi!

I wrote simple reverse proxy in C# for .net - i wrote own handler (IHttpHandler), compile it to DLL and added line in web.config
<httpHandlers>
<add verb="*" path="*" type="Polygon.Handler, HandlerLib" />
</httpHandlers>


Now, i need to write similar thing in Active Perl (i hope not to use .Net Framework). Is it possible? Is it possible to capture all reqests to virtual directory and redirect them to my cgi script?
(in Apache i can use ScriptAliasMatch, but in IIS?)

Thanks,
Filip
Quote Reply
Re: [felippe] Active Perl, IIS, Handlers and reverse-proxy In reply to
I'm not hugely familiar with IIS but I would guess you'd need a third-party extension, such as:

http://www.qwerksoft.com/