Perl not working in IIS 6

Perl not working in IIS 6

am 13.10.2005 19:19:03 von DenverSun

Perl scripts are no longer running through IIS. When a site calls a *.pl
file, a user's browser hangs and then timeout. I can run these scripts
through a command line without a problem, but not through a browser when a
site calls the file.

Any suggestions?

Thanks!

RE: Perl not working in IIS 6

am 13.10.2005 19:30:06 von DenverSun

Just a bit more info...

Its just .pl files that will not run.
If I rename to .cgi, this is working properly.
Perl ISAPI Extension are Allowed in IIS.

Re: Perl not working in IIS 6

am 13.10.2005 20:20:50 von IISMVP2005

You may not have a MIME association for .PL files and if this is the case
IIS will not serve the file.

See this MS KB for more details -
http://support.microsoft.com/default.aspx?scid=kb;en-us;3269 65

Normally this will result in a 404 error being sent to the browser and a
404.3 being logged in your IIS Log files.

http://blog.crowe.co.nz/archive/2005/08/27/231.aspx

Maybe check your IIS Log files for the request and see what sub status code
is being logged. My article above shows you how to view the sub status code.

--
Cheers

Chris

Chris Crowe
http://blog.crowe.co.nz


"DenverSun" wrote in message
news:6CD2C9C0-60AA-4AF6-B837-3C4B18DD9D35@microsoft.com...
> Just a bit more info...
>
> Its just .pl files that will not run.
> If I rename to .cgi, this is working properly.
> Perl ISAPI Extension are Allowed in IIS.