diff options
author | Stefan Eissing <icing@apache.org> | 2015-12-21 14:34:42 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2015-12-21 14:34:42 +0100 |
commit | bdfbbe556daee334fc48ea43ddd26b8de04826d8 (patch) | |
tree | 54924f83a176b5e6dfa414b8ab5dfe2f9fc30ea9 /docs/manual/mod/mod_http2.xml | |
parent | subprocess_env vars HTTP2 and H2PUSH supported, export of mod_http2.h with OP... (diff) | |
download | apache2-bdfbbe556daee334fc48ea43ddd26b8de04826d8.tar.xz apache2-bdfbbe556daee334fc48ea43ddd26b8de04826d8.zip |
hmm, I so love DTDs...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721152 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_http2.xml | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index 206744e809..331521c565 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -53,6 +53,26 @@ </summary> + <section id="envvars"><title>Environment Variables</title> + + <p>This module can be configured to provide HTTP/2 related information + as additional environment variables to the SSI and CGI namespace. + </p> + + <table border="1"> + <columnspec><column width=".3"/><column width=".2"/><column width=".5"/> + </columnspec> + <tr> + <th><a name="table3">Variable Name:</a></th> + <th>Value Type:</th> + <th>Description:</th> + </tr> + <tr><td><code>HTTPe</code></td> <td>flag</td> <td>HTTP/2 is being used.</td></tr> + <tr><td><code>H2PUSH</code></td> <td>flag</td> <td>HTTP/2 Server Push is enabled for this request and also supported by the client.</td></tr> + </table> + + </section> + <directivesynopsis> <name>H2Direct</name> <description>H2 Direct Protocol Switch</description> @@ -803,24 +823,4 @@ H2PushPriority text/css interleaved # weight 256 default </usage> </directivesynopsis> - <section id="envvars"><title>Environment Variables</title> - - <p>This module can be configured to provide HTTP/2 related information - as additional environment variables to the SSI and CGI namespace. - </p> - - <table border="1"> - <columnspec><column width=".3"/><column width=".2"/><column width=".5"/> - </columnspec> - <tr> - <th><a name="table3">Variable Name:</a></th> - <th>Value Type:</th> - <th>Description:</th> - </tr> - <tr><td><code>HTTPe</code></td> <td>flag</td> <td>HTTP/2 is being used.</td></tr> - <tr><td><code>H2PUSH</code></td> <td>flag</td> <td>HTTP/2 Server Push is enabled for this request and also supported by the client.</td></tr> - </table> - - </section> - </modulesynopsis> |