Hi, Thanks for your email.
Yes, I do have Options +Includes; the strange thing is that the first virtual host works fine, but the others don't. On Tue, Jul 2, 2013 at 7:24 PM, Igor Cicimov <icici...@gmail.com> wrote: > > > > 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 > >