Diff for /loncom/loncapa_apache.conf between versions 1.154.2.2 and 1.155

version 1.154.2.2, 2006/09/21 16:24:09 version 1.155, 2006/08/29 21:41:08
Line 1157  PerlHandler Apache::loncss Line 1157  PerlHandler Apache::loncss
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/adm/coursecatalog">
   SetHandler perl-script
   PerlHandler Apache::coursecatalog
   </LocationMatch>
   
   
 # ------------------------------------------------- Backdoor Adm Tests/Programs  # ------------------------------------------------- Backdoor Adm Tests/Programs
   
 <Location /cgi-bin/loncron.pl>  <Location /cgi-bin/loncron.pl>
Line 1239  PerlChildExitHandler Apache::lonacc::goo Line 1245  PerlChildExitHandler Apache::lonacc::goo
 <Directory />  <Directory />
 Options None  Options None
 AllowOverride None  AllowOverride None
 order deny,allow  
 deny from all  
 </Directory>  
   
 # Allow uploaded files to be served  
   
 <Directory "/home/httpd/lonUsers">  
 Options Includes FollowSymLinks  
 AllowOverride None  
 order allow,deny  
 allow from all  
 </Directory>  
    
 # Allow construction space files to be served  
   
 <Directory "/home/*/public_html/" >  
 Options Includes FollowSymLinks  
 AllowOverride  
 order allow,deny  
 allow from all  
 </Directory>  </Directory>
   
 # Yes to symbolic links and server-side includes  # Yes to symbolic links and server-side includes
Line 1274  allow from all Line 1260  allow from all
   
 <Directory /home/httpd/cgi-bin>  <Directory /home/httpd/cgi-bin>
 AllowOverride None  AllowOverride None
 Options ExecCGI FollowSymLinks  Options ExecCGI
 order allow,deny  
 allow from all  
 </Directory>  
   
 # Allow serving of files in prtspool  
   
 <Directory "/home/httpd/prtspool/">  
 Options Includes FollowSymLinks  
 AllowOverride None  
 order allow,deny  
 allow from all  
 </Directory>  </Directory>
   
 # ============================================================= Access Handlers  # ============================================================= Access Handlers

Removed from v.1.154.2.2  
changed lines
  Added in v.1.155


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