* 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 documented:

| IncludesNOEXEC
|     Server-side includes are permitted, but the #exec cmd and #exec cgi are
| disabled. It is still possible to #include virtual CGI scripts from
| ScriptAliased directories.

It doesn't say, *when* it's possible. The "text/"-thing is just missing. 

> So Thomas, thanks for the fix (I don't know why I can't reproduce the 
> problem here).

Probably another handler/type set.

> And Apache docs folks, please add to that section:
> http://httpd.apache.org/docs-2.0/en/mod/core.html#options that #include 
> virtual may require Includes (instead of IncludesNoExec), if the included 
> file sets a content type matching "^text/" regex.

You could add it yourself ;-)

nd
-- 
"Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine
beiden Gefährten nicht zu zählen brauchte" -- Karl May, "Winnetou III"

Im Westen was neues: <http://pub.perlig.de/books.html#apache2>

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to