Skip to content
  1. Mar 19, 1999
  2. Mar 16, 1999
  3. Mar 15, 1999
  4. Mar 07, 1999
  5. Mar 04, 1999
  6. Feb 26, 1999
  7. Feb 22, 1999
  8. Feb 21, 1999
  9. Feb 20, 1999
  10. Feb 17, 1999
    • Ken Coar's avatar
      · b54368f6
      Ken Coar authored
      	Add conditional logging based upon environment variable existence.
      	Also add RefererIgnore functionality from mod_log_referer to
      	mod_log_config; mod_log_referer and mod_log_agent are now
      	deprecated.  The list of envariables to check is set up as
      	an array even though the current implementation (TAKE23)
      	only handles one; just in case we ever want to do something
      	strange like, 'env=foo,bar,!bag'.
      
      PR:		519, 548, 1351, 1811(?), 3449
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82819 13f79535-47bb-0310-9956-ffa450edef68
      b54368f6
  11. Feb 16, 1999
  12. Feb 14, 1999
  13. Feb 11, 1999
  14. Feb 09, 1999
  15. Feb 06, 1999
  16. Feb 05, 1999
  17. Feb 04, 1999
  18. Jan 28, 1999
  19. Jan 27, 1999
  20. Jan 24, 1999
  21. Jan 22, 1999
  22. Jan 20, 1999
  23. Jan 16, 1999
    • Jim Jagielski's avatar
      Take II of the shell consistancy change. Although I agree that the use · 33e19750
      Jim Jagielski authored
      of '.' is easier on the eyes, 'x' does seem more common and old-dog
      shell programmers kind of expect it. It's also easier to search for in
      vi :)
      
      Some may question why we need to wrap or protect if we are sure that
      the $var isn't null, but it really doesn't cost that much for the
      extra insurance and it stops people from having to shift "mental gears"
      when they run across such statements.
      
      Some may question why even bother with a consistant style... I think
      it's important to write readable code and understandable code and code
      that others can maintain easily. A consistant style, IMO, helps this
      effort. It also just plain looks better :)
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82675 13f79535-47bb-0310-9956-ffa450edef68
      33e19750
  24. Jan 15, 1999
  25. Jan 12, 1999
  26. Jan 10, 1999