Hi
I am looking into changing my .exe cgi applications to ISAPI .dll's.
I have not had much joy here, so i downloaded a demo dll to practice with. This give me the same error as my other attempts:
"Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster
Error 403"
I have the following in my HTTPD.conf:
LoadModule isapi_module modules/mod_isapi.so
AddHandler isapi-isa .dll
I am running apache 2.0.36 on win2000 FAT32
any ideas??
I am looking into changing my .exe cgi applications to ISAPI .dll's.
I have not had much joy here, so i downloaded a demo dll to practice with. This give me the same error as my other attempts:
"Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster
Error 403"
I have the following in my HTTPD.conf:
LoadModule isapi_module modules/mod_isapi.so
AddHandler isapi-isa .dll
I am running apache 2.0.36 on win2000 FAT32
any ideas??