# ... 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 ....