Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 59429 invoked from network); 23 Jul 2006 18:59:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jul 2006 18:59:16 -0000 Received: (qmail 971 invoked by uid 500); 23 Jul 2006 18:59:06 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 940 invoked by uid 500); 23 Jul 2006 18:59:06 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 928 invoked by uid 99); 23 Jul 2006 18:59:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 11:59:06 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jul 2006 11:59:05 -0700 Received: by ug-out-1314.google.com with SMTP id u2so1989880uge for ; Sun, 23 Jul 2006 11:58:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Ccz61Tw+r+90Qkut4Z1uBWhxDfOREfIEDUOHQpoizaEoNAYQNfKDWyUt1cJ71F0tQnWk3ISMoUGGLO80zDJ8B49zXXebnrW3xgpWUiYY8CBEL8J9RLXF8XucyXJGHRA51GacW9f35NyTcwPdkr5Mpg6cuuKyop+RMm8b8P6OtCU= Received: by 10.78.165.16 with SMTP id n16mr1206833hue; Sun, 23 Jul 2006 11:58:44 -0700 (PDT) Received: by 10.78.143.4 with HTTP; Sun, 23 Jul 2006 11:58:44 -0700 (PDT) Message-ID: Date: Sun, 23 Jul 2006 14:58:44 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org, brian.mcdonald@mcdees-specialties.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 3fd5c3bd5ecb4dfc X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Apache mod_include error log X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/23/06, Brian McDonald wrote: > > > On 7/23/06, Brian McDonald wrote: > > My Apache error log is full of these warnings every time a page is not > found > > > > > > [error] File does not exist: /var/www/html/bobo.html > > [warn] mod_include: Options +Includes (or IncludesNoExec) wasn't set, > > INCLUDES filter removed > > > > Running Fedora 4 Apache httpd-2.0.54 > > > > here is an extract from my httpd.conf > > > > > > AllowOverride All > > Options Includes > > AddOutputFilter INCLUDES .html > > AddHandler type-map var > > Order allow,deny > > Allow from all > > LanguagePriority en es de fr > > ForceLanguagePriority Prefer Fallback > > > > > > Any help would be appreciated. > > What does the ErrorDocument 404 directive look like? Are there any > other Options directives in your config file that could be having an > effect? > > Joshua. > > > Here are the error directives > ErrorDocument 404 /appies/templates/missing.html > ErrorDocument 500 /appies/templates/servererror.html > ErrorDocument 402 /appies/templates/permissiondenied.html The section you quote above does not apply to these files evidently. So is the Options directive set correctly for these files? 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