>> You're not really trying to be helpful.
Now on what are you basing that? If you want to have an argument where i try to prove to you that i am trying to be helpful we can. Otherwise, back off the attitude.
>> For someone in the Apache forum to answer my question they would
>> need to know what an ISAPI extension is and that doesn't sound
>> like a resonable assumption.
Your correct, you should know since it’s your question. That way you can phrase the question in the Apache forum so that they will understand what you are asking.
<excerpt of an article on codeguru.com>
Internet Server Application Programming Interface (ISAPI), is an API developed to provide the application developers with a powerful way to extend the functionality of Internet Information Server (IIS). Although ISAPI extensions by no means are limited to IIS, they are extensively used in conjunction with MS-IIS.
</excerpt>
>> I just don't know how to get Apache to use the ISAPI extension dll.
If your running Apache on Unix as you stated your not going to since it is a windows PE file.
Now here is my limited knowledge of Apache. It’s an Open Source product and as such the standard means of extending it’s functionality is to write new code and build the project. Now has a similar feature been added where you can extend the process with DLL’s and data configuration? I don’t know. The Apache forum likely will.
If Apache does not support the ISAPI paradigm then you could still use the classical Open Source development method and build the extension directly into your server. Then you can have Apache parse SRF files to your hearts content.
Now with all that said, I recommend you use Tomcat under Apache and build your web applications using JSP and/or Servlets. Much simpler especially under Unix.
"But, that's just my opinion... I could be wrong."
-pete