2007/11/30 21:43
引用
[Tue Nov 27 16:03:42 2007] [warn] [client 61.145.237.113] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: http://www.itlearner.com
<VirtualHost *>
AddOutputFilter INCLUDES .htm
AddHandler server-parsed .htm
<Directory "/www/hx/test/">
Options FollowSymLinks IncludesNOEXEC
AllowOverride None
Order allow,deny
Allow from all
ExpiresActive on
ExpiresDefault "now plus 3 hours"
</Directory>
</VirtualHost>
AddOutputFilter INCLUDES .htm
AddHandler server-parsed .htm
<Directory "/www/hx/test/">
Options FollowSymLinks IncludesNOEXEC
AllowOverride None
Order allow,deny
Allow from all
ExpiresActive on
ExpiresDefault "now plus 3 hours"
</Directory>
</VirtualHost>
将IncludesNOEXEC改为Includes,依然是这提示,奇怪了。mod_include模块正常,网页也正常可以include。
后来,多试了几次,改为
<VirtualHost *>
<Directory "/www/hx/test/">
AddOutputFilter INCLUDES .htm
AddHandler server-parsed .htm
Options FollowSymLinks IncludesNOEXEC
AllowOverride None
Order allow,deny
Allow from all
ExpiresActive on
ExpiresDefault "now plus 3 hours"
</Directory>
</VirtualHost>
<Directory "/www/hx/test/">
AddOutputFilter INCLUDES .htm
AddHandler server-parsed .htm
Options FollowSymLinks IncludesNOEXEC
AllowOverride None
Order allow,deny
Allow from all
ExpiresActive on
ExpiresDefault "now plus 3 hours"
</Directory>
</VirtualHost>
就正确了,那个错误消失。什么原因,暂时还不知道。

帮朋友恢复MSSQL数据库数据流水账
windows下通过php连接access

