--- loncom/Attic/srm.conf 2001/05/21 20:26:04 1.15 +++ loncom/Attic/srm.conf 2001/12/06 19:23:42 1.27 @@ -1,6 +1,10 @@ ## ## srm.conf -- Apache HTTP server configuration file ## +# +# configured for LON-CAPA +# +# $Id: srm.conf,v 1.27 2001/12/06 19:23:42 www Exp $ # With this document, you define the name space that users see of your http # server. This file also defines server settings which affect how requests are @@ -309,10 +313,13 @@ SetHandler perl-script PerlHandler Apache::lonratsrv - + +PerlAccessHandler Apache::lonacc SetHandler perl-script PerlHandler Apache::lonratparms - +ErrorDocument 403 /adm/login +ErrorDocument 500 /adm/errorhandler + # --------------------------------------------- Resource Space Content Handlers @@ -346,11 +353,19 @@ SetHandler perl-script PerlHandler Apache::lonxml - + SetHandler perl-script PerlHandler Apache::lonhomework + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonwrapper +ErrorDocument 403 /adm/login +ErrorDocument 500 /adm/errorhandler + + # -------------------------------------------------------------- Admin Programs @@ -473,8 +488,8 @@ ErrorDocument 406 /adm/unauthorized. ErrorDocument 500 /adm/errorhandler - -PerlAccessHandler Apache::lonacc + +PerlAccessHandler Apache::loncacc SetHandler perl-script PerlHandler Apache::lonpubdir ErrorDocument 403 /adm/login @@ -483,6 +498,16 @@ ErrorDocument 406 /adm/unauthorized. ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonpubdir +ErrorDocument 403 /adm/login +ErrorDocument 404 /adm/notfound.html +ErrorDocument 406 /adm/unauthorized.html +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -493,6 +518,16 @@ ErrorDocument 406 /adm/unauthorized. ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::loncfile +ErrorDocument 403 /adm/login +ErrorDocument 404 /adm/notfound.html +ErrorDocument 406 /adm/unauthorized.html +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -558,14 +593,6 @@ ErrorDocument 406 /adm/roles ErrorDocument 500 /adm/errorhandler - -PerlAccessHandler Apache::lonacc -SetHandler perl-script -PerlHandler Apache::lonmydesk -ErrorDocument 403 /adm/login -ErrorDocument 500 /adm/errorhandler - - PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -632,12 +659,34 @@ ErrorDocument 406 /adm/roles ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::groupsort +ErrorDocument 403 /adm/login +ErrorDocument 500 /adm/errorhandler + + SetHandler perl-script PerlHandler Apache::lonerrorhandler -# --------------------------------------------------------------- Backdoor Test +# ------------------------------------------------- Backdoor Adm Tests/Programs + + +AuthName "LON Network Synchronization Handler" +AuthType Basic +AuthUserFile /home/httpd/lonTabs/htpasswd +require user lonadm + + + +AuthName "LON Keyword Handler" +AuthType Basic +AuthUserFile /home/httpd/lonTabs/htpasswd +require user lonadm + AuthName "LON Test Handler" @@ -648,3 +697,7 @@ SetHandler perl-script PerlAccessHandler Apache::lonacc PerlHandler Apache::lontest + +# ------------------------------------------------------- Shutting down a child + +PerlChildExitHandler Apache::lonnet::goodbye \ No newline at end of file