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>
Anyhelp would be appriciated.