Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 70458 invoked by uid 500); 21 Jul 2003 22:30:23 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 70442 invoked from network); 21 Jul 2003 22:30:23 -0000 Message-ID: <161E04AB9955D54E826FD86360578554D2746A@169.32.17.10.nat.cnet.com> From: Ron Park To: "'Cliff Woolley'" , "'dev@httpd.apache.org'" Cc: Ron Park Subject: RE: Two mod_include problems Date: Mon, 21 Jul 2003 15:30:08 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ok, looks like we had the wrong patch (I think we had the first attempt that failed two existing cases); with the correct (lastest) patch, it works on our site. :) Thanks all, especially Cliff! Ron > -----Original Message----- > From: Cliff Woolley [mailto:jwoolley@virginia.edu] > Sent: Monday, July 21, 2003 5:26 PM > To: dev@httpd.apache.org > Cc: Ron Park > Subject: RE: Two mod_include problems > > > > > It actually had: > SetOutputFilter BUCKETEER > > But I changed it to: > AddOutputFilter BUCKETEER;INCLUDES .shtml > > And it still passes. > > --Cliff >