# .... other stuff .....
ScriptAlias /cgi-bin/ "d:/apache/cgi-bin/"
AllowOverride None
Options None
Order allow,deny
Allow from all
# .... other stuff .....
####
# ... other stuff ....
LoadModule perl_module modules/mod_perl.so
# ... other stuff ....
# ... other stuff ....
Alias /mod_perl/ "c:/apache/mod_perl/"
# s.t. http://host/mod_perl/script.pl
AllowOverride None
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
PerlSendHeader On
Order allow,deny
Allow from all
# ... other stuff ....
####
# ... other stuff ....
LoadModule perl_module modules/mod_perl.so
# ... other stuff ....
PerlModule Apache::DBI Apache::Request
# ... other stuff ....
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
PerlSendHeader On
PerlInitHandler Apache::Reload
PerlSetVar ReloadAll Off