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

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


foxr		Mon Sep 10 10:23:01 2012 EDT

  Modified files:              
    /loncom	loncapa_apache.conf 
  Log:
  Add spellcheck handler for jquery-spellcheck
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.217 loncom/loncapa_apache.conf:1.218
--- loncom/loncapa_apache.conf:1.217	Fri Aug 17 18:02:35 2012
+++ loncom/loncapa_apache.conf	Mon Sep 10 10:23:01 2012
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.217 2012/08/17 18:02:35 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.218 2012/09/10 10:23:01 foxr Exp $
 ##
 
 #
@@ -1409,6 +1409,15 @@
 ErrorDocument     500 /adm/errorhandler
 </LocationMatch>
 
+# Spellcheck helper ajax for jquery-spellcheck
+
+<LocationMathch "^/ajax/spellcheck">
+SetHandler perl-script
+PerlHandler APache::spellcheck
+</LocationMatch>
+
+
+
 # ------------------------------------------------- Backdoor Adm Tests/Programs
 
 <Location /adm/test>
@@ -1525,7 +1534,7 @@
 # ******** THESE "SHOULD" NEVER BE ALTERED BY THE USER ************************
 # ====================================== Internal Settings / Perl Configuration
 
-PerlSetVar	 lonVersion  '<!-- VERSION -->'
+PerlSetVar	 lonVersion  '2.11.CVS_HEAD-2012091006'
 PerlSetVar       lonIDsDir    /home/httpd/lonIDs
 PerlSetVar       lonDAVsessDir /home/httpd/webdav/sessionIDs
 PerlSetVar       lonTabDir    /home/httpd/lonTabs




More information about the LON-CAPA-cvs mailing list