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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ISAPI Error 403, Access forbidden

Status
Not open for further replies.

Tracey

Programmer
Oct 16, 2000
690
NZ
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 got some joy now... had to change the options in the cgi-bin alias to all, instead of none.

what are the implications of this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top