jim         98/03/13 15:29:05

  Modified:    src      Configuration.tmpl
  Log:
  The comments say that mod_setenvif should be last... so let's move
  it last.
  
  Revision  Changes    Path
  1.88      +7 -7      apache-1.3/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configuration.tmpl,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- Configuration.tmpl        1998/03/13 16:15:40     1.87
  +++ Configuration.tmpl        1998/03/13 23:29:05     1.88
  @@ -334,13 +334,6 @@
   
   # AddModule modules/example/mod_example.o
   
  -## mod_setenvif lets you set environment variables based on the HTTP header
  -## fields in the request; this is useful for conditional HTML, for example.
  -## Since it is also used to detect buggy browsers for workarounds, it
  -## should be the last (highest priority) module.
  -
  -AddModule modules/standard/mod_setenvif.o
  -
   ## mod_unique_id generates unique identifiers for each hit, which are
   ## available in the environment variable UNIQUE_ID.  It may not work on all
   ## systems, hence it is not included by default.
  @@ -353,4 +346,11 @@
   ## Don't change this entry to a 'SharedModule' variant (Bootstrapping!)
   
   # AddModule modules/standard/mod_so.o
  +
  +## mod_setenvif lets you set environment variables based on the HTTP header
  +## fields in the request; this is useful for conditional HTML, for example.
  +## Since it is also used to detect buggy browsers for workarounds, it
  +## should be the last (highest priority) module.
  +
  +AddModule modules/standard/mod_setenvif.o
   
  
  
  

Reply via email to