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

version 1.1, 2002/05/12 19:11:31 version 1.7, 2002/07/05 16:12:31
Line 450  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 565  PerlSetVar       lonDocRoot   /home/http Line 570  PerlSetVar       lonDocRoot   /home/http
 PerlSetVar       lonIncludes  /home/httpd/html/res/adm/includes  PerlSetVar       lonIncludes  /home/httpd/html/res/adm/includes
 PerlSetVar       lonBrowsDet  netscape:mozilla:msie:mozilla\/(\d+\.\d+)\s:9999&explorer:msie:netscape:msie\s(\d+\.\d+)\;:9999&mozilla:mozilla\/[5-9]:msie:mozilla\/(\d+\.\d+)\s:9999&amaya:amaya:mozilla:V(\d+\.\d+)\s:1  PerlSetVar       lonBrowsDet  netscape:mozilla:msie:mozilla\/(\d+\.\d+)\s:9999&explorer:msie:netscape:msie\s(\d+\.\d+)\;:9999&mozilla:mozilla\/[5-9]:msie:mozilla\/(\d+\.\d+)\s:9999&amaya:amaya:mozilla:V(\d+\.\d+)\s:1
   
   # -----------------------------------------------------------------------------
   # NOTE: lonSqlAccess key is the password for the MySQL user
   # www@localhost.  This value must always be "localhostkey".
   # The only security risk occurs when somebody logs in as 'www' on your system
   # (in which case you have much bigger problems than whether or not they
   # can access the non-authoritative loncapa database on your machine).
   
   PerlSetVar       lonSqlAccess   localhostkey
   
   # -----------------------------------------------------------------------------
   
   
   # ================================================== Initiate mod_perl starting
   
   Include conf/loncapa.conf
   
 # ================================================== Initiate mod_perl starting  # ================================================== Initiate mod_perl starting
   
 PerlRequire      conf/startup.pl  PerlRequire      conf/startup.pl

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


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