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. "You don't have permission to access /scripts/foxisapi.dll/myserver.webengine.listbrowse on this server." 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
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. "You don't have permission to access /scripts/foxisapi.dll/myserver.webengine.listbrowse on this server." 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