From: Jim Jagielski
Date: Wed, 8 Feb 2017 14:53:06 +0000 (+0000)
Subject: trailing whitespace
X-Git-Tag: 2.5.0-alpha~683
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15cf1906e5b9a229ab7a6c2654629e6f1383046d;p=thirdparty%2Fapache%2Fhttpd.git
trailing whitespace
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1782194 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml
index bbe4813aa58..6887fbec524 100644
--- a/docs/manual/mod/mod_proxy_fcgi.xml
+++ b/docs/manual/mod/mod_proxy_fcgi.xml
@@ -220,7 +220,7 @@ what some generic FastCGI applications would read as their script input, but
PHP-FPM would strip the prefix then remember it was talking to Apache. In
2.4.21 through 2.4.25, this prefix was automatically stripped by the server,
breaking the ability of PHP-FPM to detect and interoperate with Apache in some
-scenarios.
+scenarios.
@@ -250,26 +250,26 @@ output they directly produce.
PATH_TRANSLATED
-This directive allows the environment variables above, or any others of
+
This directive allows the environment variables above, or any others of
interest, to be overridden. This directive is evaluated after the initial
values for these variables are set, so they can be used as input into both
the condition expressions and value expressions.
Parameter syntax:
-- conditional-expression
+- conditional-expression
- Specifies an expression that controls whether the environmen variable that
- follows will be modified. For information on the expression syntax, see
- the examples that follow or the full specification at the
+ follows will be modified. For information on the expression syntax, see
+ the examples that follow or the full specification at the
ap_expr documentation.
-- environment-variable-name
+- environment-variable-name
- Specifies the CGI environment variable to change,
such as PATH_INFO.
- value-expression
- Specifies the replacement value for the preceding environment variable. Backreferences, such as "$1",
can be included from regular expression captures in conditional-expression
-
+
# A basic, unconditional override
ProxyFCGISetEnvIf "true" PATH_INFO "/example"