Re: 2.0.25 Problem with SSI

2001-09-01 Thread Jerry Baker
ry 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`) { > > chom

Re: 2.0.25 Problem with SSI

2001-08-31 Thread William A. Rowe, Jr.
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 Subjec

2.0.25 Problem with SSI

2001-08-31 Thread Jerry Baker
I have a script that does this on Windows 2000: foreach (`tracert -h 20 $ip`) { chomp $_; print $_ . ""; } If I include this in an SSI with "include virtual" Apache inserts the HTTP headers into the SSI document as well.