NAME
Apache2::FixupContentLanguage - Fixup handler for Last-Modified header
VERSION
Version 0.01
SYNOPSIS
# httpd.conf
# preload for debug configuration directives
PerlLoadModule Apache2::FixupContentLanguage
# assign to fixup handler
PerlFixupHandler Apache2::FixupContentLanguage
DESCRIPTION
Invoked as a Fixup handler, this module will adjust the Content-Language header of a subrequested resource, should it conflict from the main request. Apache2::FixupContentLanguage is for use with resources that may arbitrarily include other resources (i.e. XSLT, server side includes, etc.) by way of subrequests.
DEBUGGING
Debug levels start at 5 and end at 6. Below are the relevant debugging categories.
- subreq
-
Enable for notification of the module's activation.
- invoc
-
Enable for notification when the module does or doesn't do its job.
SEE ALSO
AUTHOR
dorian taylor, <dorian@cpan.org>
BUGS
Please report any bugs or feature requests to bug-apache2-fixuplastmodified@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Apache2-FixupContentLanguage. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2005 dorian taylor, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.