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

foxr foxr at source.lon-capa.org
Mon Sep 10 06:51:51 EDT 2012


foxr		Mon Sep 10 10:51:51 2012 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  Provide <LocationMatch> for ajax/spellcheck to support the spellcheck helper.
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.218 loncom/loncapa_apache.conf:1.219
--- loncom/loncapa_apache.conf:1.218	Mon Sep 10 10:23:01 2012
+++ loncom/loncapa_apache.conf	Mon Sep 10 10:51:51 2012
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.218 2012/09/10 10:23:01 foxr Exp $
+## $Id: loncapa_apache.conf,v 1.219 2012/09/10 10:51:51 foxr Exp $
 ##
 
 #
@@ -1409,11 +1409,9 @@
 ErrorDocument     500 /adm/errorhandler
 </LocationMatch>
 
-# Spellcheck helper ajax for jquery-spellcheck
-
-<LocationMathch "^/ajax/spellcheck">
+<LocationMatch "^/ajax/spellcheck">
 SetHandler perl-script
-PerlHandler APache::spellcheck
+PerlHandler Apache::spellcheck
 </LocationMatch>
 
 




More information about the LON-CAPA-cvs mailing list