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

version 1.218, 2012/09/10 10:23:01 version 1.220, 2012/12/14 23:03:17
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>
   
   
Line 1534  Options Indexes FollowSymLinks Line 1532  Options Indexes FollowSymLinks
 # ******** THESE "SHOULD" NEVER BE ALTERED BY THE USER ************************  # ******** THESE "SHOULD" NEVER BE ALTERED BY THE USER ************************
 # ====================================== Internal Settings / Perl Configuration  # ====================================== Internal Settings / Perl Configuration
   
 PerlSetVar lonVersion  '2.11.CVS_HEAD-2012091006'  PerlSetVar lonVersion  '<!-- VERSION -->'
 PerlSetVar       lonIDsDir    /home/httpd/lonIDs  PerlSetVar       lonIDsDir    /home/httpd/lonIDs
 PerlSetVar       lonDAVsessDir /home/httpd/webdav/sessionIDs  PerlSetVar       lonDAVsessDir /home/httpd/webdav/sessionIDs
 PerlSetVar       lonTabDir    /home/httpd/lonTabs  PerlSetVar       lonTabDir    /home/httpd/lonTabs

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


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