Page 1 of 1

cgi-bin help

Posted: Mon Feb 11, 2008 7:39 pm
by peter262626
Hi there i have got an windows 2000 system
and i am trying to install an cgi-bin on it but i do`t know how to set it up

[8D][8D][8D][8D]

cgi-bin help

Posted: Mon Feb 11, 2008 7:43 pm
by Snelvuur
Cgi-bin comes from cgi scripts, cgi is the extension used for perl, which is linux. So i would think you need a linux machine for this, or you should install perl on your windows system and create your own cgi-bin. Then again, the cgi-bin is just a collection of scripts in 1 dir which have execute rights. If you give execute rights to a cgi script globally you dont really need that dir.

But the easiest is just "mkdir cgi-bin" because its nothing more then that.

// Erik (binkey.nl)

cgi-bin help

Posted: Mon Feb 11, 2008 7:56 pm
by b_weijenberg

cgi-bin help

Posted: Mon Feb 11, 2008 7:59 pm
by Digit
You can use ActivePerl for that, i've used it several times.
Look here:
http://www.parkansky.com/tutorials/bdlognt.htm
First hit on Google...

cgi-bin help

Posted: Mon Feb 11, 2008 8:00 pm
by Digit
Pfff...i'll hit refresh first next time..[:)]

cgi-bin help

Posted: Mon Feb 11, 2008 8:03 pm
by Snelvuur
The sun went down, so everyone is back behind the pc :)

// Erik (binkey.nl)

cgi-bin help

Posted: Mon Feb 11, 2008 8:03 pm
by Digit
One more addition: it's not limited to Perl only.