Diff for /loncom/loncapa_apache.conf between versions 1.260 and 1.263

version 1.260, 2017/12/07 15:36:41 version 1.263, 2018/07/18 13:44:55
Line 758  SetHandler perl-script Line 758  SetHandler perl-script
 PerlHandler Apache::ltiauth  PerlHandler Apache::ltiauth
 </LocationMatch>  </LocationMatch>
   
   <Location /adm/service/passback>
   SetHandler perl-script
   PerlHandler Apache::ltipassback
   </Location>
   
 <Location /adm/service/roster>  <Location /adm/service/roster>
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::ltiroster  PerlHandler Apache::ltiroster
Line 1560  SetHandler perl-script Line 1565  SetHandler perl-script
 PerlHandler Apache::spellcheck  PerlHandler Apache::spellcheck
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/tiny/[\w.]+/\w+$">
   AuthType LONCAPA
   Require valid-user
   PerlAuthzHandler Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lontiny
   ErrorDocument     403 /adm/login
   ErrorDocument     406 /adm/roles
   ErrorDocument     500 /adm/errorhandler
   </LocationMatch>
   
 # ------------------------------------------------- Backdoor Adm Tests/Programs  # ------------------------------------------------- Backdoor Adm Tests/Programs
   
Line 1791  PerlSetVar lonCertificateDirectory /home Line 1805  PerlSetVar lonCertificateDirectory /home
 PerlSetVar lonnetCertificateAuthority loncapaCA.pem  PerlSetVar lonnetCertificateAuthority loncapaCA.pem
 PerlSetVar lonnetCertificate          lonhostcert.pem  PerlSetVar lonnetCertificate          lonhostcert.pem
 PerlSetVar lonnetHostnameCertificate  lonhostnamecert.pem  PerlSetVar lonnetHostnameCertificate  lonhostnamecert.pem
   PerlSetVar lonnetCertRevocationList   loncapaCAcrl.pem
   
 #  #
 #  To generate the request for a certificate, and to negotiate the  #  To generate the request for a certificate, and to negotiate the

Removed from v.1.260  
changed lines
  Added in v.1.263


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