Diff for /loncom/loncapa_apache.conf between versions 1.44 and 1.50

version 1.44, 2003/04/12 15:58:43 version 1.50, 2003/05/13 01:18:37
Line 18  Group www Line 18  Group www
   
 # ======================================================= Shared Object Modules  # ======================================================= Shared Object Modules
   
 LoadModule perl_module       modules/libperl.so  LoadModule perl_module       modules/mod_perl.so
   <IfDefine !MODPERL2>
 AddModule mod_perl.c  AddModule mod_perl.c
   </IfDefine>
   
 # =============================================================== Miscellaneous  # =============================================================== Miscellaneous
   
Line 39  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b Line 41  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
   
 PerlTransHandler Apache::lontrans  PerlTransHandler Apache::lontrans
   
   #PerlWarn On
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 PerlHeaderParserHandler Apache::lonrep  PerlHeaderParserHandler Apache::lonrep
Line 178  SetHandler perl-script Line 181  SetHandler perl-script
 PerlHandler Apache::lonsequence  PerlHandler Apache::lonsequence
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "\.meta$>  <LocationMatch "^/(res|\~|public|uploaded|adm).*\.meta$>
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonmeta  PerlHandler Apache::lonmeta
 </LocationMatch>  </LocationMatch>
Line 206  ErrorDocument     403 /adm/login Line 209  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/adm/smpprob/">
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lonsimpleproblem
   ErrorDocument     403 /adm/login
   ErrorDocument  500 /adm/errorhandler
   </LocationMatch>
   
 # -------------------------------------------------------------- Admin Programs  # -------------------------------------------------------------- Admin Programs
   
 <Location /adm/randomlabel.png>  <Location /adm/randomlabel.png>
Line 780  Include conf/loncapa.conf Line 791  Include conf/loncapa.conf
 # ================================================== Initiate mod_perl starting  # ================================================== Initiate mod_perl starting
   
 PerlRequire      conf/startup.pl  PerlRequire      conf/startup.pl
   <IfDefine !MODPERL2>
 PerlFreshRestart On  PerlFreshRestart On
   </IfDefine>

Removed from v.1.44  
changed lines
  Added in v.1.50


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