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
4. AddHandler isapi-isa .dll to your httpd.conf.
5. Restart Apache.
補充實作的設定段:
# # "/xampp/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # Options NoneAllowOverride None Options ExecCGI Order allow,deny Allow from all AddHandler isapi-isa .dll