NAME
Apache2::ASP::TransHandler - URL Translations for Apache2::ASP web applications
SYNOPSIS
# In your httpd.conf:
PerlModule Apache2::ASP::TransHandler
PerlTransHandler Apache2::ASP::TransHandler
DESCRIPTION
Simply converts requests for directories into requests for an index.asp
in that directory.
Returns 403
if no index.asp
is found.
BUGS
It's possible that some bugs have found their way into this release.
Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-ASP to submit bug reports.
HOMEPAGE
Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.
AUTHOR
John Drago mailto:jdrago_999@yahoo.com
COPYRIGHT AND LICENSE
Copyright 2007 John Drago, All rights reserved.
This software is free software. It may be used and distributed under the same terms as Perl itself.