## allow access via */
AddHandler cgi-script .pl 
Options +ExecCGI
DirectoryIndex podwiki.pl

## uncomment this to run podwiki under mod_perl
#<IfModule mod_perl.c>
#    <Files ~ "\.(pl)$">
#	SetHandler perl-script
#	PerlHandler Apache::Registry
#	Options ExecCGI
#	allow from all
#	PerlSendHeader On
#    </Files>
#</IfModule>

## uncomment this to rewrite page requests to indexable uris
## maybe you have to modify the regex to match your installation
#<IfModule mod_rewrite.c>
#    RewriteEngine on
#    RewriteRule ^/([A-Z][a-zA-Z\-\_\.]+)/?$   /podwiki.pl?page=$1  [PT]
#</IfModule>

