diff options
author | André Malo <nd@apache.org> | 2003-03-19 16:08:23 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-03-19 16:08:23 +0100 |
commit | 475fd26978a122a0dc52a72955a82990d7783476 (patch) | |
tree | 18f211495efb4ca0a31c6e124e7be1a64ab8666c | |
parent | uh, I forgot to add the transformated mod_nw_ssl.html ;-) (diff) | |
download | apache2-475fd26978a122a0dc52a72955a82990d7783476.tar.xz apache2-475fd26978a122a0dc52a72955a82990d7783476.zip |
keep changes in sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99026 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | CHANGES | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -54,11 +54,6 @@ Changes with Apache 2.1.0-dev no-gzip and gzip-only-text/html the same way as mod_deflate does. [André Malo] - *) Prevent endless loops of internal redirects in mod_rewrite by - aborting after exceeding a limit of internal redirects. The - limit defaults to 10 and can be changed using the RewriteOptions - directive. PR 17462. [André Malo] - *) mod_rewrite: Fix some problems reporting errors with mapping programs (RewriteMap prg:/something). [Jeff Trawick] @@ -160,6 +155,12 @@ Changes with Apache 2.1.0-dev Apache 2.0.xx tree as documented, and except as noted, below.] Changes with Apache 2.0.45 + + *) Prevent endless loops of internal redirects in mod_rewrite by + aborting after exceeding a limit of internal redirects. The + limit defaults to 10 and can be changed using the RewriteOptions + directive. PR 17462. [André Malo] + *) Win32: Avoid busy wait (consuming all the CPU idle cycles) when all worker threads are busy. [Igor Nazarenko <igor_nazarenko@hotmail.com>] |