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

raeburn raeburn at source.lon-capa.org
Fri Jun 24 16:54:03 EDT 2016


raeburn		Fri Jun 24 20:54:03 2016 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  - Display image preview in Daxe pop-up window.
    - Improved version of change in rev. 1.245 
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.245 loncom/loncapa_apache.conf:1.246
--- loncom/loncapa_apache.conf:1.245	Fri Jun 24 19:36:31 2016
+++ loncom/loncapa_apache.conf	Fri Jun 24 20:54:03 2016
@@ -2,7 +2,7 @@
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
 
-# $Id: loncapa_apache.conf,v 1.245 2016/06/24 19:36:31 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.246 2016/06/24 20:54:03 raeburn Exp $
 
 #
 # LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -514,7 +514,7 @@
 PerlHandler Apache::daxeopen
 </LocationMatch>
 
-<LocationMatch "(?i)^/daxeopen/priv/.*\.(?!task|problem|exam|quiz|assess|survey|library|xml|html|htm|xhtml|xhtm)$">
+<LocationMatch "(?i)^/daxeopen/priv/.+\.(?!task$|problem$|exam$|quiz$|assess$|survey$|library$|xml$|html$|htm$|xhtml$|xhtm$)[^.]*$">
 <IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule /daxeopen/(.*) /$1




More information about the LON-CAPA-cvs mailing list