B.8 Type Handlers
B.8.1 Apache::MimeXML—mod_perl Mime Encoding Sniffer for XML Files
This module is an XML content-type
sniffer. It
reads the encoding attribute in the XML
declaration and returns an appropriate content-type heading. If no
encoding declaration is found it returns utf-8
or utf-16, depending on the specific encoding.
Available from CPAN. See the module manpage for more information.
B.8.2 Apache::MIMEMapper—Associates File Extensions with PerlHandlers
Apache::MIMEMapper extends the core
AddHandler directive to allow you to dispatch
different PerlHandlers based on the file extension
of the requested resource.
Available from CPAN. See the module manpage for more information.
|