Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 1972 invoked by uid 500); 8 Feb 2002 16:56:57 -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 1927 invoked from network); 8 Feb 2002 16:56:56 -0000 Message-ID: <3C640358.3020902@apache.org> Date: Fri, 08 Feb 2002 08:56:56 -0800 From: Ian Holsman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+) Gecko/20020204 X-Accept-Language: en-us MIME-Version: 1.0 To: "Ian Kallen " , dev@httpd.apache.org Subject: Re: rewrite and SSI's broken in httpd20 HEAD References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ian Kallen wrote: > Just thought I'd send in some recently observed behavior... > > I was trying out SSI's on .html files > I have +Includes in Options for htdocs && I tried the example syntax > AddOutputFilter INCLUDES .html > > It does work with .shtml though. > I suggest you look how the .shtml is configured, as I have .html working quite well with CVS head. Options Includes AddOutputFilter INCLUDES .html maybe the '+' is throwing it off.. > Also, I the rnd function in mod_rewrite appears to be broken. Given a > list of alternating choices, it's only ever picking the first one. The > 1.3.x mod_rewrite appeared to truly randomize it's selection. It's doing > this for main and subrequests. > no idea on this one. > cheers, > -Ian > >