Two virtually identical sites, (except for some content). Each has the same site##.include file except for the site numbers:
<Directory "/home/.sites/###/site##/web">
AllowOverride All
AddHandler server-parsed .shtml .html
AddType text/html .shtml .html
</Directory>
Each has the same .htaccess file
Options ExecCGI +Includes
ErrorDocument 404 http://www.example.com/
AddHandler cgi-script .cgi .pl
CheckSpelling on
Web settings in the GUI are also identical for both sites.
But, only one of them constantly throws this error in the error_log:
[warn] [client 12.34.45.78] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: http://www.example.com/
Removing the .htaccess file doesn't make any difference. The error still appears when accessing the site.
Any ideas?
--
Dan Kriwitsky