You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jerry Baker <je...@weirdness.com> on 2001/09/01 09:06:31 UTC

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.