--- loncom/lond 2002/05/11 21:24:56 1.80 +++ loncom/lond 2002/05/17 14:03:04 1.81 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.80 2002/05/11 21:24:56 harris41 Exp $ +# $Id: lond,v 1.81 2002/05/17 14:03:04 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -105,9 +105,10 @@ sub timeout { $SIG{'QUIT'}=\&catchexception; $SIG{__DIE__}=\&catchexception; -# ------------------------------------------- Read access.conf and loncapa.conf -&status("Read access.conf and loncapa.conf"); -my $perlvarref=LONCAPA::Configuration::read_conf('access.conf','loncapa.conf'); +# ---------------------------------- Read loncapa_apache.conf and loncapa.conf +&status("Read loncapa_apache.conf and loncapa.conf"); +my $perlvarref=LONCAPA::Configuration::read_conf('loncapa_apache.conf', + 'loncapa.conf'); my %perlvar=%{$perlvarref}; undef $perlvarref;