Gossamer Forum
Home : Products : Links 2.0 : Customization :

problem with perlis and translate.cgi

Quote Reply
problem with perlis and translate.cgi
Hi, for some reason when i use perl ISAPI with translate.cgi it won't work but if i use perl.exe it works fine, for example

This use perl.exe
http://studyarea.com/studyarea/cgi-bin/gos/translate.cgi

this use perlis.dll
http://essay.studyarea.com/cgi-bin/search/translate.cgi

doesn't any one know why, i want to use perlis.dll because it is fater then perl.exe

BTW i m running on NT2000

Quote Reply
Re: problem with perlis and translate.cgi In reply to
Sounds like a server configuration problem to me. How have you mapped .cgi scripts in the IIS Script Mapping? Have you mapped this extension to perlis.dll?

Regards,

Eliot Lee
Quote Reply
Re: problem with perlis and translate.cgi In reply to
yes, i have
i mapped them.
exe: C:\Inetpub\scripts\perl\bin\PerlIS.dll
ext: .cgi
same with .pl

it works fine when i use
exe: C:\Inetpub\scripts\perl\bin\Perl.exe %s %s
ext: .cgi and .pl