Re: active perl on IIS

2001-09-05 Thread Grierson, Garry (UK07)
Has your set-up defined Perl extension types within IIS? I haven't done this manually on 2K but in IIS 3 you can update it through the system registry under HKEY_LOCAL_SYSTEM \system\CurrentControlSet\Services\W3SVC\Parameters\Script Map. On IIS 4 you can use the 'Internet service manager'. This i

Re: Re: active perl on IIS

2001-09-03 Thread Gunther Birznieks
At 08:36 AM 9/3/2001 -0700, Mark Bergeron wrote: >Let me also add, unlike *nix, you may run scripts from virtualy any folder >you see fit on Win (within wwwroot for the web of course). Everything is >really governed by the permissions and etc... you set on the folder >itself. In some cases it m

Re: active perl on IIS

2001-09-03 Thread Gunther Birznieks
At 09:07 AM 9/3/2001 -0700, Lynn Glessner wrote: >That did it - thanks :) I am slowly but surely getting this changed over. > >I changed >to >http://198.162.0.1/scripts/sl3.pl"; > >(Obviously if I decided to make this public I would need a different IP or >hopefully a DNS name.) > >I can't believe

Re: active perl on IIS

2001-09-03 Thread Lynn Glessner
That did it - thanks :) I am slowly but surely getting this changed over. I changed http://198.162.0.1/scripts/sl3.pl"; (Obviously if I decided to make this public I would need a different IP or hopefully a DNS name.) I can't believe this is taking me so long, when the script WORKS on a differe

Re: Re: active perl on IIS

2001-09-03 Thread Mark Bergeron
' -Original Message- From: "Lynn Glessner"<[EMAIL PROTECTED]> To: "yahoo"<[EMAIL PROTECTED]>, "Begginers CGI"<[EMAIL PROTECTED]> Date: Sun Sep 02 14:59:37 PDT 2001 Subject: Re: active perl on IIS >I haven't had a chance to work on it rec

RE: active perl on IIS

2001-09-03 Thread joel hughes
ange your form action to "/scripts/sl3.pl". hope this helps regards Joel -Original Message- From: yahoo [mailto:[EMAIL PROTECTED]] Sent: 03 September 2001 09:20 To: Begginers CGI Subject: RE: active perl on IIS Hi Lynn, Your FORM ACTION="c:\inetpub\scripts\sl3.pl" doesn

RE: active perl on IIS

2001-09-03 Thread yahoo
From: Lynn Glessner [mailto:[EMAIL PROTECTED]] Sent: 03 September 2001 06:15 To: Gunther Birznieks; yahoo; Begginers CGI Subject: Re: active perl on IIS I spoke too soon. I thought this was just a minor tweak, which it probably is ;), but the tweak is not what I thought it was going to be ... Wh

Re: active perl on IIS

2001-09-02 Thread Lynn Glessner
I spoke too soon. I thought this was just a minor tweak, which it probably is ;), but the tweak is not what I thought it was going to be ... When I click the button to submit the form, instead of running the perl script I get the "File Download" dialog. If I choose the "run the file from this loc

Re: active perl on IIS

2001-09-02 Thread Lynn Glessner
Wo-hoo! My script is now working. Here is what I had to do: 1. The same thing that I have spent several days of my life on when you add up all the times I have done this to myself - the mysterious way that text files on not quite the same on a different OS. (Last time was the other way around -

Re: active perl on IIS

2001-09-02 Thread Gunther Birznieks
At 02:59 PM 9/2/2001 -0700, Lynn Glessner wrote: >I haven't had a chance to work on it recently, but I think it will turn out >to be the .cgi extension (I'll have to go back and see who suggested that). >I have my scripts in a directory which was created automatically called >"scripts" a subdirecc

Re: active perl on IIS

2001-09-02 Thread Lynn Glessner
suggestions, I hope to be able to tackle this tonight (after my 2 year old goes to bed - she doesn't have much patience for programming yet!). > From: "yahoo" <[EMAIL PROTECTED]> > Date: Sun, 2 Sep 2001 18:28:47 +0100 > To: <[EMAIL PROTECTED]> > Subject: RE: acti

RE: active perl on IIS

2001-09-02 Thread yahoo
Lynn, any updates on this problem? regards Joel -Original Message- From: Gunther Birznieks [mailto:[EMAIL PROTECTED]] Sent: 02 September 2001 04:00 To: yahoo; [EMAIL PROTECTED] Subject: RE: active perl on IIS Joel, I could be wrong but based on the way Lynn describes the problem, it does

RE: active perl on IIS

2001-09-01 Thread Gunther Birznieks
Joel, I could be wrong but based on the way Lynn describes the problem, it does not sound like she has a problem with Perl being installed as the PerlScript examples do work as she stated. Also, she should not have to create a cgi-bin. IIS has a pre-created cgi-bin typically. While I am a fan

RE: active perl on IIS

2001-09-01 Thread yahoo
Lynn, I've installed ActiveStates Perl a couple of times on Win 2K & NT and each time, as part of the install, it allowed/prompted for the configuration of the ISAPI part which basically meant you can run perl as an active x scripting engine.

Re: active perl on IIS

2001-08-29 Thread Mark Bergeron
This may help: http://www.wiley.com/legacy/compbooks/stein/source.html of course there are so many more. Mark Bergeron' -Original Message- From: "Lynn Glessner"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Wed Aug 29 11:37:49 PDT 2001 Subject: active perl on I

active perl on IIS

2001-08-29 Thread Lynn Glessner
Can anyone point me to a site or book with detailed information about configuring my W2K server IIS for perl and cgi? I have a form which I designed at work on Linux and Apache, and it works fine in that environment. I want to run it on my home W2K machine, but am baffled. My coworkers are no help