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

Apache and FoxISAPI.dll??

Status
Not open for further replies.

cbarn

Programmer
Nov 7, 2001
3
US
Hi all,

I'm wanting to get away from IIS for security reasons. So i'm experimenting with the W32 port of Apache 1.3.20. But getting FoxISAPI.dll to work is an absolute MUST. I've added a virtual name server. The entry looks like this...

<VirtualHost *>
ServerName ServerAlias server.net
DocumentRoot D:/server.net
AddHandler isapi-isa .dll
CustomLog D:/server.net/logs/access.log common
ErrorLog D:/server.net/logs/error
ScriptAlias /scripts/ D:/server.net/scripts/
<Directory /scripts>
Options ExecCGI
</Directory>
</VirtualHost>

When I try to use a script I get a 403 Forbidden error. &quot;You don't have permission to access /scripts/foxisapi.dll/myserver.webengine.listbrowse on this server.&quot; My IUSER_ NT account has all the proper permissions because it used to work with IIS. You can issue a reset to see if it works. but I keep getting 403 Forbidden.

Can someone please give me an idea of what to do? I'm an Apache newbie.

Thanks,
Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top