Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I configure Microsoft Internet Information Server to support Perl for Win32?

0
Posted

How do I configure Microsoft Internet Information Server to support Perl for Win32?

0

Microsoft Internet Information Server (IIS) ships with Windows NT Server. Peer Web Services (PWS) ships with Windows NT Workstation. Configuring the products is essentially the same. First, you should consult Chapter 8, Publishing Information and Applications, in the IIS documentation. Also read the Microsoft Knowledge Base article covering this issue, “Configuring and Testing a PERL [sic] Script with IIS,” (http://www.microsoft.com/kb/articles/q150/6/29.htm). You need to follow these steps to get Perl for Win32 scripts to run under IIS: • Associate the extension for your scripts with the appropriate interpreter in the script map for IIS. This is under the registry key HKEY_LOCAL_SYSTEM, with the sub-key “System\CurrentControlSet\Services\W3SVC\Parameters\Script Map”. Many people map two extensions: one to perl.exe (like “.pl”) and another to PerlIS.dll (like “.plx”). Note that mapping an extension in the script map is _not_ the same as associating the extension in Explorer. Use the fu

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123