#Include this file in some VirtualHost
#Include /opt/apache2/htdocs/recipes/conf/httpd.conf
AllowOverride All
#run recipes as mod_perl script
#Uncoment if PerlRequire you wanna use this script and comment the
#BEGIN block in index.pl
PerlRequire /opt/apache2/htdocs/recipes/perl/bin/startup.pl
# mod_perl mode
SetHandler perl-script
PerlOptions +ParseHeaders
PerlResponseHandler ModPerl::Registry
Options +ExecCGI