On Wed, Jul 3, 2013 at 4:36 AM, c cc <sub...@gmail.com> wrote:

> Hello all,
>
> I am using CentOS 6.0 with Apache 2.2.15, and set up Apache with virtual
> host. The SSI works fine on the first VH, but ssi on the other virtual
> hosts does not work. I got the following message in the error log:
>
>
> mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES
> filter removed
>
> Does anyone know how to resolve this problem? Thanks!
>

The message is pretty clear on what to do. You need "Options +Includes" in
your httpd.conf

http://httpd.apache.org/docs/current/howto/ssi.html

Reply via email to