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
-
- Starting Member
- Posts: 22
- Joined: Sat Feb 02, 2008 7:20 pm
- Location: United States
- Snelvuur
- Forum Moderator
- Posts: 3156
- Joined: Fri Apr 06, 2007 11:01 pm
- Location: Netherlands
- Contact:
cgi-bin help
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)
But the easiest is just "mkdir cgi-bin" because its nothing more then that.
// Erik (binkey.nl)
- b_weijenberg
- Forum Moderator
- Posts: 1745
- Joined: Sun May 14, 2006 4:32 pm
- Location: Netherlands
cgi-bin help
the 1st entry in google http://www.parkansky.com/tutorials/bdlognt.htm
cgi-bin help
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...
Look here:
http://www.parkansky.com/tutorials/bdlognt.htm
First hit on Google...
cgi-bin help
Pfff...i'll hit refresh first next time..[:)]
- Snelvuur
- Forum Moderator
- Posts: 3156
- Joined: Fri Apr 06, 2007 11:01 pm
- Location: Netherlands
- Contact:
cgi-bin help
The sun went down, so everyone is back behind the pc
// Erik (binkey.nl)
// Erik (binkey.nl)
cgi-bin help
One more addition: it's not limited to Perl only.