Hi

on win32 with perl 561/modperl 1.27-01 dev

httpd.conf
<Perl>
[..]
$PerlSetvar='var foo'; (set outside any container in 
httpd.conf)
$Perlrequire='startup.pl';
[...]
</Perl>

then inside a module used in startup.pl

use Apache();
my $s=Apache->server ; (ok)
my $base=$s->dir_config('var') (no error);
$base is undef...

I had noticed this behaviour already but sometimes it 
disappears and sometimes it reappears .

is there a particular order to follow ?
(persetvar directive before perlrequire startup.pl ? which is 
the case here anyway)

best regards
pascal






Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 
€/mn) ; tél : 08 92 68 13 50 (0,34€/mn)"



Reply via email to