1. 04 Mar, 1999 1 commit
  2. 26 Feb, 1999 2 commits
  3. 22 Feb, 1999 1 commit
  4. 21 Feb, 1999 3 commits
  5. 20 Feb, 1999 2 commits
    • Lars Eilebrecht's avatar
      new FAQ doc · 8d50aab2
      Lars Eilebrecht authored
      Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca>
      Reviewed by: Bill Stoddard, Lars Eilebrecht
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82828 13f79535-47bb-0310-9956-ffa450edef68
      8d50aab2
    • Ken Coar's avatar
      · 1081cb16
      Ken Coar authored
      	Remove the ReferIgnore directive from mod_log_config (Dean's veto).
      	Get rid of the array for the 'env=' clause, since it only takes
      	a single variable name; use a char * instead.  Check for conditional
      	envars by seeing if the condition string is non-NULL rather than
      	using a separate Boolean cell.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82826 13f79535-47bb-0310-9956-ffa450edef68
      1081cb16
  6. 17 Feb, 1999 1 commit
    • 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
  7. 16 Feb, 1999 1 commit
  8. 14 Feb, 1999 3 commits
  9. 11 Feb, 1999 1 commit
  10. 09 Feb, 1999 1 commit
  11. 06 Feb, 1999 2 commits
  12. 05 Feb, 1999 1 commit
  13. 04 Feb, 1999 1 commit
  14. 28 Jan, 1999 1 commit
  15. 27 Jan, 1999 1 commit
  16. 24 Jan, 1999 1 commit
  17. 22 Jan, 1999 1 commit
  18. 20 Jan, 1999 1 commit
  19. 16 Jan, 1999 1 commit
    • 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
  20. 15 Jan, 1999 6 commits
  21. 12 Jan, 1999 1 commit
  22. 10 Jan, 1999 1 commit
  23. 09 Jan, 1999 1 commit
  24. 08 Jan, 1999 3 commits
  25. 06 Jan, 1999 1 commit
  26. 05 Jan, 1999 1 commit