[LON-CAPA-cvs] cvs: nsdl /conf nsdl.conf

harris41 lon-capa-cvs@mail.lon-capa.org
Tue, 28 May 2002 05:15:28 -0000


harris41		Tue May 28 01:15:28 2002 EDT

  Modified files:              
    /nsdl/conf	nsdl.conf 
  Log:
  support an HTTP querying interface to the Learning Online Network
  
  
Index: nsdl/conf/nsdl.conf
diff -u nsdl/conf/nsdl.conf:1.1 nsdl/conf/nsdl.conf:1.2
--- nsdl/conf/nsdl.conf:1.1	Thu May 23 15:53:28 2002
+++ nsdl/conf/nsdl.conf	Tue May 28 01:15:28 2002
@@ -1,7 +1,7 @@
 ##
 ## nsdl.conf -- Apache HTTP LONCAPA NSDL GATEWAY configuration file
 ##
-## $Id: nsdl.conf,v 1.1 2002/05/23 19:53:28 harris41 Exp $
+## $Id: nsdl.conf,v 1.2 2002/05/28 05:15:28 harris41 Exp $
 ##
 
 #
@@ -41,6 +41,11 @@
 <LocationMatch "^/OAI-script.*">
 SetHandler perl-script
 PerlHandler Apache::NSDL::ToTheGateway
+</LocationMatch>
+
+<LocationMatch "^/LON-script.*">
+SetHandler perl-script
+PerlHandler Apache::LONCAPA::ToTheGateway
 </LocationMatch>
 
 # ------------------------------------------------------- Shutting down a child