--- loncom/loncapa_apache.conf 2012/03/05 20:51:25 1.212
+++ loncom/loncapa_apache.conf 2012/05/26 14:53:53 1.215.2.2
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.212 2012/03/05 20:51:25 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.215.2.2 2012/05/26 14:53:53 raeburn Exp $
##
#
@@ -40,7 +40,9 @@ Alias /prtspool/ /home/httpd/prtspool/
Alias /captchaspool/ /home/httpd/captchaspool/
Alias /webdav/ /home/httpd/html/priv/
ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
-DAVLockDB /home/httpd/webdav/DAVLock
+
+ DAVLockDB /home/httpd/webdav/DAVLock
+
# ================================================================= Directories
@@ -278,25 +280,33 @@ ErrorDocument 500 /adm/errorhandler
-
- AuthType Basic
- AuthName "LONCAPA username,domain"
- Require valid-user
- SSLRequireSSL
- PerlAuthenHandler Apache::lonwebdavauth
- PerlAuthzHandler Apache::lonwebdavacc
- Dav On
- DirectoryIndex index.missing
- Options Indexes FollowSymLinks
- ErrorDocument 403 /adm/nowebdav.html
- ErrorDocument 404 /adm/notfound.html
- ErrorDocument 406 /adm/unauthorized
- ErrorDocument 500 /adm/errorhandler
-
-
-
+
+
+ AuthType Basic
+ AuthName "LONCAPA username,domain"
+ Require valid-user
+ SSLRequireSSL
+ PerlAuthenHandler Apache::lonwebdavauth
+ PerlAuthzHandler Apache::lonwebdavacc
+ Dav On
+ DirectoryIndex index.missing
+ Options Indexes FollowSymLinks
+ ErrorDocument 403 /adm/nowebdav.html
+ ErrorDocument 404 /adm/notfound.html
+ ErrorDocument 406 /adm/unauthorized
+ ErrorDocument 500 /adm/errorhandler
+
+
+
RewriteEngine on
RewriteRule .* http://%{HTTP_HOST}/adm/nowebdav.html [L]
+
+
+
+
+
+ RewriteEngine on
+ RewriteRule .* http://%{HTTP_HOST}/adm/nowebdav.html [L]
@@ -499,16 +509,6 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
-
-AuthType LONCAPA
-Require valid-user
-PerlAuthzHandler Apache::lonacc
-SetHandler perl-script
-PerlHandler Apache::lonindexcourse
-ErrorDocument 403 /adm/login
-ErrorDocument 500 /adm/errorhandler
-
-
AuthType LONCAPA
Require valid-user
@@ -552,12 +552,12 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
-
+
AuthType LONCAPA
Require valid-user
PerlAuthzHandler Apache::lonacc
SetHandler perl-script
-PerlHandler Apache::lonpickresource
+PerlHandler Apache::lonremote
ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
@@ -613,6 +613,17 @@ ErrorDocument 403 /adm/login
ErrorDocument 500 /adm/errorhandler
+
+AuthType LONCAPA
+Require valid-user
+PerlAuthzHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::londependencies
+ErrorDocument 403 /adm/login
+ErrorDocument 406 /adm/roles
+ErrorDocument 500 /adm/errorhandler
+
+
SetHandler perl-script
PerlHandler Apache::lonlogin
@@ -679,6 +690,9 @@ PerlHandler Apache::migrateuser
PerlAuthzHandler Apache::lonshibacc
PerlAuthzHandler Apache::lonacc
+
+ PerlTypeHandler Apache::lonnoshib
+
@@ -1287,7 +1301,7 @@ SetHandler perl-script
PerlHandler Apache::lonwishlistdisplay
ErrorDocument 403 /adm/login
ErrorDocument 406 /adm/roles
-ErrorDocument 500 /adm/errorhandler
+ErrorDocument 500 /adm/errorhandler