
Apache2::JemplateFilter - Jemplate complie filter for Apache2

in httpd.conf
PerlLoadModule Apache2::JemplateFilter
<Location /foo/tmpl/>
PerlOutputFilterHandler Apache2::JemplateFilter
</Location>
Requests for /foo/tmpl/* are compiled by Jemplate.

This module is Jemplate complie filter for Apache2 (mod_perl2).
For Apache1.x (mod_perl1.x), use Apache::JemplateFilter.

Output filter hander method.

Jemplate Apache::JemplateFilter

Fujiwara Shunichiro, <fujiwara at topicmaker.com>

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.