--- loncom/loncapa_apache.conf 2002/10/10 20:46:51 1.21
+++ loncom/loncapa_apache.conf 2002/10/23 20:55:15 1.22
@@ -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
@@ -567,6 +567,13 @@ AuthUserFile /home/httpd/lonTabs/htpassw
require user lonadm
+
+AuthName "harvest"
+AuthType Basic
+AuthUserFile /home/httpd/lonTabs/htpasswd
+require user reaper
+
+
AuthName "LON-CAPA Network Administration"
AuthType Basic