You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by as...@hyperreal.org on 1998/08/26 05:27:23 UTC

cvs commit: modperl/eg makepl_args.mod_perl

ask         98/08/25 20:27:23

  Modified:    eg       makepl_args.mod_perl
  Log:
  PERL_SECTIONS_SELF_BOOT is a standard feature now     (?)
  
  Revision  Changes    Path
  1.5       +0 -6      modperl/eg/makepl_args.mod_perl
  
  Index: makepl_args.mod_perl
  ===================================================================
  RCS file: /home/cvs/modperl/eg/makepl_args.mod_perl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- makepl_args.mod_perl	1998/07/26 17:45:24	1.4
  +++ makepl_args.mod_perl	1998/08/26 03:27:22	1.5
  @@ -63,12 +63,6 @@
   #can also enable via $Apache::ERRSV_CAN_BE_HTTP = 1;
   # ERRSV_CAN_BE_HTTP=1
   
  -#if a `PerlModule' defines variables in the Apache::ReadConfig namespace
  -#this feature will read them into apache's config as <Perl></Perl> does
  -#but now there's no need to actually have <Perl></Perl> in httpd.conf
  -#can also enable via PerlSetEnv PERL_SECTIONS_SELF_BOOT 1
  -# PERL_SECTIONS_SELF_BOOT=1
  -
   #enable the PerlRestartHandler which will be called during restart
   #this happens just before PerlFreshRestart does it's thang
   #PERL_RESTART_HANDLER=1