Re: make test fails in modules/include.t

2004-08-22 Thread Stas Bekman
Thomas Berger wrote: Thanks for your efforts, [Stas: Sorry for the duplicate answer, I hit the wrong reply button] it turned out to be a local problem with /etc/apache2/mime.types: I had to disable an inherited (no idea from where or when) line application/x-perl pl pm and then all mod_

Re: make test fails in modules/include.t

2004-08-22 Thread Thomas Berger
Thanks for your efforts, [Stas: Sorry for the duplicate answer, I hit the wrong reply button] it turned out to be a local problem with /etc/apache2/mime.types: I had to disable an inherited (no idea from where or when) line application/x-perl pl pm and then all mod_perl tests passed o.k

Re: make test fails in modules/include.t

2004-08-21 Thread André Malo
* Stas Bekman <[EMAIL PROTECTED]> wrote: > according to the Apache docs: > http://httpd.apache.org/docs-2.0/en/mod/core.html#options > IncludesNoExec disables #cmd and #exec, but no #include virtual > > I suppose mod_include has introduced this feature w/o documenting it? It's just bad documente

Re: make test fails in modules/include.t

2004-08-21 Thread Stas Bekman
André Malo wrote: * Stas Bekman <[EMAIL PROTECTED]> wrote: according to the Apache docs: http://httpd.apache.org/docs-2.0/en/mod/core.html#options IncludesNoExec disables #cmd and #exec, but no #include virtual I suppose mod_include has introduced this feature w/o documenting it? It's just bad do

Re: make test fails in modules/include.t

2004-08-21 Thread Stas Bekman
[Apache docs folks, please notice that it looks like the Options and mod_include pages need to have some fixes. See the rest of this email for details. Thank you] Thomas Berger wrote: Hello, I encountered this with apache 2.49, perl 5.8.4 and mod_perl 1.99_14 and now with apache 2.50, perl 5.8.5