Diff for /loncom/loncapa_apache.conf between versions 1.90.2.2 and 1.92

version 1.90.2.2, 2004/09/15 20:44:05 version 1.92, 2004/08/11 18:39:27
Line 43  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b Line 43  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
 # ------------------------------------------------------------- Access Handlers  # ------------------------------------------------------------- Access Handlers
   
 PerlTransHandler Apache::lontrans  PerlTransHandler Apache::lontrans
 PerlCleanupHandler Apache::lonnet::save_cache  <IfDefine MODPERL2>
   PerlCleanupHandler Apache::lonnet::cleanenv
   </IfDefine>
   
 #PerlWarn On  #PerlWarn On
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
Line 314  ErrorDocument     413 /adm/overloaded.tx Line 316  ErrorDocument     413 /adm/overloaded.tx
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
   <Location /adm/trackstudent>
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lontrackstudent
   ErrorDocument     403 /adm/login
   ErrorDocument     413 /adm/overloaded.txt
   ErrorDocument  500 /adm/errorhandler
   </Location>
   
 <Location /adm/roles>  <Location /adm/roles>
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
Line 387  ErrorDocument     403 /adm/login Line 398  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
   <Location /adm/spellcheck>
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lonspeller
   ErrorDocument     403 /adm/login
   ErrorDocument  500 /adm/errorhandler
   </Location>
   
 <Location /adm/bookmarks>  <Location /adm/bookmarks>
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
Line 614  ErrorDocument     406 /adm/roles Line 633  ErrorDocument     406 /adm/roles
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
   <Location /adm/viewclasslist>
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lonviewclasslist
   ErrorDocument     403 /adm/login
   ErrorDocument     406 /adm/roles
   ErrorDocument  500 /adm/errorhandler
   </Location>
   
 <Location /adm/populate>  <Location /adm/populate>
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
Line 1010  PerlSetVar SSLProgram /usr/bin/openssl Line 1038  PerlSetVar SSLProgram /usr/bin/openssl
 PerlSetVar SSLDirectory /usr/share/ssl  PerlSetVar SSLDirectory /usr/share/ssl
 PerlSetVar SSLCAConfig  loncapaca  PerlSetVar SSLCAConfig  loncapaca
 PerlSetVar SSLCAFile    /usr/share/ssl/loncapaca/cacert.pem  PerlSetVar SSLCAFile    /usr/share/ssl/loncapaca/cacert.pem
 PerlSetVar SSLEmail     certificate@lon-capa.org  #  !!!!!!!!!!!!!!!! CHANGE THIS NEXT LINE !!!!!!!!!!!!!!
   PerlSetVar SSLEmail     fox@nscl.msu.edu
   
 #-------------------------------------------------------------------------  #-------------------------------------------------------------------------
   

Removed from v.1.90.2.2  
changed lines
  Added in v.1.92


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>