ScriptBasic
May 20, 2013, 09:54:48 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: The ScriptBasic User, Developer and extension module guides are available at the WIKI.
 
   Home   Wiki Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Windows Apache and CGI  (Read 2388 times)
support
Administrator
*****
Posts: 544



WWW
« on: March 27, 2006, 10:54:40 PM »

You need to make a few changes to get ScriptBasic to run as a CGI program under Apache for Windows.

httpd.conf

# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
AddHandler cgi-script .cgi .bas  (or whatever you would like to use as an attribute)

# First, we configure the "default" to be a very restrictive set of
# features.  
#
<Directory />
    Options FollowSymLinks +ExecCGI
    AllowOverride None
</Directory>

The first line of your script should look something like this.

#!G:/ScriptBasic/bin/scriba.exe -c
Logged

ScriptBasic Project Manager
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!