ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl.net
perl.net
Active Perl, IIS, Handlers and reverse-proxy
by fbalicki other posts by this author
Oct 31 2005 2:05AM messages near this date
view in the new Beta List Site
RE: Plc.exe and Vs2005 | Error message "Bizarre copy of CODE in aasign" (sic!)
FRAMEWORK Hi! 

I'm starting with Active Perl, and have some problems... :/

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 


_______________________________________________
Perl.NET mailing list
Perl.NET@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved