Valhalla Legends Forums Archive | Web Development | ISAPI in Apache (Win32)

AuthorMessageTime
UserLoser.
How do I do it? I've tried everything, I keep getting
[quote]
Forbidden
You don't have permission to access /isapi/MSNMessenger.dll on this server.


--------------------------------------------------------------------------------

Apache/2.0.48 (Win32) Server at www.userloser.net Port 80
[/quote]

From what I can find... I've added
AddType application/octet-stream .dll
AddHandler isapi-isa .dll to httpd.conf

Any suggestions/comments on how I can properly get it to work?
January 16, 2004, 9:48 PM
Spht
[quote]The anonymous web access account will need read and execute permissions to the ISAPI
DLL itself.[/quote]

Did you do that?
January 16, 2004, 11:20 PM
UserLoser.
[quote author=Spht link=board=22;threadid=4746;start=0#msg39843 date=1074295211]
[quote]The anonymous web access account will need read and execute permissions to the ISAPI
DLL itself.[/quote]

Did you do that?
[/quote]

Probably not, will try
January 16, 2004, 11:23 PM
UserLoser.
All fixed and working!! ;D
January 17, 2004, 12:32 AM
Adron
Ah, so ISAPI in Apache works fine? That means we could switch from IIS to Apache at vl.com!
January 17, 2004, 5:49 PM
Thing
You would have to rename those something.asp pages to something.htm then it will work just fine.
January 17, 2004, 6:11 PM
UserLoser.
[quote author=Adron link=board=22;threadid=4746;start=0#msg39915 date=1074361778]
Ah, so ISAPI in Apache works fine? That means we could switch from IIS to Apache at vl.com!
[/quote]

Except ISAPI filters don't work
January 17, 2004, 9:02 PM
UserLoser.
Now to get ASP working..
January 17, 2004, 9:06 PM
Adron
[quote author=UserLoser. link=board=22;threadid=4746;start=0#msg39961 date=1074373365]
[quote author=Adron link=board=22;threadid=4746;start=0#msg39915 date=1074361778]
Ah, so ISAPI in Apache works fine? That means we could switch from IIS to Apache at vl.com!
[/quote]

Except ISAPI filters don't work
[/quote]

Then what works? ISAPI applications only?
January 18, 2004, 12:31 PM
UserLoser.
[quote author=Adron link=board=22;threadid=4746;start=0#msg40036 date=1074429112]
[quote author=UserLoser. link=board=22;threadid=4746;start=0#msg39961 date=1074373365]
[quote author=Adron link=board=22;threadid=4746;start=0#msg39915 date=1074361778]
Ah, so ISAPI in Apache works fine? That means we could switch from IIS to Apache at vl.com!
[/quote]

Except ISAPI filters don't work
[/quote]

Then what works? ISAPI applications only?
[/quote]

I believe so
January 18, 2004, 9:47 PM
Skywing
[quote author=UserLoser. link=board=22;threadid=4746;start=0#msg40077 date=1074462470]
[quote author=Adron link=board=22;threadid=4746;start=0#msg40036 date=1074429112]
[quote author=UserLoser. link=board=22;threadid=4746;start=0#msg39961 date=1074373365]
[quote author=Adron link=board=22;threadid=4746;start=0#msg39915 date=1074361778]
Ah, so ISAPI in Apache works fine? That means we could switch from IIS to Apache at vl.com!
[/quote]

Except ISAPI filters don't work
[/quote]

Then what works? ISAPI applications only?
[/quote]

I believe so
[/quote]
Does it support asynchronous read/write? BinaryChatISAPI requires that.
January 18, 2004, 10:52 PM
UserLoser.
[quote author=Skywing link=board=22;threadid=4746;start=0#msg40081 date=1074466345]
[quote author=UserLoser. link=board=22;threadid=4746;start=0#msg40077 date=1074462470]
[quote author=Adron link=board=22;threadid=4746;start=0#msg40036 date=1074429112]
[quote author=UserLoser. link=board=22;threadid=4746;start=0#msg39961 date=1074373365]
[quote author=Adron link=board=22;threadid=4746;start=0#msg39915 date=1074361778]
Ah, so ISAPI in Apache works fine? That means we could switch from IIS to Apache at vl.com!
[/quote]

Except ISAPI filters don't work
[/quote]

Then what works? ISAPI applications only?
[/quote]

I believe so
[/quote]
Does it support asynchronous read/write? BinaryChatISAPI requires that.
[/quote]

Not sure

Edit: Can't find any information on it, do you have a sample ISAPI dll that I can use to test?
January 18, 2004, 10:56 PM
Grok
Why would Apache support ISAPI? Would you need a CGI driver to emulate the ISAPI? What programming models are supported natively by Apache other than CGI?
January 18, 2004, 11:40 PM
Adron
[quote author=Grok link=board=22;threadid=4746;start=0#msg40084 date=1074469207]
Why would Apache support ISAPI? Would you need a CGI driver to emulate the ISAPI? What programming models are supported natively by Apache other than CGI?
[/quote]

Writing modules is supported. The context is very similar to IIS's ISAPI. There should be lots of info on the web, this link might provide some info.

When did IIS start supporting ISAPI? Perhaps Apache supports much more powerful customization than IIS? (since it's open source obviously yes, but I mean customization done just by writing modules for it)
January 25, 2004, 9:21 AM

Search