On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> wrote: > > > On 7/23/06, Brian McDonald <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]