ScriptBasic

Support => General Discussions => Topic started by: Support on October 01, 2007, 05:52:25 PM

Title: ScriptBasic application server on Win2003
Post by: Support on October 01, 2007, 05:52:25 PM
SBHTTPD Users,

I'm having a issue with virtual directories under Windows 2003 server using Apache as the front end web server.

Under XP SP2 it works great. I proxy a directory and call it home in the scriba.conf file and define the sub-directories as virtual directories. Under Win2003, SB complains that it can't find code in the virtual directories.

Has anyone else seen this problem running under Win2003 server?

John
Title: ScriptBasic application server on Win2003
Post by: Support on October 02, 2007, 01:02:57 PM
The issue has been resolved.

It seems that there is some interaction with 'cgi-bin' and sub-directories.  I moved the proxy to /app out of htdocs and the virtual directories work fine as a sub of /app.

Something to remember when using SBHTTPD under Win2003.

John