Apache Windows + CGI + SSI
- Install Apache2 for Win32 (local mirror), these instructions assume the default installation directory (c:/Program Files/Apache Group/), and the server running on port 80
- Create the directory c:/web/localhost/ for the default web site
- Append to c:/Program Files/Apache Group/Apache2/conf/httpd.conf a cgi and ssi configuration
- Install Active Perl (local mirror) in c:/usr/, otherwise use defaults
- Start or re-start the Apache2 Service
Now just build the web site in c:/web/localhost/ including
'#!/usr/bin/perl' at the start of cgi scripts