if you're machine (and you) can take it, move to win2k pro. IIS 5.0 is
dead-easy (little too easy) to use and activeperl installed like a breeze.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 12:45 PM
To: Kaspars Vilkens
Cc: Perl-Web LISTSERV; Perl-Users LISTSERV; Perl-ADMINS LISTSERV;
Activeperl LISTSERV
Subject: Re: Request...(also: Trying to install ActivePerl!!!)
The syntax of the registry setting is quite particular. Unfortunately, it
is
not installed on my current machine. But I remember that you do need to
encapsulate the %s terms each in their own quotation marks i.e.
C:\perl\bin\perl.exe "%s" "%s" (no double backslashes and no quotes around
the
whole string - regedit will do that for you.
"Kaspars Vilkens" <[EMAIL PROTECTED]> on 21/02/2001 09:25:28
To: "Perl-Web LISTSERV" <[EMAIL PROTECTED]>,
"Perl-Users
LISTSERV" <[EMAIL PROTECTED]>, "Perl-ADMINS
LISTSERV" <[EMAIL PROTECTED]>, "Activeperl
LISTSERV" <[EMAIL PROTECTED]>
cc: (bcc: Pat McCourt/CRO)
Subject: Request...(also: Trying to install ActivePerl!!!)
Well, I am getting pretty desperate, there was no program I have tried to
install for so long time as Perl and PWS, I am considering to move to Win2K
:-(
1) 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"
also tried
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip
t Map]
".pl" = "C:\\perl\\bin\\perl.exe %s %s"
->same shit!!!
2) Well I have line:
print "Content-type: text/html\n\n";
present in my script & I know that my script is OK because I have run it on
NT4 IIS And It is OK with output.
3) Also have line:
#!/localhost/perl/bin
4) When I passed non existing script to perl.exe with this configuration it
gives error (the same error) like this:
#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 "/script/nonexist.pl": No such file or directory
5) Also tried to associate C:\perl\bin\ directory to my web server as /perl
and passed to perl.exe my script as parameter
(http:\\localhost\perl\perl.exe?C:\inetpub\lv.pl) and everything was OK, so
i decided, that the problem is that server do not pass correct path of
script to perl.exe.
Well I understand that it is not the solve to the problem.
I do not know is it essential but I have AMD K6-2 350 Mhz in my box, maybe
it gives a difference to Perl or PWS that comp is not an Intel based?
About those drivers, it is clearly stated in PERL FAQ that if I install Perl
on Win98 I need them...?
P.S.Perl with my script from command line give excelent output everything is
OK!, so I understand that it is not problem of Perl or my script...
Kaspars
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activeperl
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web