Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 10DC8200C15 for ; Wed, 8 Feb 2017 15:53:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0C36E160B5A; Wed, 8 Feb 2017 14:53:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 56C87160B4E for ; Wed, 8 Feb 2017 15:53:08 +0100 (CET) Received: (qmail 59442 invoked by uid 500); 8 Feb 2017 14:53:07 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 59433 invoked by uid 99); 8 Feb 2017 14:53:07 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2017 14:53:07 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 1515D3A108E for ; Wed, 8 Feb 2017 14:53:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1782194 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml Date: Wed, 08 Feb 2017 14:53:07 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170208145307.1515D3A108E@svn01-us-west.apache.org> archived-at: Wed, 08 Feb 2017 14:53:09 -0000 Author: jim Date: Wed Feb 8 14:53:06 2017 New Revision: 1782194 URL: http://svn.apache.org/viewvc?rev=1782194&view=rev Log: trailing whitespace Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml?rev=1782194&r1=1782193&r2=1782194&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_fcgi.xml Wed Feb 8 14:53:06 2017 @@ -220,7 +220,7 @@ what some generic FastCGI applications w 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"