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

raeburn raeburn at source.lon-capa.org
Fri Dec 14 18:05:17 EST 2012


raeburn		Fri Dec 14 23:05:17 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	loncapa_apache.conf 
  Log:
  - For 2.11
    - Backport 1.218, 1.219.
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.215.2.3 loncom/loncapa_apache.conf:1.215.2.4
--- loncom/loncapa_apache.conf:1.215.2.3	Mon Aug 27 11:00:14 2012
+++ loncom/loncapa_apache.conf	Fri Dec 14 23:05:17 2012
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.215.2.3 2012/08/27 11:00:14 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.215.2.4 2012/12/14 23:05:17 raeburn Exp $
 ##
 
 #
@@ -1399,6 +1399,12 @@
 ErrorDocument     500 /adm/errorhandler
 </LocationMatch>
 
+<LocationMatch "^/ajax/spellcheck">
+SetHandler perl-script
+PerlHandler Apache::spellcheck
+</LocationMatch>
+
+
 # ------------------------------------------------- Backdoor Adm Tests/Programs
 
 <Location /adm/test>




More information about the LON-CAPA-cvs mailing list