Tonight's tree? Ugh. Send it at the list - I'm sure we are doing -one-
too many steps with our security overhaul :(
----- Original Message -----
From: "Jerry Baker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 01, 2001 2:06 AM
Subject: 2.0.25 Problem with SSI
> I have a script that does this on Windows 2000:
>
> foreach (`tracert -h 20 $ip`) {
> chomp $_;
> print $_ . "<br>";
>
> }
>
> If I include this in an SSI with "include virtual" Apache inserts the
> HTTP headers into the SSI document as well.
>