[LON-CAPA-cvs] cvs: doc /build/confexamples loncapa_apache.conf

harris41 lon-capa-cvs@mail.lon-capa.org
Mon, 09 Sep 2002 14:32:36 -0000


harris41		Mon Sep  9 10:32:36 2002 EDT

  Modified files:              
    /doc/build/confexamples	loncapa_apache.conf 
  Log:
  latest version
  
  
Index: doc/build/confexamples/loncapa_apache.conf
diff -u doc/build/confexamples/loncapa_apache.conf:1.1 doc/build/confexamples/loncapa_apache.conf:1.2
--- doc/build/confexamples/loncapa_apache.conf:1.1	Thu Jun  6 11:41:31 2002
+++ doc/build/confexamples/loncapa_apache.conf	Mon Sep  9 10:32:35 2002
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.1 2002/06/06 15:41:31 harris41 Exp $
+## $Id: loncapa_apache.conf,v 1.2 2002/09/09 14:32:35 harris41 Exp $
 ##
 ## 1/11/2002 - Scott Harrison
 ## 2/19/2002 - Scott Harrison
@@ -43,6 +43,8 @@
 
 # ------------------------------------------------------------- Access Handlers
 
+PerlTransHandler	Apache::lontrans
+
 <LocationMatch "^/res.*">
 PerlAccessHandler       Apache::lonacc
 PerlHeaderParserHandler Apache::lonrep
@@ -52,6 +54,32 @@
 ErrorDocument	  500 /adm/errorhandler
 </LocationMatch>
 
+<LocationMatch "^/userfiles.*">
+PerlAccessHandler       Apache::lontokacc
+</LocationMatch>
+
+<LocationMatch "^/uploaded.*">
+PerlAccessHandler	Apache::lonuploadedacc
+ErrorDocument     404 /adm/notfound.html
+ErrorDocument	  500 /adm/errorhandler
+</LocationMatch>
+
+<LocationMatch "^/public/.*/syllabus">
+PerlAccessHandler	Apache::lonacc
+SetHandler              perl-script
+PerlHandler             Apache::lonsyllabus
+ErrorDocument     404 /adm/notfound.html
+ErrorDocument	  500 /adm/errorhandler
+</LocationMatch>
+
+<LocationMatch "^/adm/.*/aboutme">
+PerlAccessHandler	Apache::lonacc
+SetHandler              perl-script
+PerlHandler             Apache::lonaboutme
+ErrorDocument     404 /adm/notfound.html
+ErrorDocument	  500 /adm/errorhandler
+</LocationMatch>
+
 <LocationMatch "^/priv.*">
 PerlAccessHandler Apache::loncacc
 SetHandler        perl-script
@@ -122,7 +150,7 @@
 PerlHandler Apache::lonsequence
 </LocationMatch>
 
-<LocationMatch "^/res/.*\.meta$>
+<LocationMatch "^/(res|\~).*\.meta$>
 SetHandler perl-script
 PerlHandler Apache::lonmeta
 </LocationMatch>
@@ -354,15 +382,6 @@
 ErrorDocument	  500 /adm/errorhandler
 </Location>
 
-<Location /adm/chart>
-PerlAccessHandler       Apache::lonacc
-SetHandler perl-script
-PerlHandler Apache::lonchart
-ErrorDocument     403 /adm/login
-ErrorDocument     406 /adm/roles
-ErrorDocument	  500 /adm/errorhandler
-</Location>
-
 <Location /adm/dropadd>
 PerlAccessHandler       Apache::lonacc
 SetHandler perl-script
@@ -388,6 +407,36 @@
 ErrorDocument	  500 /adm/errorhandler
 </Location>
 
+<Location /adm/coursedocs>
+PerlAccessHandler       Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::londocs
+ErrorDocument     403 /adm/login
+ErrorDocument	  500 /adm/errorhandler
+</Location>
+
+<Location /adm/announcements>
+PerlAccessHandler       Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonannounce
+ErrorDocument     403 /adm/login
+ErrorDocument	  500 /adm/errorhandler
+</Location>
+
+<Location /adm/chat>
+PerlAccessHandler       Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonchat
+ErrorDocument	  500 /adm/errorhandler
+</Location>
+
+<Location /adm/chatfetch>
+PerlAccessHandler       Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonchatfetch
+ErrorDocument	  500 /adm/errorhandler
+</Location>
+
 <Location /adm/evaluate>
 PerlAccessHandler       Apache::lonacc
 SetHandler perl-script
@@ -450,6 +499,11 @@
 SetHandler perl-script
 PerlHandler Apache::lonerrorhandler
 </Location>
+
+<LocationMatch "^/adm/help/.*\.hlp$">
+SetHandler perl-script
+PerlHandler Apache::lonhelp
+</LocationMatch>
 
 # ------------------------------------------------- Backdoor Adm Tests/Programs