RE: [users@httpd] Apache mod_include error log

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/23/06, Brian McDonald <brian.mcdonald@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
>
> On 7/23/06, Brian McDonald <brian.mcdonald@xxxxxxxxxxxxxxxxxxxxxx> 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
> >
> > <Directory "/var/www/error">
> > 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
> > </Directory>
> >
> > 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 <Directory> section you quote above does not apply to these files
evidently.  So is the Options directive set correctly for these files?

Joshua.

I added this to the httpd.conf and still get the errors

    <Directory "/var/appies/templates">
        AllowOverride All
        Options Includes
        AddHandler type-map var
        Order allow,deny
        Allow from all
        LanguagePriority en es de fr
        ForceLanguagePriority Prefer Fallback
    </Directory>

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.3/395 - Release Date: 7/21/2006


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux