To use the ISAPI version on Windows, change the URL in
the Web browser from broker.exe to broker.dll. A URL of the form
http://yourserver/cgi-bin/broker.dll?
loads and executes the
ISAPI module. If no parameters are specified, then the default or
optional customized welcome page is displayed.
Note: For Apache Web servers on Windows, the ISAPI Application Broker works
only with Apache 2.0 or greater and with the following configuration
lines added for your CGI directory to the Web server HTTPD.CONF file:
ISAPICacheFile c:/cgi-bin/broker.dll
Addhandler isapi-isa .dll
You must also add the
ExecCGI options line to the directory section of the HTTPD.CONF file,
as follows:
<Directory "C:/Program Files/Apache Group/Apache2/cgi-bin">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
For ISAPI, the Application
Broker thread typically runs under the user ID IUSR_nodename, as it
does with the CGI version.