1. 02 May, 1999 1 commit
    • Randy Terbush's avatar
      Add functionality to the install-bindist.sh script created by · a57eb343
      Randy Terbush authored
      binbuild.sh to use tar when copying distribution files to the
      serverroot. This allows upgrading an existing installation
      without nesting the new distribution in the old.
      
      install-bindist.sh now detects the local perl5 path to install
      apxs and dbmmanage with proper path to perl interpreter.
      
      Add an install-binsupport target which copies the source files
      for apxs and dbmmanage to bindist to allow these scripts to
      be properly installed relative to the destination serverroot.
      
      FWIW - abort during commit for changed files commited without
      comments.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83149 13f79535-47bb-0310-9956-ffa450edef68
      a57eb343
  2. 30 Apr, 1999 1 commit
  3. 29 Apr, 1999 3 commits
  4. 27 Apr, 1999 2 commits
  5. 26 Apr, 1999 1 commit
  6. 22 Apr, 1999 1 commit
  7. 21 Apr, 1999 1 commit
  8. 20 Apr, 1999 3 commits
  9. 14 Apr, 1999 1 commit
  10. 08 Apr, 1999 1 commit
  11. 23 Mar, 1999 1 commit
  12. 22 Mar, 1999 2 commits
  13. 21 Mar, 1999 1 commit
  14. 20 Mar, 1999 1 commit
    • Ken Coar's avatar
      · 67c157b6
      Ken Coar authored
      	Add PassAllEnv to make all of the server's environment variables
      	available to CGIs and SSIs within the directive's scope.  NOT
      	recommended for general use, but eases the transition for IBM's
      	current LDGW customers to Apache.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82956 13f79535-47bb-0310-9956-ffa450edef68
      67c157b6
  15. 19 Mar, 1999 4 commits
  16. 16 Mar, 1999 1 commit
  17. 15 Mar, 1999 1 commit
  18. 07 Mar, 1999 1 commit
  19. 04 Mar, 1999 1 commit
  20. 26 Feb, 1999 2 commits
  21. 22 Feb, 1999 1 commit
  22. 21 Feb, 1999 3 commits
  23. 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
  24. 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
  25. 16 Feb, 1999 1 commit
  26. 14 Feb, 1999 2 commits