Maurice Aubrey > Text-Forge-2.16 > Text::Forge::ModPerl

Download:
Text-Forge-2.16.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 2.04   Source   Latest Release: Text-Forge-4.01

NAME ^

Text::Forge::ModPerl - mod_perl handler

SYNOPSIS ^

  #### in httpd.conf
  PerlModule Text::Forge::ModPerl
  
  <FILES ~ "\.tf$">
    ForgeINC /usr/local/apache/templates
    ForgeCache On
    SetHandler perl-script
    PerlHandler +Text::Forge::ModPerl
  </FILES>

DESCRIPTION ^

This module connects an Apache/mod_perl server to the Text::Forge templating system.

APACHE DIRECTIVES

SUPPORT ^

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.

AUTHOR ^

Original code by Maurice Aubrey <maurice@hevanet.com>. This document was written by Adam Monsen <adamm@wazamatta.com>.

BUGS ^

Not tested with Apache/mod_perl 2.0 series.

SEE ALSO ^

Text::Forge(3), INSTALL guide packaged with Text::Forge, http://text-forge.sourceforge.net/