Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 99612 invoked from network); 4 Apr 2005 16:04:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2005 16:04:39 -0000 Received: (qmail 53897 invoked by uid 500); 4 Apr 2005 16:04:22 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 53848 invoked by uid 500); 4 Apr 2005 16:04:22 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 53803 invoked by uid 99); 4 Apr 2005 16:04:22 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jslive@gmail.com designates 64.233.184.201 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.201) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 04 Apr 2005 09:04:13 -0700 Received: by wproxy.gmail.com with SMTP id 67so3291339wri for ; Mon, 04 Apr 2005 09:04:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=JAj+wTMmV8mHPK4RDAcB0cxTJYqh9t88YWzzNYIKRNwOVvxKT2sdM0JANZn3vztR3kyzZRbPWpatd2oIu3BjPFS+dq6KdszLVyzPLM4yUzue42nbOYRPxm7+jsygGhhT09W7Tgb+TFfkDePZHJxmDRx6E+LZRu3H7Nn1aLj5f6I= Received: by 10.54.46.9 with SMTP id t9mr405920wrt; Mon, 04 Apr 2005 09:04:09 -0700 (PDT) Received: by 10.54.62.11 with HTTP; Mon, 4 Apr 2005 09:04:09 -0700 (PDT) Message-ID: Date: Mon, 4 Apr 2005 12:04:09 -0400 From: Joshua Slive Reply-To: Joshua Slive To: users@httpd.apache.org In-Reply-To: <20050404154345.GF9684@research.iiit.ac.in> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050404154345.GF9684@research.iiit.ac.in> X-Virus-Checked: Checked Subject: Re: [users@httpd] "IncludesNoExec" complains "unable to include potential exec" X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Apr 4, 2005 11:43 AM, Deepak, R. wrote: > I use ".ssi" as the extension for SSI files and use this option in > ".htaccess": > AddOutputFilter INCLUDES .ssi > Everything worked until two days ago, when the Linux installation was > changed from SuSE to Fedora (Fedora Core 3). SSI virtual includes like: > > now print: > [an error occurred while processing this directive] > > XML WARNING: These webpages are served as "application/xhtml+xml" to > browsers which accept it. XML errors are unlike HTML errors; a XML document > with an error causes only the error to be displayed. So, the source needs to > be viewed. > > Example webpage: . The first line is: > > If I remember correctly, apache considers anything with a mime-type other than text/* to be a potentially "exec" and therefore disallows it. There was some talk about changing this, but I can't remember the outcome. Your only solution would be to hack mod_include to allow application/xhtml+xml to be treated as a non-exectuable. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org