NAME

Apache::PSP - mod_perl interface to Perl Server Pages

SYNOPSIS

<Files *.psp>
SetHandler perl-script
PerlHandler Apache::PSP
Options ExecCGI
</Files>

DESCRIPTION

Apache::PSP is the mod_perl interface to the Template::PSP module. This module allows Perl Server Pages (PSP) to be used on an Apache server running mod_perl.

See the Template:PSP module for a more detailed explanation of PSP pages and their usage.

AUTHOR

Chris Radcliff, chris@globalspin.com

SEE ALSO

Template::PSP