From docs-return-6863-apmail-httpd-docs-archive=httpd.apache.org@httpd.apache.org Wed May 25 14:15:32 2005 Return-Path: Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: (qmail 58128 invoked from network); 25 May 2005 14:15:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2005 14:15:32 -0000 Received: (qmail 66215 invoked by uid 500); 25 May 2005 14:15:30 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 66137 invoked by uid 500); 25 May 2005 14:15:29 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 66114 invoked by uid 99); 25 May 2005 14:15:29 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of trawick@gmail.com designates 64.233.162.192 as permitted sender) Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.192) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 25 May 2005 07:15:28 -0700 Received: by zproxy.gmail.com with SMTP id 13so248276nzp for ; Wed, 25 May 2005 07:15:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=D0/l//UKqDv5oS+GAjT3tHBB8gik7Ap1JqheJmEbqhGFSdpYqFz0+mDy+xMpnnXfItHoJV7dvj6whYV2MpBsVPwgEbwb4YOfdphsSvC96ksWGgXOoSYg0bBBLx8s0D+oj0nqVbxmfTbMjpLvTdaIb2LkHQDVAA2WhZzoZ8lUI9Y= Received: by 10.36.2.16 with SMTP id 16mr147261nzb; Wed, 25 May 2005 07:15:13 -0700 (PDT) Received: by 10.36.71.4 with HTTP; Wed, 25 May 2005 07:15:13 -0700 (PDT) Message-ID: Date: Wed, 25 May 2005 10:15:13 -0400 From: Jeff Trawick Reply-To: Jeff Trawick To: docs@httpd.apache.org Subject: [PATCH 2.0] mention slight regression with mod_dir+mod_rewrite in 2.0 vs. 1.3 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Does anyone ahve a better/stronger/faster way to say this? (ap_internal_fast_redirect side-effect) Index: docs/manual/upgrading.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/manual/upgrading.xml (revision 178262) +++ docs/manual/upgrading.xml (working copy) @@ -170,6 +170,12 @@ files. The old behavior can be restored using the MultiviewsMatch directive. =20 +
  • mod_dir uses a new, faster mechanism for + redirecting requests to a directory index. Modules such as + mod_rewrite are no longer able to process the + new URL, and their configuration may need to be modified to + operate on the original URL instead.
  • +
  • (since version 2.0.51)

    The functionality of the ErrorHeader directive was put together with the Header --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org