Diff for /loncom/loncapa_apache.conf between versions 1.164 and 1.166

version 1.164, 2007/03/28 00:05:38 version 1.166, 2007/04/20 21:11:03
Line 1190  PerlHandler Apache::resetpw Line 1190  PerlHandler Apache::resetpw
 ErrorDocument     500 /adm/errorhandler  ErrorDocument     500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
 #<LocationMatch "^/adm/dns">  <LocationMatch "^/adm/dns">
 #SetHandler perl-script  SetHandler perl-script
 #PerlHandler Apache::londns  PerlHandler Apache::londns
 #ErrorDocument     500 /adm/errorhandler  ErrorDocument     500 /adm/errorhandler
 #</LocationMatch>  </LocationMatch>
   
 # ------------------------------------------------- Backdoor Adm Tests/Programs  # ------------------------------------------------- Backdoor Adm Tests/Programs
   
Line 1371  PerlSetVar       lonSockCreate   /home/h Line 1371  PerlSetVar       lonSockCreate   /home/h
 PerlSetVar       lonDocRoot   /home/httpd/html  PerlSetVar       lonDocRoot   /home/httpd/html
 PerlSetVar       lonPrtDir    /home/httpd/prtspool  PerlSetVar       lonPrtDir    /home/httpd/prtspool
 PerlSetVar       lonIncludes  /home/httpd/html/res/adm/includes  PerlSetVar       lonIncludes  /home/httpd/html/res/adm/includes
 # & sepeareted list of : seperated fileds inorder of  PerlSetVar       lonZipDir    /home/httpd/zipspool
   
   # & separated list of : separated fields in order of
 # - internal name to call it,   # - internal name to call it, 
 # - regexp that it should match (done case-insensitively)  # - regexp that it should match (done case-insensitively)
 # - regexp that is should not match (done case-insensitively)  # - regexp that is should not match (done case-insensitively)

Removed from v.1.164  
changed lines
  Added in v.1.166


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