1. 13 May, 2001 2 commits
  2. 12 May, 2001 1 commit
  3. 10 May, 2001 8 commits
  4. 09 May, 2001 2 commits
    • William A. Rowe Jr's avatar
      · 6bbc2985
      William A. Rowe Jr authored
        ISAPIs written for MS may pass 0 as the result code with no adverse effect.
      
      Submitted by:	Jessie Oberreuter <joberreu@moselle.com>
      Reviewed by:	Will Rowe
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89062 13f79535-47bb-0310-9956-ffa450edef68
      6bbc2985
    • William A. Rowe Jr's avatar
      · 486f7308
      William A. Rowe Jr authored
        Resolve the win32 exec cmd bug, at least as far as some unixes support
        it.  Presume the command contains a filepath and transpose forward
        slashes to backslashes in the path.  (Note part of the bug, correctly
        identified by the poster of 7415, was the /c flag being transposed to \c).
      
        There has to be a better way, but at least this is now partially, and not
        entirely broken.  Command.com _does_ accept quoted file paths with spaces
        for the executable.
      
      PR:		7415
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89059 13f79535-47bb-0310-9956-ffa450edef68
      486f7308
  5. 06 May, 2001 1 commit
    • Ken Coar's avatar
      · c7381f6b
      Ken Coar authored
      	Add ability to escape characters in Rewrite* input strings using
      	'\' (e.g., "\$" to keep it from having its special meaning), and
      	NoEscape/NE flag to disable filtering the rewritten output through
      	URI encoding.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89040 13f79535-47bb-0310-9956-ffa450edef68
      c7381f6b
  6. 04 May, 2001 1 commit
  7. 03 May, 2001 1 commit
  8. 27 Apr, 2001 3 commits
  9. 12 Apr, 2001 2 commits
  10. 11 Apr, 2001 3 commits
  11. 09 Apr, 2001 1 commit
  12. 08 Apr, 2001 1 commit
  13. 06 Apr, 2001 1 commit
  14. 04 Apr, 2001 4 commits
  15. 03 Apr, 2001 1 commit
  16. 02 Apr, 2001 3 commits
  17. 01 Apr, 2001 1 commit
    • Dirk-Willem van Gulik's avatar
      · 184b080a
      Dirk-Willem van Gulik authored
      It turns out that 'ab' has been under reporting apache's performance
      for years; this patch fixes that; and also adds
      
      -	median/standard deviation calculations; to get an
      	idea of how good your measurement is. And a warning
      	if results are way out of bound.
      -	prints a 'percentile' table. Which shows the time it
      	took to process 50,66,80,90 etc percent of the requests.
      -	fixes a significant int overrun bug which caused longer
      	runs to generate realistic but totally bogus results. And
      	also changes in the write/pipe error handling to not cause
      	those skew a test unnoticed) Credits to Sander Temme
       	<sander@covalent.net> for solving this riddle.
      -	add's gnuplot/CSV output for postprocessing.
      -	adds very rudimentary SSL support.
      
      For full details on why this was nessesary (and lead to surprizing
      results to say the leat); attend Sander Temme his talk at the
      Santa Clara Apache Con next week:
      
      	TH18: Measuring and Enhancing Apache Performance
      	Day: Thu Time: 18h30
      	This presentation will describe a facility for testing web
      	server performance and will present some test results
      	for various system- and Apache configuration options.
      	Additionally, some suggestions on performance tuning will be presented.
      
      Sorry for the size of the patch - but for various reasons we did not
      get round to committing it :-( Getting results and getting confidence
      in the output was just more important. I will do asap for 2.0 as well.
      
      Input/comments/cronstructive critism as to the processing and presentation
      of the data is greatly appreciated !
      
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88624 13f79535-47bb-0310-9956-ffa450edef68
      184b080a
  18. 31 Mar, 2001 2 commits
  19. 30 Mar, 2001 2 commits