version 1.260, 2017/12/07 15:36:41
|
version 1.281, 2023/07/07 03:52:39
|
Line 131 ErrorDocument 500 /adm/errorhandler
|
Line 131 ErrorDocument 500 /adm/errorhandler
|
</Location> |
</Location> |
|
|
<LocationMatch "^/+userfiles.*"> |
<LocationMatch "^/+userfiles.*"> |
|
Options +FollowSymLinks -Includes |
PerlAccessHandler Apache::lontokacc |
PerlAccessHandler Apache::lontokacc |
PerlCleanupHandler Apache::lontokacc::removefile |
PerlCleanupHandler Apache::lontokacc::removefile |
PerlCleanupHandler Apache::lonacc::cleanup |
PerlCleanupHandler Apache::lonacc::cleanup |
Line 149 ErrorDocument 406 /adm/roles
|
Line 150 ErrorDocument 406 /adm/roles
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
|
<LocationMatch "^/+uploaded/.+/.+/(portfolio|feedback|docs|groups|supplemental)/.+"> |
|
Options +FollowSymLinks -Includes |
|
</LocationMatch> |
|
|
<LocationMatch "^/+editupload.*"> |
<LocationMatch "^/+editupload.*"> |
AuthType LONCAPA |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
Line 275 AuthType LONCAPA
|
Line 280 AuthType LONCAPA
|
Require valid-user |
Require valid-user |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
SetHandler perl-script |
SetHandler perl-script |
|
PerlHandler Apache::lonslotcheck |
PerlHandler Apache::londatecheck |
PerlHandler Apache::londatecheck |
PerlHandler Apache::lonipcheck |
PerlHandler Apache::lonipcheck |
PerlHandler Apache::lonexttool |
PerlHandler Apache::lonexttool |
Line 294 ErrorDocument 406 /adm/notinit.html
|
Line 300 ErrorDocument 406 /adm/notinit.html
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</LocationMatch> |
</LocationMatch> |
|
|
|
<Location /adm/exturlcheck> |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::lonexturlcheck |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 404 /adm/notfound.html |
|
ErrorDocument 406 /adm/unauthorized |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<LocationMatch "^/+priv/.*"> |
<LocationMatch "^/+priv/.*"> |
AuthType LONCAPA |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
Line 748 ErrorDocument 406 /adm/roles
|
Line 766 ErrorDocument 406 /adm/roles
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
|
<Location /adm/courseauthor> |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::loncourseauthor |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
|
<Location /adm/courseuser> |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::loncourseuser |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 406 /adm/roles |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/login> |
<Location /adm/login> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonlogin |
PerlHandler Apache::lonlogin |
</Location> |
</Location> |
|
|
|
<LocationMatch "^/+adm/launch/tiny/[\w.-]+/\w+"> |
|
SetHandler perl-script |
|
PerlHandler Apache::ltiauth |
|
</LocationMatch> |
|
|
|
<Location /adm/relaunch> |
|
SetHandler perl-script |
|
PerlHandler Apache::lonrelaunch |
|
</Location> |
|
|
<LocationMatch "^/+adm/lti($|/)"> |
<LocationMatch "^/+adm/lti($|/)"> |
SetHandler perl-script |
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 |
</Location> |
</Location> |
|
|
|
<LocationMatch "^/adm/service/logout/\w+$"> |
|
SetHandler perl-script |
|
PerlHandler Apache::ltilogout |
|
</LocationMatch> |
|
|
<Location /adm/restrictedaccess> |
<Location /adm/restrictedaccess> |
PerlAccessHandler Apache::publiccheck |
PerlAccessHandler Apache::publiccheck |
AuthType LONCAPA |
AuthType LONCAPA |
Line 783 PerlHandler Apache::blockedaccess
|
Line 843 PerlHandler Apache::blockedaccess
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
|
<Location /adm/protected> |
|
PerlAccessHandler Apache::publiccheck |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::lonprotected |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/logout> |
<Location /adm/logout> |
AuthType LONCAPA |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
Line 815 PerlHandler Apache::migrateuser
|
Line 886 PerlHandler Apache::migrateuser
|
</Location> |
</Location> |
|
|
<Location /adm/sso> |
<Location /adm/sso> |
|
Header set Cache-Control "private,no-store,no-cache,max-age=0" |
<IfModule mod_shib> |
<IfModule mod_shib> |
AuthType shibboleth |
AuthType shibboleth |
ShibUseEnvironment On |
ShibUseEnvironment On |
Line 823 PerlHandler Apache::migrateuser
|
Line 895 PerlHandler Apache::migrateuser
|
require valid-user |
require valid-user |
PerlAuthzHandler Apache::lonshibacc |
PerlAuthzHandler Apache::lonshibacc |
PerlAuthzHandler Apache::lonacc |
PerlAuthzHandler Apache::lonacc |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 500 /adm/errorhandler |
</IfModule> |
</IfModule> |
<IfModule !mod_shib> |
<IfModule !mod_shib> |
PerlTypeHandler Apache::lonnoshib |
PerlTypeHandler Apache::lonnoshib |
</IfModule> |
</IfModule> |
</Location> |
</Location> |
|
|
|
<Location /adm/linkexit> |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::lonlinkexit |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 409 /adm/preferences?action=lockwarning |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/annotations> |
<Location /adm/annotations> |
AuthType LONCAPA |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
Line 839 ErrorDocument 403 /adm/login
|
Line 924 ErrorDocument 403 /adm/login
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
|
<Location /adm/annotation> |
|
AuthType LONCAPA |
|
Require valid-user |
|
PerlAuthzHandler Apache::lonacc |
|
SetHandler perl-script |
|
PerlHandler Apache::admannotations |
|
ErrorDocument 403 /adm/login |
|
ErrorDocument 500 /adm/errorhandler |
|
</Location> |
|
|
<Location /adm/spellcheck> |
<Location /adm/spellcheck> |
AuthType LONCAPA |
AuthType LONCAPA |
Require valid-user |
Require valid-user |
Line 1560 SetHandler perl-script
|
Line 1655 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 1719 Options Indexes FollowSymLinks
|
Line 1823 Options Indexes FollowSymLinks
|
|
|
PerlSetVar lonVersion '<!-- VERSION -->' |
PerlSetVar lonVersion '<!-- VERSION -->' |
PerlSetVar lonIDsDir /home/httpd/lonIDs |
PerlSetVar lonIDsDir /home/httpd/lonIDs |
|
PerlSetVar lonBalanceDir /home/httpd/balanceIDs |
PerlSetVar lonDAVsessDir /home/httpd/webdav/sessionIDs |
PerlSetVar lonDAVsessDir /home/httpd/webdav/sessionIDs |
PerlSetVar lonTabDir /home/httpd/lonTabs |
PerlSetVar lonTabDir /home/httpd/lonTabs |
PerlSetVar lonUsersDir /home/httpd/lonUsers |
PerlSetVar lonUsersDir /home/httpd/lonUsers |
Line 1736 PerlSetVar lonZipDir /home/http
|
Line 1841 PerlSetVar lonZipDir /home/http
|
PerlSetVar lonCaptchaDir /home/httpd/captchaspool |
PerlSetVar lonCaptchaDir /home/httpd/captchaspool |
PerlSetVar lonCaptchaDb /home/httpd/captchadb |
PerlSetVar lonCaptchaDb /home/httpd/captchadb |
PerlSetVar lonLTIDir /home/httpd/lonLTItmp |
PerlSetVar lonLTIDir /home/httpd/lonLTItmp |
|
PerlSetVar ltiIDsDir /home/httpd/ltiIDs |
PerlSetVar lonFontsDir /home/httpd/html/adm/fonts |
PerlSetVar lonFontsDir /home/httpd/html/adm/fonts |
# & separated list of % separated fields in order of |
# & separated list of % separated fields in order of |
# - internal name to call it, |
# - internal name to call it, |
Line 1750 PerlSetVar lonBrowsDet explorer%m
|
Line 1856 PerlSetVar lonBrowsDet explorer%m
|
PerlSetVar lonTextBrowsers windows\s+ce:lynx |
PerlSetVar lonTextBrowsers windows\s+ce:lynx |
PerlSetVar lonScansDir /home/httpd/scantron |
PerlSetVar lonScansDir /home/httpd/scantron |
PerlSetVar lonScriptTimeout 10 |
PerlSetVar lonScriptTimeout 10 |
PerlSetVar BugzillaHost http://bugs.lon-capa.org/ |
PerlSetVar BugzillaHost https://bugs.loncapa.org/ |
PerlSetVar FAQHost http://help.lon-capa.org/ |
PerlSetVar FAQHost http://help.lon-capa.org/ |
# ----------------------------------------------------------------------------- |
# ----------------------------------------------------------------------------- |
# NOTE: lonSqlAccess key is the password for the MySQL user |
# NOTE: lonSqlAccess key is the password for the MySQL user |
Line 1791 PerlSetVar lonCertificateDirectory /home
|
Line 1897 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 |