Malcolm J Harwood wrote:
On Tuesday 24 May 2005 05:21 pm, Stas Bekman wrote:


Please try:

Index: ModPerl-Registry/t/conf/extra.conf.in
===================================================================
--- ModPerl-Registry/t/conf/extra.conf.in       (revision 178247)
+++ ModPerl-Registry/t/conf/extra.conf.in       (working copy)
@@ -203,7 +203,9 @@
 # XXX: would be nice to have Apache-Test support a new 'tmp' token
 # (similar to t_logs) which will map onto t/tmp by default and provide
 # a new -tmp option to override this default
-SetEnv TMPDIR @t_logs@
+<IfModule mod_setenvif.c>
+    SetEnv TMPDIR @t_logs@
+</IfModule>
 # </sandbox-friendly>


That doesn't work, but using:
        <IfModule mod_setenv.c>
or
        <IfModule mod_env.c>
does.

<IfModule mod_env.c> is the right one. Now committed. Thanks Malcolm!

Anything else?

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to