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/07/26 19:45:26 UTC

cvs commit: modperl/eg makepl_args.mod_perl

ask         98/07/26 10:45:25

  Modified:    eg       makepl_args.mod_perl
  Log:
  
  
  Revision  Changes    Path
  1.4       +2 -5      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- makepl_args.mod_perl	1998/06/20 07:46:49	1.3
  +++ makepl_args.mod_perl	1998/07/26 17:45:24	1.4
  @@ -6,7 +6,7 @@
   
   #EVERYTHING=1 will enable:
   #ALL_HOOKS=1 PERL_SSI=1 PERL_SECTIONS=1
  -#PERL_STACKED_HANDLERS=1 PERL_METHOD_HANDLERS=1
  +#PERL_STACKED_HANDLERS=1 PERL_METHOD_HANDLERS=1 PERL_TIE_TABLES=1
   
   EVERYTHING=1
   
  @@ -17,7 +17,7 @@
   # APACHE_SRC=/tmp/apache_x.xx/src
   
   #this would configure in mod_proxy, mod_unique_id, mod_info and mod_status
  -# ADD_MODULE=proxy,unique_id,info,status
  +# ADD_MODULE=proxy,usertrack,unique_id,info,status
   
   #if you wish to use a Configuration file other than what's in the
   #apache_x.xx/src directory
  @@ -72,9 +72,6 @@
   #enable the PerlRestartHandler which will be called during restart
   #this happens just before PerlFreshRestart does it's thang
   #PERL_RESTART_HANDLER=1
  -
  -#Link Tie.o with the server. Required for use of Apache::Tie
  -#PERL_TIE_TABLES=1
   
   __END__