--- loncom/loncapa_apache.conf 2003/02/18 18:53:43 1.35
+++ loncom/loncapa_apache.conf 2003/02/25 21:56:48 1.37
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.35 2003/02/18 18:53:43 www Exp $
+## $Id: loncapa_apache.conf,v 1.37 2003/02/25 21:56:48 www Exp $
##
#
@@ -596,6 +596,13 @@ AuthUserFile /home/httpd/lonTabs/htpassw
require user lonadm
+
+AuthName "LON-CAPA Network Administration"
+AuthType Basic
+AuthUserFile /home/httpd/lonTabs/htpasswd
+require user lonadm
+
+
AuthName "LON-CAPA Network Administration"
AuthType Basic
@@ -720,6 +727,10 @@ PerlSetVar lonTextBrowsers opera:w
PerlSetVar lonSqlAccess localhostkey
# -----------------------------------------------------------------------------
+# lonttpdPort is the port used by the lightweight graphics httpd server
+# not the main Apache server
+PerlSetVar lonhttpdPort 8080
+
# ====================================== Include machine-specific configuration