Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 199879DD7 for ; Sun, 15 Apr 2012 16:54:38 +0000 (UTC) Received: (qmail 95573 invoked by uid 500); 15 Apr 2012 16:54:37 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 95516 invoked by uid 500); 15 Apr 2012 16:54:37 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 95508 invoked by uid 99); 15 Apr 2012 16:54:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2012 16:54:36 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [91.198.169.22] (HELO csmtp2.one.com) (91.198.169.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Apr 2012 16:54:29 +0000 Received: from [192.168.1.34] (3304ds3-soeb.0.fullrate.dk [90.184.126.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by csmtp2.one.com (Postfix) with ESMTPSA id E0CF9302521A for ; Sun, 15 Apr 2012 16:54:06 +0000 (UTC) Message-ID: <4F8AFD2A.5000107@cord.dk> Date: Sun, 15 Apr 2012 18:54:02 +0200 From: Daniel Gruno User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: [VOTE] Release Apache httpd 2.4.2 as GA References: <5E403016-14E2-48E7-A872-689EECCB21A2@jaguNET.com> <1BC3B67B-E31A-4C03-999F-79A523C88024@jaguNET.com> <39549C72-61C3-4E10-9AA9-FC5E44DD6D5D@jaguNET.com> <4F8AAC99.6070804@apache.org> <1334490448.10104.2.camel@tardis> <4F8AF8F3.5060405@apache.org> In-Reply-To: <4F8AF8F3.5060405@apache.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 15-04-2012 18:36, Guenter Knauf wrote: > Am 15.04.2012 13:47, schrieb Noel Butler: >> On Sun, 2012-04-15 at 13:10 +0200, Guenter Knauf wrote: >>> >> >> Related to the removal of config option DefaultType perhaps? > maybe ... > however then I would assume that assigning > text/html shtml shtm > in conf/mime.types should fix it - but it doesnt - at least not for > NetWare; and even a > ForceType text/html > for the directory doesnt work for me, and > AddType text/html .shtml > doesnt either ... > > so to me it looks as if either SSI or type assingment is currently > broken - at least on NetWare, not yet tested on other platforms ... > > Gün. > > I have tested your SSI tag with 2.4.2 on Debian 6 and Fedora 16 with the following options set: Options +Includes AddType text/html .shtml AddOutputFilter INCLUDES .shtml Even without the html tags, this seems to work perfectly on the machines I have tested it on, so it might just be a NetWare issue. With regards, Daniel.