[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / loncapa_apache.conf

raeburn raeburn at source.lon-capa.org
Fri Aug 5 07:55:11 EDT 2016


raeburn		Fri Aug  5 11:55:11 2016 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	loncapa_apache.conf 
  Log:
  - For 2.11
    - Backport 1.235
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.215.2.15 loncom/loncapa_apache.conf:1.215.2.16
--- loncom/loncapa_apache.conf:1.215.2.15	Thu May 28 20:40:53 2015
+++ loncom/loncapa_apache.conf	Fri Aug  5 11:55:11 2016
@@ -2,7 +2,7 @@
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
 
-# $Id: loncapa_apache.conf,v 1.215.2.15 2015/05/28 20:40:53 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.215.2.16 2016/08/05 11:55:11 raeburn Exp $
 
 #
 # LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -1551,6 +1551,10 @@
    DirectoryIndex disabled
 </DirectoryMatch>
 
+<DirectoryMatch "^/home/httpd/html/res/.+/">
+   DirectoryIndex disabled
+</DirectoryMatch>
+
 # ============================================================= Access Handlers
 
 # ------------------------------------------------- Allow server-status reports




More information about the LON-CAPA-cvs mailing list