--- loncom/cgi/metadata_keywords.pl 2002/05/11 21:31:00 1.3 +++ loncom/cgi/metadata_keywords.pl 2002/09/09 14:18:56 1.4 @@ -58,7 +58,9 @@ print 'Content-type: text/plain'."\n\n"; # --- Make sure that database can be accessed and that this is a library server # library server test -my $perlvarref=LONCAPA::Configuration::read_conf('access.conf','loncapa.conf'); + +# By default, loncapa_apache.conf is also read by the read_conf subroutine. +my $perlvarref=LONCAPA::Configuration::read_conf('loncapa.conf'); my %perlvar=%{$perlvarref}; undef($perlvarref);