Closed Thread Icon

Topic awaiting preservation: enable perl/cgi on IIS (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12085" title="Pages that link to Topic awaiting preservation: enable perl/cgi on IIS (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: enable perl/cgi on IIS <span class="small">(Page 1 of 1)</span>\

 
silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 03-04-2002 22:48

I have IIS running on Windows 2k Advanced Server and I was wondering how to enable it to run perl/cgi scripts.

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 03-05-2002 00:05

let's just say "ugh"

And then you need to go get Active perl



:[ Computers let you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila. ]:

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 03-05-2002 00:21

"ugh", indeed.

Thanks for the link, bit, I'll try it out.

I have IIS running on my development machine, but I after that everything gets uploaded to the Unix box and the wonders of Apache. Although, I haven't found IIS to be that bad.

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 03-05-2002 00:27

Yeah I had to dump IIS after I got hacked. Kinda a pain in the ass since I still use Win 2K as my regular day to day OS.



:[ Computers let you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila. ]:

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 03-05-2002 00:49

i just say: good luck with that!
its like frontpage server extensions on unix. (though that is not sooo difficult)

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 03-05-2002 02:09

Hey, bit, thanks again for that prog. It works great. About the only differences I have to watch out for when uploading are the extensions (pl versus cgi). Is there a way I can get it to execute .cgi files as well?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 03-05-2002 08:21

You should modify Windows file types, so that .cgi extension is associated with "Perl Command Line Interpreter". You can modify file types from Windows Explorer (Tools/Folder Options/File Types).


lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 03-05-2002 10:38

silence, if you want to run .cgi files with perl from inside IIS, you have to configure IIS for that:

1)go to internet service manager (start/programs/admin tools)
2)right-click properties on Default Web Site
3)choose "Home Directory" tab
4)click on "Configuration" button
5)navigate to "App Mapping" tab
6)click add, and specify perl's location and the extension you want to join with.

good luck,

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 03-05-2002 23:24

Thanks Max and Lallous.

I already associated the extension, but I was just missing the IIS configuration change.

« BackwardsOnwards »

Show Forum Drop Down Menu