stas 2004/05/19 11:51:23
Modified: t/conf extra.conf.in
Log:
enclose SetENV in <IfModule mod_env.c></IfModule>
Revision Changes Path
1.12 +3 -2 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.11
retrieving revision 1.12
diff -u -u -r1.11 -r1.12
--- extra.conf.in 22 Apr 2004 22:54:09 -0000 1.11
+++ extra.conf.in 19 May 2004 18:51:23 -0000 1.12
@@ -60,8 +60,9 @@
<IfModule mod_cgid.c>
ScriptSock logs/cgisock
</IfModule>
-#
-SetEnv TMPDIR @t_logs@
+<IfModule mod_env.c>
+ SetEnv TMPDIR @t_logs@
+</IfModule>
# </sandbox-friendly>
<Location /status/perl>