Install Apache and ActivePerl on Windows

A good tutorial on installing and configuring Apache and ActivePerl on Windows.

Some key points of configuring Perl into CGI.

1. Install ActivePerl to c:\usr\ so you can simply write #!/usr/bin/perl in your script.

2. Add ExecCGI after Options Indexes FollowSymLinks in Apache httpd.conf file.

One thought on “Install Apache and ActivePerl on Windows

Leave a comment