]> granicus.if.org Git - apache/commitdiff
negation, optional parms
authorEric Covener <covener@apache.org>
Fri, 10 Feb 2017 15:29:33 +0000 (15:29 +0000)
committerEric Covener <covener@apache.org>
Fri, 10 Feb 2017 15:29:33 +0000 (15:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1782483 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_fcgi.xml

index 6887fbec52475c278aae3060e8c3da3e174ad2c2..cc619ec16a59504a54082efac6a04249a2d07782 100644 (file)
@@ -228,8 +228,8 @@ scenarios.</p>
 <name>ProxyFCGISetEnvIf</name>
 <description>Allow variables sent to FastCGI servers to be fixed up</description>
 <syntax>ProxyFCGISetEnvIf <var>conditional-expression</var>
-    <var>environment-variable-name</var>
-    <var>value-expression</var></syntax>
+    [!]<var>environment-variable-name</var>
+    [<var>value-expression</var>]</syntax>
 <contextlist><context>server config</context>
 <context>virtual host</context><context>directory</context>
 <context>.htaccess</context></contextlist>
@@ -264,10 +264,12 @@ the condition expressions and value expressions.</p>
    </dd>
 <dt>environment-variable-name</dt>
 <dd> Specifies the CGI environment variable to change,
-   such as PATH_INFO.</dd>
+   such as PATH_INFO. If preceded by an exclamation point, the variable 
+   will be unset.</dd>
 <dt>value-expression</dt>
 <dd>Specifies the replacement value for the preceding environment variable.  Backreferences, such as "$1",
-can be included from regular expression captures in <var>conditional-expression</var></dd>
+can be included from regular expression captures in <var>conditional-expression</var>.
+If omitted, the variable is set to an empty string.</dd>
 </dl>
 
 <example>