I have a webservice compiled into a ISAPI module (dll). I have Apache 2.3 correctly installed. How to install this DLL into apache?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here are the info that I used to setup my delphi isapi dll with apache 2.2:
http://mc-computing.com/databases/Delphi/WebServers/WebServers.html
Basically you need to make the following modifications in the httpd.conf:
Uncomment the isapi_module:
and then at the end of the file add:
For this example config, to access your isapi, go to the address:
http://localhost/isapi/yourisapidll.dll