help-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to make the CGI up and run in windows XP


From: Tao Wu
Subject: How to make the CGI up and run in windows XP
Date: Sun, 16 Mar 2008 16:09:47 +0800

Hi!

I have another question as the subject says. I have apache 2.0.63
installed and run normally in my laptop. The OS is windows XP sp2.
GLOBAL version is 5.6.1 windows version.

According to GLOBAL tutorial, to have search and hypertext feature
work, a CGI must be set with windows server. I have added text below
to apache http.conf

ScriptAlias /cgi-bin/ "C:/global/cgi-bin/"

#
# "C:/Apache2/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "C:/global/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>

However, I don't have much knowledge on CGI and web server. Tried
google and reading, but still no solution. Would you shed me some
light on this. How can I get the CGI run for this purpose.

Thanks in advance!

br,
 tao




reply via email to

[Prev in Thread] Current Thread [Next in Thread]