I use Apache 2.0.52 with httpsrvr.dll. To get it working:
1. Install Apache (I will assume default directory structure for 2.0.52).2. Copy 'httpsrvr.dll' to your /apache2/cgi-bin directory.3. In httpd.conf, change the 'Options None' (again assuming defaults for 2.0.52) in <Directory "C:\Program Files/Apache Group/Apache2/cgi-bin"> to 'Options ExecCGI'.4. AddHandler isapi-isa .dll to your httpd.conf.5. Restart Apache.
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.