【发布时间】:2014-08-27 08:44:24
【问题描述】:
我正在运行 Apache 249 并尝试通过 weblogic 应用程序使用 SSI。
我已将以下几行添加到我的配置文件中。
AddType text/html .jsp
AddOutputFilter INCLUDES .jsp
并将Options Includes 都添加到virtualHost 及以下。
<Directory "/apache/htdocs">
Options Indexes FollowSymLinks Includes
AllowOverride None
Require all granted
</Directory>
如果我从 /apache/htdocs 访问测试 SSI 文件,它可以正常工作,但是如果我使用 Weblogic 插件使用 Location 块,它就不起作用。
知道我在这里缺少什么吗?
【问题讨论】:
标签: apache ssi server-side-includes