Diff for /loncom/loncapa_apache.conf between versions 1.233 and 1.235

version 1.233, 2015/03/09 01:29:01 version 1.235, 2015/08/26 14:32:18
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 1561  AllowOverride None Line 1561  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.233  
changed lines
  Added in v.1.235


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