version 1.188, 2009/09/25 13:51:31
|
version 1.190.4.3, 2010/12/05 18:27:23
|
Line 344 PerlCleanupHandler Apache::lonindexer::c
|
Line 344 PerlCleanupHandler Apache::lonindexer::c
|
PerlCleanupHandler Apache::lonacc::cleanup |
PerlCleanupHandler Apache::lonacc::cleanup |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+(res|\~).*\.tex$"> |
<LocationMatch "^/+res.*\.tex$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lontex |
PerlHandler Apache::lontex |
</LocationMatch> |
</LocationMatch> |
Line 393 SetHandler perl-script
|
Line 393 SetHandler perl-script
|
PerlHandler Apache::lonhomework |
PerlHandler Apache::lonhomework |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/+\~.*\.(js|css|txt)$"> |
<LocationMatch "^/+\~.*\.(js|css|txt|tex)$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonxml |
PerlHandler Apache::lonxml |
</LocationMatch> |
</LocationMatch> |
Line 558 ErrorDocument 403 /adm/login
|
Line 558 ErrorDocument 403 /adm/login
|
ErrorDocument 500 /adm/errorhandler |
ErrorDocument 500 /adm/errorhandler |
</Location> |
</Location> |
|
|
|
<Location /adm/welcome> |
|
SetHandler perl-script |
|
PerlHandler Apache::lonwelcome |
|
</Location> |
|
|
<Location /adm/login> |
<Location /adm/login> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonlogin |
PerlHandler Apache::lonlogin |
Line 1532 PerlSetVar SSLCAFile /usr/share/ssl/l
|
Line 1537 PerlSetVar SSLCAFile /usr/share/ssl/l
|
PerlSetVar SSLEmail certificate@lon-capa.org |
PerlSetVar SSLEmail certificate@lon-capa.org |
|
|
#------------------------------------------------------------------------- |
#------------------------------------------------------------------------- |
|
PerlSetVar AnonymousSalt <Salt Placeholder> |
|
|
|
|
|
|
# ====================================== Include machine-specific configuration |
# ====================================== Include machine-specific configuration |