[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Sat Dec 7 17:13:27 EST 2013
raeburn Sat Dec 7 22:13:27 2013 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
- Apache 2.4 -- When displaying a directory in Authoring Space, disable
the addition of index.html to $r->filename by Apache.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.226 loncom/loncapa_apache.conf:1.227
--- loncom/loncapa_apache.conf:1.226 Fri Dec 6 14:48:00 2013
+++ loncom/loncapa_apache.conf Sat Dec 7 22:13:27 2013
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.226 2013/12/06 14:48:00 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.227 2013/12/07 22:13:27 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -1557,6 +1557,10 @@
</IfModule>
</Directory>
+<DirectoryMatch "^/home/httpd/html/priv/.+/">
+ DirectoryIndex disabled
+</DirectoryMatch>
+
# ============================================================= Access Handlers
# ------------------------------------------------- Allow server-status reports
More information about the LON-CAPA-cvs
mailing list