Diff for /loncom/loncapa_apache.conf between versions 1.6 and 1.7

version 1.6, 2002/06/24 14:36:26 version 1.7, 2002/07/05 16:12:31
Line 12 Line 12
 #  #
 # LON-CAPA Section (extensions to httpd.conf daemon configuration)  # LON-CAPA Section (extensions to httpd.conf daemon configuration)
 #  #
 # ================================================================ DocumentRoot  # ======================================================================== User
   
 DocumentRoot "/home/httpd/html"  DocumentRoot "/home/httpd/html"
   
Line 37  ExtendedStatus On Line 37  ExtendedStatus On
 # ===================================================================== Aliases  # ===================================================================== Aliases
   
 Alias /prtspool/ /home/httpd/prtspool/  Alias /prtspool/ /home/httpd/prtspool/
 ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"  
   
 # ================================================================= Directories  # ================================================================= Directories
   
Line 122  SetHandler perl-script Line 121  SetHandler perl-script
 PerlHandler Apache::lonsequence  PerlHandler Apache::lonsequence
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/(res|\~).*\.meta$>  <LocationMatch "^/res/.*\.meta$>
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonmeta  PerlHandler Apache::lonmeta
 </LocationMatch>  </LocationMatch>
Line 451  SetHandler perl-script Line 450  SetHandler perl-script
 PerlHandler Apache::lonerrorhandler  PerlHandler Apache::lonerrorhandler
 </Location>  </Location>
   
   <LocationMatch "^/adm/help/.*\.hlp$">
   SetHandler perl-script
   PerlHandler Apache::lonhelp
   </LocationMatch>
   
 # ------------------------------------------------- Backdoor Adm Tests/Programs  # ------------------------------------------------- Backdoor Adm Tests/Programs
   
 <Location /cgi-bin/loncron.pl>  <Location /cgi-bin/loncron.pl>
Line 578  PerlSetVar       lonSqlAccess   localhos Line 582  PerlSetVar       lonSqlAccess   localhos
 # -----------------------------------------------------------------------------  # -----------------------------------------------------------------------------
   
   
 # ====================================== Include machine-specific configuration  # ================================================== Initiate mod_perl starting
   
 Include conf/loncapa.conf  Include conf/loncapa.conf
   

Removed from v.1.6  
changed lines
  Added in v.1.7


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