ScriptBasic
May 22, 2012, 03:17:17 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Registration Disabled Send an e-mail to support @ scriptbasic.org to request a membership to this forum. (include desired forum name)
 
   Home   Wiki Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Windows Apache and CGI  (Read 2120 times)
support
Administrator
*****
Posts: 409


« 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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!