Hi,
In httpd.conf I have 'PerlOptions +SetupEnv' but the variables are not
seen from the scripts. (The fragment of httpd.conf can be found on the
end of the message). In PerlConfigRequire script I have:
___
use strict;
use Data::Dumper;
print Dumper (\%ENV);
___
And i
Hi,
In httpd.conf I have 'PerlOptions +SetupEnv' but the variables are not
seen from the
scripts. (The fragment of httpd.conf can be found on the end of the
message). In
PerlConfigRequire script I have:
___
use strict;
use Data::Dumper;
print Dumper (\%ENV);
___
And i