The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache2::JemplateFilter - Jemplate complie filter for Apache2

SYNOPSIS

in httpd.conf

    PerlLoadModule Apache2::JemplateFilter
    <Location /foo/tmpl/>
        PerlOutputFilterHandler Apache2::JemplateFilter
    </Location>

Requests for /foo/tmpl/* are compiled by Jemplate.

DESCRIPTION

This module is Jemplate complie filter for Apache2 (mod_perl2).

For Apache1.x (mod_perl1.x), use Apache::JemplateFilter.

FUNCTIONS

handler

Output filter hander method.

SEE ALSO

Jemplate Apache::JemplateFilter

AUTHOR

Fujiwara Shunichiro, <fujiwara at topicmaker.com>

COPYRIGHT & LICENSE

Copyright 2006 Fujiwara Shunichiro, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.