--- loncom/loncapa_apache.conf 2004/09/15 20:44:05 1.90.2.2 +++ loncom/loncapa_apache.conf 2004/08/11 18:39:27 1.92 @@ -1,7 +1,7 @@ ## ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa_apache.conf,v 1.90.2.2 2004/09/15 20:44:05 albertel Exp $ +## $Id: loncapa_apache.conf,v 1.92 2004/08/11 18:39:27 matthew Exp $ ## # @@ -43,7 +43,9 @@ ScriptAlias /cgi-bin/ "/home/httpd/cgi-b # ------------------------------------------------------------- Access Handlers PerlTransHandler Apache::lontrans -PerlCleanupHandler Apache::lonnet::save_cache + +PerlCleanupHandler Apache::lonnet::cleanenv + #PerlWarn On @@ -314,6 +316,15 @@ ErrorDocument 413 /adm/overloaded.tx ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lontrackstudent +ErrorDocument 403 /adm/login +ErrorDocument 413 /adm/overloaded.txt +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -387,6 +398,14 @@ ErrorDocument 403 /adm/login ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonspeller +ErrorDocument 403 /adm/login +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -614,6 +633,15 @@ ErrorDocument 406 /adm/roles ErrorDocument 500 /adm/errorhandler + +PerlAccessHandler Apache::lonacc +SetHandler perl-script +PerlHandler Apache::lonviewclasslist +ErrorDocument 403 /adm/login +ErrorDocument 406 /adm/roles +ErrorDocument 500 /adm/errorhandler + + PerlAccessHandler Apache::lonacc SetHandler perl-script @@ -1010,7 +1038,8 @@ PerlSetVar SSLProgram /usr/bin/openssl PerlSetVar SSLDirectory /usr/share/ssl PerlSetVar SSLCAConfig loncapaca PerlSetVar SSLCAFile /usr/share/ssl/loncapaca/cacert.pem -PerlSetVar SSLEmail certificate@lon-capa.org +# !!!!!!!!!!!!!!!! CHANGE THIS NEXT LINE !!!!!!!!!!!!!! +PerlSetVar SSLEmail fox@nscl.msu.edu #-------------------------------------------------------------------------