Apache::ePerl 2.2.13 review
Download
|
|
Apache::ePerl is a fast emulated Embedded Perl (ePerl) facility.
SYNOPSIS
# Apache's httpd.conf file
# mandatory: activation of Apache::ePerl
PerlModule Apache::ePerl
< Files ~ "/root/of/webmaster/area/.+.iphtml$" >
Options +ExecCGI
SetHandler perl-script
PerlHandler Apache::ePerl
< /Files >
# optional: configuration of Apache::ePerl
< Perl >
$Apache::ePerl::Config->{'BeginDelimiter'} = '
Apache::ePerl 2.2.13 search tags