Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache and ISAPI

Status
Not open for further replies.

Rouslan

Technical User
Sep 7, 2002
27
CA
Is Apache for UNIX ISAPI compliant? If it isn't, is there a module or something to allow it to use ISAPI extensions?
 
Unfortunately it says mod_isapi is only for win32. I guess I should look at other tools for the job.
 
I was just trying to get database access to a webpage. This is actually for a friend and his client. I have some experiance with ATL servers but I didn't realize his client had a UNIX.
 
You don't need ISAPI for that. ISAPI exists to extend the integral functionality of a web server. For example, the VBScript engine that is shipped with every IIS installation is ISAPI code.

Apache provides a similar functionality in its module plugin system. And Apache modules tend to be more OS-agnostic than ISAPI modules.

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top