version 1.226, 2002/05/18 18:54:29
|
version 1.227, 2002/05/18 19:21:54
|
Line 2831 BEGIN {
|
Line 2831 BEGIN {
|
} |
} |
} |
} |
} |
} |
|
{ |
|
my $config=Apache::File->new("/etc/httpd/conf/loncapa_apache.conf"); |
|
|
|
while (my $configline=<$config>) { |
|
if ($configline =~ /^[^\#]*PerlSetVar/) { |
|
my ($dummy,$varname,$varvalue)=split(/\s+/,$configline); |
|
chomp($varvalue); |
|
$perlvar{$varname}=$varvalue; |
|
} |
|
} |
|
} |
|
|
# ------------------------------------------------------------- Read hosts file |
# ------------------------------------------------------------- Read hosts file |
{ |
{ |