--- loncom/lonnet/perl/lonnet.pm 2002/05/18 19:21:54 1.227 +++ loncom/lonnet/perl/lonnet.pm 2002/05/18 19:59:07 1.228 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.227 2002/05/18 19:21:54 harris41 Exp $ +# $Id: lonnet.pm,v 1.228 2002/05/18 19:59:07 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2805,21 +2805,8 @@ sub goodbye { } BEGIN { -# ---------------------------------- Read loncapa_apache.conf and loncapa.conf -# (eventually access.conf will become deprecated) +# ----------------------------------- Read loncapa.conf and loncapa_apache.conf unless ($readit) { - -{ - 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; - } - } -} { my $config=Apache::File->new("/etc/httpd/conf/loncapa.conf");