Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cgi scripts do not run

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have installed Active Perl on my IIS server but how do I get files with the .cgi extension to run.

Plzzzzz help

Thanks
 
You need to asscoiate the .cgi extension with the Perl ISAPI dll. This is dicussed in the Active Perl installation documentaion, but its headed associating .pl with Perl. Instead of/or as well as associating .pl you do that same steps and associate .cgi n the same way.

You need to use the MMC, click on the required server. Choose properties. Edit the masetr properties for Next I think you choose IASPI fliters. Choose add. In Filter name add .pl, and then asscoiate the correct PErl dll with it. This last bit is where you should check te active perl documentation.

James :) James Culshaw
jculshaw@active-data-solutions.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top