From: Stefan Fritsch Date: Mon, 5 Sep 2011 07:44:23 +0000 (+0000) Subject: be explicit that REQUEST_URI is the path component only X-Git-Tag: 2.3.15~300 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c6cb2155a2c2c0502ab85c896879f7977791bac;p=thirdparty%2Fapache%2Fhttpd.git be explicit that REQUEST_URI is the path component only git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1165192 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index b1f4ed1a42d..7a28a4e2eb8 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -160,7 +160,7 @@ listfunction ::= listfuncname "(" word ")" REQUEST_SCHEME The scheme part of the request's URI REQUEST_URI - The URI of the request + The path part of the request's URI DOCUMENT_URI Same as REQUEST_URI REQUEST_FILENAME