Options Indexes ExecCGI FollowSymlinks

order deny,allow

<Files ~ (find|search|source|ident|diff|cgi-bin)$>
SetHandler perl-script
# Apache 2
PerlHandler ModPerl::Registry
# Apache 1.3: uncomment next line and comment the previous line
#PerlHandler Apache::Registry
PerlSetEnv PERL5LIB lib
ForceType text/html
PerlSendHeader On
</Files>
