summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy_scgi.xml
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2015-04-11 18:38:34 +0200
committerLucien Gentis <lgentis@apache.org>2015-04-11 18:38:34 +0200
commit9739f978a330af9abffe3c6e8607ebf1905c715e (patch)
tree475f24f5c4bb9a66832b4996db7b4cb078d1c1b1 /docs/manual/mod/mod_proxy_scgi.xml
parentmod_proxy_wstunnel isn't limited to Unix (diff)
downloadapache2-9739f978a330af9abffe3c6e8607ebf1905c715e.tar.xz
apache2-9739f978a330af9abffe3c6e8607ebf1905c715e.zip
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_scgi.xml')
-rw-r--r--docs/manual/mod/mod_proxy_scgi.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy_scgi.xml b/docs/manual/mod/mod_proxy_scgi.xml
index 9d464cc352..4ad6dda561 100644
--- a/docs/manual/mod/mod_proxy_scgi.xml
+++ b/docs/manual/mod/mod_proxy_scgi.xml
@@ -89,8 +89,8 @@ ProxyPass /scgi-bin/ balancer://somecluster/
and <var>Script-URI</var> and be compliant with RFC 3875 section 3.3.
If instead you need <module>mod_proxy_scgi</module> to generate
a "best guess" for <var>PATH_INFO</var>, set this env-var. The
- variable must be set before <directive mod="env">SetEnv</directive>
- is effective. <directive mod="setenv">SetEnvIf</directive> can be
+ variable must be set before <directive module="env">SetEnv</directive>
+ is effective. <directive module="setenv">SetEnvIf</directive> can be
used instead: <code>SetEnvIf Request_URI . proxy-scgi-pathinfo</code>
</dd>
</dl>