ScriptBasic
May 20, 2013, 09:54:48 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
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
ScriptBasic
>
Support
>
Installation
>
Windows Apache and CGI
Pages: [
1
]
« previous
next »
Print
Author
Topic: Windows Apache and CGI (Read 2388 times)
support
Administrator
Posts: 544
Windows Apache and CGI
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Open Forum
-----------------------------
=> Round Table
=> What's New
-----------------------------
ScriptBasic
-----------------------------
=> Download
=> Tutorials
=> Wish List
-----------------------------
Support
-----------------------------
=> General Discussions
=> Installation
=> ScriptBasic Examples w/source
=> Debugger
=> Source
=> Documentation
-----------------------------
Extension Modules
-----------------------------
=> Extension Modules
===> DLLC
===> DVM
===> Curl
===> mxml
===> IUP
===> CGI
===> MySQL
===> ODBC
===> Berkeley DB
===> PSQL
===> GSL
===> Rlib
===> GTK-Server
===> CIO
===> NT
===> DYC
===> ZLIB
===> RE
===> HASH
===> GD
===> MT
===> T
===> DBG
===> SQLite
===> SBXML
Loading...