Re: IS5/W2K Environment variable bug?

2002-01-18 Thread Brian Steele
> From: "Brian Steele" <[EMAIL PROTECTED]> > > Under NT4, the environment variable SCRIPT_NAME is supposed to be set to be > > equal to the path to the script when the script is called from a browser. > > You can redefine the value for SCRIPT_

IS5/W2K Environment variable bug?

2002-01-17 Thread Brian Steele
Hi Everyone: I've got a number of Perl scripts running under different virtual domains hosted on IIS4/NT4 system. We're in the process of migrating these domains to a W2K server, and I'm noticing some unusual behaviour with some of the scripts. Under NT4, the environment variable SCRIPT_NAME is

Fw: NSFOCUS SA2001-07 : ActivePerl PerlIS.dll Remote Buffer Overflow Vulnerability

2001-11-20 Thread Brian Steele
Heads up all you IIS users :-) - Original Message - From: "Nsfocus Security Team" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 14, 2001 11:42 PM Subject: NSFOCUS SA2001-07 : ActivePerl PerlIS.dll Remote Buffer Overflow Vulnerability NSFOCUS Security Adviso

Re: Changing from IIS to Apache

2001-03-15 Thread Brian Steele
d this info). > > Sorry if you have all heard about it. I have not seen it in the news papers. > > - Lennart > > > > > -Original Message- > From: Brian Steele [mailto:[EMAIL PROTECTED]] > Sent: fredag, februari 23, 2001 21:29 > To: Perl-Win32-Web Maili

Re: Changing from IIS to Apache

2001-02-23 Thread Brian Steele
Strange move by your ISP. IMO, you could rewrite the scripts - or simply switch to another provider that DOES do NT/IIS. The latter option might be the simpler one. Brian - Original Message - From: "Larry E Stewart" <[EMAIL PROTECTED]> To: "Perl-Win32-Web Mailing List" <[EMAIL PROTECT

Strange GET calls to one of my scripts...

2001-02-22 Thread Brian Steele
Hi Everyone: I noticed that my Perl error log was starting to fill up with "modification of a read-only value attempted" errors, so I had a look at my webserver's log file, and noticed that this happened when the user added something like "?" to a GET call to the script in question, e.g. /camera

Re: Request...(also: Trying to install ActivePerl!!!)

2001-02-21 Thread Brian Steele
If PWS, the directory is usually "scripts", not "script". Brian - Original Message - From: "Kaspars Vilkens" <[EMAIL PROTECTED]> To: "Perl-Web LISTSERV" <[EMAIL PROTECTED]>; "Perl-Users LISTSERV" <[EMAIL PROTECTED]>; "Perl-ADMINS LISTSERV" <[EMAIL PROTECTED]>; "Activeperl LISTSERV" <[EM

Re: Script produced no output

2001-02-16 Thread Brian Steele
with: INTERNAL ERROR: PerlParse did not exit clean Any ideas on what might be causing this? As with the previous error messages, it doesn't happen consistently. Brian - Original Message - From: "Brian Steele" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: Script produced no output

2001-02-14 Thread Brian Steele
to clue me in a bit more here :-). The problem here is that it looks like the script is producing no output at all. How's CGI::Carp or trying to capture the output going to help? Regards, Brian Steele ___ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Re: Perl script for TRACERT on NT system

2001-02-05 Thread Brian Steele
LOL - Looking for something slightly more sophisticated, thanks :-). This is geared towards PHB and usage, so there should at least be some fancy colors 'n' stuff... Brian - Original Message - From: "Ron Grabowski" <[EMAIL PROTECTED]> To: "Brian Steele&q

Perl script for TRACERT on NT system

2001-02-05 Thread Brian Steele
See subject. Anyone have a script for this that they're willing to share? I'm working on one at the moment, but I'm getting this quaint "reinventing the wheel" feeling while doing so... Brian ___ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://

Re: Serving Images

2001-01-25 Thread Brian Steele
Depends on what you want it to be :-). Here's a subroutine that will send back a GIF or JPG picture: sub send_picture { # Return the verified picture back to the browser # Usage: &send_picture('picture') $picture = $_[0]; if (-f "$picture") { binmode STDOUT; # Set co

Re: Serving Images

2001-01-25 Thread Brian Steele
Should work, but beware - image isn't cached by the browser (= more bandwidth usage, might be problematic for busy sites). Can't really see any way around this though. Was going to do something like this for a "banner" script, but decided to have the script create the page which in turn had an I

Script produced no output

2001-01-16 Thread Brian Steele
Server: NT4/IIS4/Sp6a + nnn hotfixes Perl version: 5.00307 Sometimes my normally-working scripts will produce no output at all to the browser. In the Perl error log, a corresponding "script produced no output" error is recorded. In one case, all the script does is read a number of files, parse t

Re: connections between master server and slave servers

2001-01-09 Thread Brian Steele
, for WMedia streaming. I didn't want the clients to be able to connect directly to the encoders. Brian Steele - Original Message - From: "Schiza, Apostolia (ISS Atlanta)" <[EMAIL PROTECTED]> To: "perl-win32-web@listserv. ActiveState. com (E-mail)" &l