Apache-MIMEMapper
view release on metacpan or search on metacpan
MIMEMapper.pm view on Meta::CPAN
directives, all files inside of /perl-bin are processed using
Apache::Registry.
=head1 NOTES
The current logic checks AddHandler for something that looks like
a Perl module, so
AddHandler server-parsed .shtml
still works. The criterion for deciding if Apache::MIMEMapper
intercepts the request is whether the handler is in the form
Foo::Bar - it checks for '::'. This is not ideal, but simple
and sufficient for most cases.
=head1 FEATURES/BUGS
Apache::MIMEMapper is a PerlTypeHandler. It does just about
everything that mod_mime does (via MIME::Types). The only
place where it interferes is for content-negotiated requests,
where the AddLanguage and associated directives are
directives, all files inside of /perl-bin are processed using
Apache::Registry.
NOTES
The current logic checks AddHandler for something that looks like
a Perl module, so
AddHandler server-parsed .shtml
still works. The criterion for deciding if Apache::MIMEMapper
intercepts the request is whether the handler is in the form
Foo::Bar - it checks for '::'. This is not ideal, but simple
and sufficient for most cases.
FEATURES/BUGS
Apache::MIMEMapper is a PerlTypeHandler. It does just about
everything that mod_mime does (via MIME::Types). The only
place where it interferes is for content-negotiated requests,
where the AddLanguage and associated directives are
( run in 0.836 second using v1.01-cache-2.11-cpan-de7293f3b23 )