Diff for /loncom/loncapa_apache.conf between versions 1.218 and 1.219

version 1.218, 2012/09/10 10:23:01 version 1.219, 2012/09/10 10:51:51
Line 1409  PerlHandler Apache::londns Line 1409  PerlHandler Apache::londns
 ErrorDocument     500 /adm/errorhandler  ErrorDocument     500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
 # Spellcheck helper ajax for jquery-spellcheck  <LocationMatch "^/ajax/spellcheck">
   
 <LocationMathch "^/ajax/spellcheck">  
 SetHandler perl-script  SetHandler perl-script
 PerlHandler APache::spellcheck  PerlHandler Apache::spellcheck
 </LocationMatch>  </LocationMatch>
   
   

Removed from v.1.218  
changed lines
  Added in v.1.219


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>