Re: [users@httpd] ssi not working on virtual host

2013-07-02 Thread c cc
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 wrote: > > > > On Wed, Jul 3, 2013 at 4:36 AM, c cc wrote: > >> Hello all, >> >> I am using CentOS 6.0

Re: [users@httpd] ssi not working on virtual host

2013-07-02 Thread Igor Cicimov
On Wed, Jul 3, 2013 at 4:36 AM, c cc 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: Op

[users@httpd] ssi not working on virtual host

2013-07-02 Thread c cc
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 fi

Re: [users@httpd] SSI not working

2012-07-18 Thread Pete Houston
On Wed, Jul 18, 2012 at 06:00:45PM -0400, Dunkle, Edward (Edward) wrote: > Options +IncludesNOEXEC FollowSymLinks Don't do that. If you mix +/- options with non-+/- options you'll have problems. Instead use maybe Options +IncludesNOEXEC +FollowSymLinks HTH, Pete -- Openstrike

[users@httpd] SSI not working

2012-07-18 Thread Dunkle, Edward (Edward)
This is driving me crazy ;-) I have it working in my local win NT box but not on our Linux test server running 2.0.48. (yea I know it's old but it's been working fine) It's compiled in so I don't need to load the module, right? [root@adgsit2web apache2]# /usr/local/apache2/sbin/httpd_wag