diff options
author | Jim Jagielski <jim@apache.org> | 2011-05-19 18:29:40 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-05-19 18:29:40 +0200 |
commit | 718882ba213a1a962529030a81b24d1febcdcbbb (patch) | |
tree | bb7fd4f29b0b0b1b9fa0f50c8bcbda02d0b87cca /docs/manual/mod | |
parent | Add in proxy-scgi-pathinfo and proxy-fcgi-pathinfo envvars (diff) | |
download | apache2-718882ba213a1a962529030a81b24d1febcdcbbb.tar.xz apache2-718882ba213a1a962529030a81b24d1febcdcbbb.zip |
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1124989 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_actions.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_proxy_scgi.html.en | 17 |
2 files changed, 18 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index ef5ff404f9..d9ff3dedb7 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -148,7 +148,7 @@ method.</td></tr> proceed normally.</p> <div class="example"><h3>Examples</h3><p><code> - # For <ISINDEX>-style searching<br /> + # All GET requests go here<br /> Script GET /cgi-bin/search<br /> <br /> # A CGI PUT handler<br /> diff --git a/docs/manual/mod/mod_proxy_scgi.html.en b/docs/manual/mod/mod_proxy_scgi.html.en index 085bdbe4e5..679ec7c767 100644 --- a/docs/manual/mod/mod_proxy_scgi.html.en +++ b/docs/manual/mod/mod_proxy_scgi.html.en @@ -52,6 +52,7 @@ <h3>Topics</h3> <ul id="topics"> <li><img alt="" src="../images/down.gif" /> <a href="#examples">Examples</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#env">Environment Variables</a></li> </ul><h3>See also</h3> <ul class="seealso"> <li><code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></li> @@ -82,6 +83,22 @@ </span> </Proxy> </code></p></div> +</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="section"> +<h2><a name="env" id="env">Environment Variables</a></h2> + <p>In addition to the configuration directives that control the + behaviour of <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>, there are a number of + <dfn>environment variables</dfn> that control the SCGI protocol + provider:</p> + <dl> + <dt>proxy-scgi-pathinfo</dt> + <dd>By default <code class="module"><a href="../mod/mod_proxy_scgi.html">mod_proxy_scgi</a></code> will neither create + nor export the <var>PATH_INFO</var> environment variable. This allows + the backend SCGI server to correctly determine <var>SCRIPT_NAME</var> + and <var>Script-URI</var> and be compliant with RFC 3875 section 3.3. + If instead you need <code class="module"><a href="../mod/mod_proxy_scgi.html">mod_proxy_scgi</a></code> to generate + a "best guess" for <var>PATH_INFO</var>, set this env-var.</dd> + </dl> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="directive-section"><h2><a name="ProxySCGIInternalRedirect" id="ProxySCGIInternalRedirect">ProxySCGIInternalRedirect</a> <a name="proxyscgiinternalredirect" id="proxyscgiinternalredirect">Directive</a></h2> |