Diff for /loncom/loncapa_apache.conf between versions 1.215.2.14 and 1.215.2.16

version 1.215.2.14, 2015/03/11 23:25:33 version 1.215.2.16, 2016/08/05 11:55:11
Line 281  ErrorDocument     406 /adm/unauthorized Line 281  ErrorDocument     406 /adm/unauthorized
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/+webdav/[\w\-]+/[\w\-]+/">  <LocationMatch "^/+webdav/[\w\-.]+/\w[\w.\-\@]+/">
   <IfModule mod_dav.c>    <IfModule mod_dav.c>
     <IfModule mod_ssl.c>      <IfModule mod_ssl.c>
       AuthType Basic        AuthType Basic
Line 1551  AllowOverride None Line 1551  AllowOverride None
    DirectoryIndex disabled     DirectoryIndex disabled
 </DirectoryMatch>  </DirectoryMatch>
   
   <DirectoryMatch "^/home/httpd/html/res/.+/">
      DirectoryIndex disabled
   </DirectoryMatch>
   
 # ============================================================= Access Handlers  # ============================================================= Access Handlers
   
 # ------------------------------------------------- Allow server-status reports  # ------------------------------------------------- Allow server-status reports

Removed from v.1.215.2.14  
changed lines
  Added in v.1.215.2.16


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