stas 2004/08/21 13:13:39
Modified: t/conf extra.conf.in
Log:
#include virtual may require Includes (instead of IncludesNoExec), if the
included file sets a content type matching "^text/" regex.
Submitted by: Thomas Berger <[EMAIL PROTECTED]>
Revision Changes Path
1.14 +4 -1 modperl-2.0/t/conf/extra.conf.in
Index: extra.conf.in
===================================================================
RCS file: /home/cvs/modperl-2.0/t/conf/extra.conf.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -u -r1.13 -r1.14
--- extra.conf.in 15 Jul 2004 21:29:51 -0000 1.13
+++ extra.conf.in 21 Aug 2004 20:13:39 -0000 1.14
@@ -39,7 +39,10 @@
#for t/modules/include.t
<Directory @ServerRoot@/htdocs/includes>
AddOutputFilter INCLUDES .shtml
- Options Indexes FollowSymLinks IncludesNoExec
+ # #virtual include of a script that sets content type is
+ # considered the same as #cmd by mod_include,
+ # therefore can't use IncludesNOEXEC here
+ Options Indexes FollowSymLinks Includes
</Directory>
<Directory @ServerRoot@/htdocs/includes-registry>