[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf

www lon-capa-cvs@mail.lon-capa.org
Wed, 23 Oct 2002 20:55:15 -0000


www		Wed Oct 23 16:55:15 2002 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  Basic auth for basic harvesting script - still needs to be installed (later)
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.21 loncom/loncapa_apache.conf:1.22
--- loncom/loncapa_apache.conf:1.21	Thu Oct 10 16:46:51 2002
+++ loncom/loncapa_apache.conf	Wed Oct 23 16:55:15 2002
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.21 2002/10/10 20:46:51 www Exp $
+## $Id: loncapa_apache.conf,v 1.22 2002/10/23 20:55:15 www Exp $
 ##
 ## 1/11/2002 - Scott Harrison
 ## 2/19/2002 - Scott Harrison
@@ -565,6 +565,13 @@
 AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm
+</Location>
+
+<Location /cgi-bin/metadata_harvest.pl>
+AuthName "harvest"
+AuthType Basic
+AuthUserFile /home/httpd/lonTabs/htpasswd
+require user  reaper
 </Location>
 
 <Location /adm/test>