请教下高手,apache怎么编译可以打开includes包含页!~~~~

请教下高手,apache怎么编译可以打开includes包含页!~~~~

请高手指导下:我用apache做web服务器,
documentroot: /export/home/apache/htdocs
DirectoryIndex default.html index.shtml index.html default.shtml home.html index.jsp
我主页的默认里面有一个包含页:<!--#include file="/www/07/08/05/index.shtml"-->
我安装配置说的也打开: Options Indexes FollowSymLinks +Includes
                                 AddType text/html .shtml
                                 AddOutputFilter INCLUDES .shtml
但是我怎么也打不开首页里含有包含页的那一块!请高手帮助下,是不是我在刚开始编译apache的时候需要编译什么模块啊!还是有什么地方没打开呢?盼赐教下!~~~~~
<Files "*.html">
        Options +Includes
        SetOutputFilter INCLUDES
        AcceptPathInfo On
</Files>