]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose a mod_rewrite backport
authorAndré Malo <nd@apache.org>
Mon, 28 Jul 2003 15:04:44 +0000 (15:04 +0000)
committerAndré Malo <nd@apache.org>
Mon, 28 Jul 2003 15:04:44 +0000 (15:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100815 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b1d44bbb39e145b3c5eb7fc5f7e26203d2103a07..2ee1cd5dc8181f038e8461274eb8fc45632a8df6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/07/28 02:09:31 $]
+Last modified at [$Date: 2003/07/28 15:04:44 $]
 
 Release:
 
@@ -281,6 +281,11 @@ PATCHES TO PORT FROM 2.1
         modules/mappers/mod_rewrite.c: r1.162
       +1: nd
 
+    * mod_rewrite: don't exit(1) if the logfile could not be opened. Return
+      internal server error instead to shutdown cleanly.
+        modules/mappers/mod_rewrite.c: r1.191
+      +1: nd
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,