Mailing List Archive

[Bug 8516] - Improvement to mod_isapi
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8516>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8516

Improvement to mod_isapi

wrowe@apache.org changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME



------- Additional Comments From wrowe@apache.org 2002-04-27 03:58 -------
You might have overlooked one detail.

Without all of the additional code, you can accomplish what you seek in
the following directives;

AddHandler isapi-isa .dll
ISAPICacheFile "C:/Program Files/Common Files/MSSoap/Binaries/soapisap.dll"

ScriptAlias /cgi-bin/soapisap.dll "C:/Program Files/Common
Files/MSSoap/Binaries/soapisap.dll"
Action soap-handler "/cgi-bin/soapisap.dll"

AddHandler soap-handler .wsdl

So I don't see us adopting code that is already covered in existing modules.

Perhaps an alternative Action directive that bypassed URI space, that is,
which could directly reference a cgi file outside of the URI schema
without extra aliasing, would be considered.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org