| Text-Forge documentation | view source | Contained in the Text-Forge distribution. |
Text::Forge::ModPerl - mod_perl handler
#### in httpd.conf
PerlModule Text::Forge::ModPerl
<FILES ~ "\.tf$">
ForgeINC /usr/local/apache/templates
ForgeCache On
SetHandler perl-script
PerlHandler +Text::Forge::ModPerl
</FILES>
This module connects an Apache/mod_perl server to the Text::Forge templating system.
Where to look for templates to be included within other templates using
the $forge->include() method. For example, this could point to a
directory that has a common header or footer. No default setting.
Weather or not to cache compiled templates. Not recommended for
development environments, where changes usually need to be made on the
fly. Default is On.
Please use the Text::Forge Sourceforge.net mailing list to discuss this module. You can subscribe by sending an email to text-forge-devel-subscribe@lists.sourceforge.net.
Original code by Maurice Aubrey <maurice@hevanet.com>. This document was written by Adam Monsen <adamm@wazamatta.com>.
Not tested with Apache/mod_perl 2.0 series.
Text::Forge(3), INSTALL guide packaged with Text::Forge, http://text-forge.sourceforge.net/
| Text-Forge documentation | view source | Contained in the Text-Forge distribution. |