From: André Malo Date: Thu, 31 Jul 2003 23:15:12 +0000 (+0000) Subject: this one was meant for 1.3 as well ... X-Git-Tag: 2.0.48~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=831500977508034353da33df8ad5983616443832;p=thirdparty%2Fapache%2Fhttpd.git this one was meant for 1.3 as well ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100883 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index fe9428853f8..ea1c41ff4ba 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/07/31 22:58:57 $] +Last modified at [$Date: 2003/07/31 23:15:12 $] Release: @@ -274,9 +274,9 @@ PATCHES TO PORT FROM 2.1 it will be redirected to http://host//bar (double slash). In 2.1 this was fixed while I rewrote the subst_prefix_path function, which is responsible for this behaviour. I'd suggest to backport that - function rewrite at all (it's even much better code :-). + function rewrite at all (it's even much better code :-). (2.0 + 1.3) modules/mappers/mod_rewrite.c: r1.162 - +1: nd, trawick + +1: nd, trawick (?) * mod_rewrite: don't exit(1) if the logfile could not be opened. Return internal server error instead to shutdown cleanly.