Diff for /loncom/loncapa_apache.conf between versions 1.209 and 1.210

version 1.209, 2011/12/28 22:41:16 version 1.210, 2012/02/27 03:06:37
Line 38  ExtendedStatus On Line 38  ExtendedStatus On
 Alias /zipspool/ /home/httpd/zipspool/  Alias /zipspool/ /home/httpd/zipspool/
 Alias /prtspool/ /home/httpd/prtspool/  Alias /prtspool/ /home/httpd/prtspool/
 Alias /captchaspool/ /home/httpd/captchaspool/  Alias /captchaspool/ /home/httpd/captchaspool/
   Alias /webdav/ /home/httpd/html/priv/
 ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"  ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
   DAVLockDB /home/httpd/webdav/DAVLock
   
 # ================================================================= Directories  # ================================================================= Directories
   
Line 269  ErrorDocument     406 /adm/unauthorized Line 271  ErrorDocument     406 /adm/unauthorized
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/+webdav/[\w\-]+/[\w\-]+/">
   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
   </LocationMatch>
   
 <LocationMatch "^/+raw.*">  <LocationMatch "^/+raw.*">
 PerlAccessHandler Apache::lonracc  PerlAccessHandler Apache::lonracc
 </LocationMatch>  </LocationMatch>
Line 1459  Options Indexes FollowSymLinks Line 1477  Options Indexes FollowSymLinks
   
 PerlSetVar lonVersion   '<!-- VERSION -->'  PerlSetVar lonVersion   '<!-- VERSION -->'
 PerlSetVar       lonIDsDir    /home/httpd/lonIDs  PerlSetVar       lonIDsDir    /home/httpd/lonIDs
   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
 PerlSetVar       lonIconsURL  /adm/lonIcons  PerlSetVar       lonIconsURL  /adm/lonIcons

Removed from v.1.209  
changed lines
  Added in v.1.210


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