Closed Thread Icon

Preserved Topic: can I run cgi off my computer.... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20947" title="Pages that link to Preserved Topic: can I run cgi off my computer.... (Page 1 of 1)" rel="nofollow" >Preserved Topic: can I run cgi off my computer.... <span class="small">(Page 1 of 1)</span>\

 
exstaze
Obsessive-Compulsive (I) Inmate

From: Columbus, Ohio, United States
Insane since: Jun 2001

posted posted 06-18-2001 03:59

am I able to run cgi scripts such as WWWBoard off my computer for offline testing....

if so what would be the current path for it?

I'd appreciate in suggestions or what not, thanks!

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 06-18-2001 04:04

go to www.fox-hunt.net and download foxServe. Which is an apache/php/mysql bundle.

Next go to activestate.com and download perl (if your on Win).

Next RTFM and install the stuff.

Then you need to configure the script that matt provides, via his instructions.

Good luck,

-mage-

exstaze
Obsessive-Compulsive (I) Inmate

From: Columbus, Ohio, United States
Insane since: Jun 2001

posted posted 06-18-2001 04:24

thanks!

kevincar
Paranoid (IV) Inmate

From: north hills, ca usa
Insane since: Apr 2001

posted posted 06-19-2001 17:27

I do this all the time -

1. Download the Apache binary (windoze or linux or mac)

2. Unzip and run the setup.

3. configure the server http.conf file for CGI, which amounts
to just un-commenting out all ines in the text file that have
"CGI" in them.

4. Put your script in the cgi-bin directory of the Apache web tree,
and run the server - you should be able to test your script by
typing "http://localhost/cgi-bin/myscript.cgi"

5. There is no "5." - other than making sure you have Perl on your
system.

email me if you need help...




[This message has been edited by kevincar (edited 06-19-2001).]

« BackwardsOnwards »

Show Forum Drop Down Menu