Diff for /loncom/loncapa_apache.conf between versions 1.215.2.21 and 1.215.2.22

version 1.215.2.21, 2017/05/13 14:38:13 version 1.215.2.22, 2017/06/06 20:25:46
Line 1464  AllowOverride None Line 1464  AllowOverride None
 # Allow uploaded files to be served  # Allow uploaded files to be served
   
 <Directory "/home/httpd/lonUsers">  <Directory "/home/httpd/lonUsers">
 Options Includes FollowSymLinks  Options FollowSymLinks
 AllowOverride None  AllowOverride None
 <IfModule mod_authz_core.c>  <IfModule mod_authz_core.c>
   Require all granted    Require all granted
Line 1478  AllowOverride None Line 1478  AllowOverride None
 # Yes to symbolic links and server-side includes  # Yes to symbolic links and server-side includes
   
 <Directory /home/httpd/html>  <Directory /home/httpd/html>
 Options Includes FollowSymLinks  Options FollowSymLinks
 AllowOverride None  AllowOverride None
 <IfModule mod_authz_core.c>  <IfModule mod_authz_core.c>
   Require all granted    Require all granted

Removed from v.1.215.2.21  
changed lines
  Added in v.1.215.2.22


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