Re: [users@httpd] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed

2012-09-29 Thread Roel Wagenaar
Tom Evans wrote: > > Roel shared his full config with me off-list, but lets keep the > replies on list, so that others with the same problem can benefit. > > I think the issue is that you are not hitting the vhost you think you > are hitting. Can you put a CustomLog in

Re: [users@httpd] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed

2012-09-28 Thread Tom Evans
On Fri, Sep 28, 2012 at 1:10 PM, Tom Evans wrote: > On Fri, Sep 28, 2012 at 12:51 PM, Roel Wagenaar wrote: >> Tom Evans wrote: >> >>> On Fri, Sep 28, 2012 at 10:17 AM, Roel Wagenaar >>> wrote: >>> > Hi, >>> > >>> > I am trying to get SSI working on my Apache2 server, I have bee

Re: [users@httpd] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed

2012-09-28 Thread Tom Evans
On Fri, Sep 28, 2012 at 12:51 PM, Roel Wagenaar wrote: > Tom Evans wrote: > >> On Fri, Sep 28, 2012 at 10:17 AM, Roel Wagenaar wrote: >> > Hi, >> > >> > I am trying to get SSI working on my Apache2 server, I have been > following this >> > guideline: >> > >> > http://

Re: [users@httpd] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed

2012-09-28 Thread Roel Wagenaar
Tom Evans wrote: > On Fri, Sep 28, 2012 at 10:17 AM, Roel Wagenaar wrote: > > Hi, > > > > I am trying to get SSI working on my Apache2 server, I have been following this > > guideline: > > > > http://httpd.apache.org/docs/2.2/howto/ssi.html > > > > to the lett

Re: [users@httpd] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed

2012-09-28 Thread Tom Evans
On Fri, Sep 28, 2012 at 10:17 AM, Roel Wagenaar wrote: > Hi, > > I am trying to get SSI working on my Apache2 server, I have been following > this > guideline: > > http://httpd.apache.org/docs/2.2/howto/ssi.html > > to the letter Can you share your configuration so we can validate this :) Cheer

[users@httpd] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed

2012-09-28 Thread Roel Wagenaar
Hi, I am trying to get SSI working on my Apache2 server, I have been following this guideline: http://httpd.apache.org/docs/2.2/howto/ssi.html to the letter, and all I get is an error in apache2/error.log like this: [Fri Sep 28 10:52:44 2012] [warn] [client 46.231.82.7] mod_include: Options +In

RE: [users@httpd] mod_include

2012-04-23 Thread Grupo PF_Jorge Antonio Santiago Gonzalez
che.org CC: Grupo PF_Jorge Antonio Santiago Gonzalez Asunto: Re: [users@httpd] mod_include On April 20, 2012 20:02 , Grupo PF_Jorge Antonio Santiago Gonzalez wrote: > I am trying to compile the mod_include.c to get the shared object > (mod_include.so) and put it in the http.conf, but I ge

Re: [users@httpd] mod_include

2012-04-23 Thread Mark Montague
On April 20, 2012 20:02 , Grupo PF_Jorge Antonio Santiago Gonzalez wrote: I am trying to compile the mod_include.c to get the shared object (mod_include.so) and put it in the http.conf, but I get the next error. Command: # /herramientas/apache_1.3.27/bin/apxs -c mod_include.c && /herramienta

[users@httpd] mod_include

2012-04-20 Thread Grupo PF_Jorge Antonio Santiago Gonzalez
Hi, I am trying to compile the mod_include.c to get the shared object (mod_include.so) and put it in the http.conf, but I get the next error. Command: # /herramientas/apache_1.3.27/bin/apxs -c mod_include.c && /herramientas/apache_1.3.27/bin/apxs -i -a -n includes mod_include.so Error: gcc -DS

[users@httpd] mod_include: Language for output of DATE_LOCAL

2011-01-25 Thread i...@gg-soft.de
Hi,   i learned that I can control the output of the DATE_LOCAL var using . My site is supporting 4 different languages, and I am able to adjust the SSI instructions depending on them.   So obviously I want to have the DATE_LOCAL output in the same language than the content of the website. Is th