Oh.  You're not using the quotes in the reg are you....?
You've got the HTTP headers correct?  

content-type: text/html\n\n


Kaspars Vilkens wrote:
> 
> Just tried. Not working like this (Gives same error)!!!
> 
> [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip
> t Map]
> ".pl" = "C:\perl\bin\perl.exe %s %s"
> 
> Any other ideas?
> 
> Kaspars Vilkens
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew
> Thompson
> Sent: Friday, February 16, 2001 11:56 AM
> To: 'Kaspars Vilkens'; Activeperl LISTSERV
> Cc: Perl-Web LISTSERV; Perl-Users LISTSERV; Perl-ADMINS LISTSERV
> Subject: RE: Request...
> 
> I think you need to change the script map key to use %s like below. (I have
> a very similar setup and this works ok on my PC)
> 
> [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip
> t Map]
> ".pl" = "C:\perl\bin\perl.exe %s %s"
> 
> -----Original Message-----
> From: Kaspars Vilkens [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 16, 2001 9:54 AM
> To: Activeperl LISTSERV
> Cc: Perl-Web LISTSERV; Perl-Users LISTSERV; Perl-ADMINS LISTSERV
> Subject: Request...
> 
> #########################################################
> #Well does anybody know what's the problem with my box???
> #Any ideas on how to solve my problem?
> #########################################################
> Hallo,
> I am new to Perl programming... so do not blame me for such a dummy question
> :)
> 
> Well I am trying to install ActivePerl to my server but I get just errors...
> I have
> 1) Windows98(2.edition)
> 2) PWS (That ships with the win)
> 3) I installed two required packages for win (DCOM98 and INSTMSI)
> 4) inserted following string into registry:
> 
> [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip
> t Map]
> ".pl"="C:\\perl\\bin\\perl.exe %1 %*"
> 
> 5) I have perl version:
> 
> This is perl, v5.6.0 built for MSWin32-x86-multi-thread
> (with 1 registered patch, see perl -V for more detail)
> 
> --->Perl scripts work fine at the command prompt... but through web this
> gives:
> 
> CGI Error
> The specified CGI application misbehaved by not returning a complete set of
> HTTP headers. The headers it did return are:
> Can't open perl script "*": No such file or directory
> 
> Is there any ideas what is the problem???
> 
> mailto:[EMAIL PROTECTED]
> 
> Kaspars Vilkens
> KN dati
> 
> _______________________________________________
> ActivePerl mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/activeperl
> _______________________________________________
> ActivePerl mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/activeperl
> 
> _______________________________________________
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

-- 

Lee Goddard     <[EMAIL PROTECTED]>
-------------------------------------
Perl : XML : XSLT : XHTML / JS : Java

"Post-modernism....the meta-narrative that denies meta-narrative."
                                           - Cedric Watts, Sussex 1997
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to