I will be very thankfull if you write down step by step how you installed
your server or which steps differs from mine:
1) I install my "Windows 98" second edition on comp. at "C:\"
2) Set up PWS that ships on the WIN98 CD
3) Install drivers "dcom98.exe" and "insmsi.exe"
4) Install Perl on standard "C:\perl\"
5) Run "install.bat" from "C:\perl\"
(I do not know is it essential, but install.bat writes at dos prompt that it
is some kind of simplified version and do not configure web server and some
other things...
Here is exactly what it returns:
============================================================================
====
This simplified installation program currently does *not*:
o update your PATH environment variable on Win9x platforms
o set up MSWin32 file associations
o configure Perl for use with a Web Server
Refer to your Operating System and/or Web Server documentation for
details on how to to perform these modifications.
Thank you for installing ActivePerl!
============================================================================
====
6) Then set my registry variables to:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip
t Map]
".pl" = "C:\perl\bin\perl.exe %s %s"
7) Restarting my box
8) Put my scripts into standard "c:\inetpub\scripts\" directory, aliased as
/scripts (set to scripts and execute)
That's it, and when I start accesing my script through browser it gives my
lucky error...
Maybe you have some differences, please, write them!
P.S. Actually I do not really understand what means "simplified installation
program" maybe there is something else I need to do to registry???
Kaspars
-----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
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web