diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:13 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:13 +0100 |
commit | 1acac7a6b494db24f8f58e44dab7657b6de68742 (patch) | |
tree | 9a0dd3753dd6fb8c859ed299ee9794b88173c420 /docs/manual/mod/mod_proxy_ajp.html.en | |
parent | 80ba9f34b69a273d82f2f46d7fe231e30e127028 (diff) | |
download | apache2-1acac7a6b494db24f8f58e44dab7657b6de68742.tar.gz |
Upstream tarball 2.2.6upstream/2.2.6
Diffstat (limited to 'docs/manual/mod/mod_proxy_ajp.html.en')
-rw-r--r-- | docs/manual/mod/mod_proxy_ajp.html.en | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/manual/mod/mod_proxy_ajp.html.en b/docs/manual/mod/mod_proxy_ajp.html.en index 9903cb3b..6b5c04e2 100644 --- a/docs/manual/mod/mod_proxy_ajp.html.en +++ b/docs/manual/mod/mod_proxy_ajp.html.en @@ -416,28 +416,28 @@ attribute_value := (string) <h3>Attributes</h3> <p>The attributes prefixed with a <code>?</code> (e.g. <code>?context</code>) are all optional. For each, there is a - single byte code to indicate the type of attribute, and then a string to - give its value. They can be sent in any order (thogh the C code always - sends them in the order listed below). A special terminating code is - sent to signal the end of the list of optional attributes. The list of + single byte code to indicate the type of attribute, and then its value + (string or integer). They can be sent in any order (though the C code + always sends them in the order listed below). A special terminating code + is sent to signal the end of the list of optional attributes. The list of byte codes is:</p> <table> - <tr><td>Information</td><td>Code Value</td><td>Note</td></tr> - <tr><td>?context</td><td>0x01</td><td>Not currently implemented + <tr><td>Information</td><td>Code Value</td><td>Type Of Value</td><td>Note</td></tr> + <tr><td>?context</td><td>0x01</td><td>-</td><td>Not currently implemented </td></tr> - <tr><td>?servlet_path</td><td>0x02</td><td>Not currently implemented + <tr><td>?servlet_path</td><td>0x02</td><td>-</td><td>Not currently implemented </td></tr> - <tr><td>?remote_user</td><td>0x03</td><td /></tr> - <tr><td>?auth_type</td><td>0x04</td><td /></tr> - <tr><td>?query_string</td><td>0x05</td><td /></tr> - <tr><td>?jvm_route</td><td>0x06</td><td /></tr> - <tr><td>?ssl_cert</td><td>0x07</td><td /></tr> - <tr><td>?ssl_cipher</td><td>0x08</td><td /></tr> - <tr><td>?ssl_session</td><td>0x09</td><td /></tr> - <tr><td>?req_attribute</td><td>0x0A</td><td>Name (the name of the + <tr><td>?remote_user</td><td>0x03</td><td>String</td><td /></tr> + <tr><td>?auth_type</td><td>0x04</td><td>String</td><td /></tr> + <tr><td>?query_string</td><td>0x05</td><td>String</td><td /></tr> + <tr><td>?jvm_route</td><td>0x06</td><td>String</td><td /></tr> + <tr><td>?ssl_cert</td><td>0x07</td><td>String</td><td /></tr> + <tr><td>?ssl_cipher</td><td>0x08</td><td>String</td><td /></tr> + <tr><td>?ssl_session</td><td>0x09</td><td>String</td><td /></tr> + <tr><td>?req_attribute</td><td>0x0A</td><td>String</td><td>Name (the name of the attribute follows)</td></tr> - <tr><td>?ssl_key_size</td><td>0x0B</td><td /></tr> - <tr><td>are_done</td><td>0xFF</td><td>request_terminator</td></tr> + <tr><td>?ssl_key_size</td><td>0x0B</td><td>Integer</td><td /></tr> + <tr><td>are_done</td><td>0xFF</td><td>-</td><td>request_terminator</td></tr> </table> <p>The <code>context</code> and <code>servlet_path</code> are not currently set by the C code, and most of the Java code completely ignores @@ -473,7 +473,7 @@ AJP13_SEND_BODY_CHUNK := prefix_code 3 chunk_length (integer) chunk *(byte) - + chunk_terminator (byte) Ox00 AJP13_SEND_HEADERS := prefix_code 4 @@ -551,6 +551,6 @@ AJP13_GET_BODY_CHUNK := <p><span>Available Languages: </span><a href="../en/mod/mod_proxy_ajp.html" title="English"> en </a> | <a href="../ja/mod/mod_proxy_ajp.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div id="footer"> -<p class="apache">Copyright 2006 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2007 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file |