Commit a06fbdfd authored by Greg Ames's avatar Greg Ames
Browse files

got rave reviews from my customer on using buffered i/o for RewriteMap files, so

brag about it a little.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161509 13f79535-47bb-0310-9956-ffa450edef68
parent 2d488ae4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,11 @@ Changes with Apache 2.1.5
  [Remove entries to the current 2.0 section below, when backported]
  *) mod_rewrite: use buffered I/O for RewriteMap txt: files.  This
     can result in a major performance improvement when the files are
     large.
     [Greg Ames]
  *) Change the default (when not present in the config file) setting
     for UseCanonicalName to Off.
     [Joshua Slive]