You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2014/01/30 17:40:35 UTC

svn commit: r1562888 - in /httpd/httpd/branches/2.2.x/docs/manual: developer/API.xml images/mod_filter_old.png mod/mod_alias.xml mod/mod_proxy_ajp.xml rewrite/

Author: nd
Date: Thu Jan 30 16:40:35 2014
New Revision: 1562888

URL: http://svn.apache.org/r1562888
Log:
fix halting latex run

Added:
    httpd/httpd/branches/2.2.x/docs/manual/images/mod_filter_old.png   (with props)
Modified:
    httpd/httpd/branches/2.2.x/docs/manual/developer/API.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/   (props changed)

Modified: httpd/httpd/branches/2.2.x/docs/manual/developer/API.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/developer/API.xml?rev=1562888&r1=1562887&r2=1562888&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/developer/API.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/developer/API.xml Thu Jan 30 16:40:35 2014
@@ -387,7 +387,6 @@ int method_number;   /* M_GET, M_POST, <
         <br />
 <pre>void *per_dir_config;   /* Options set in config files, <em>etc.</em> */
 void *request_config;   /* Notes on *this* request */</pre>
-        <br />
         };
       </example>
     </section>

Added: httpd/httpd/branches/2.2.x/docs/manual/images/mod_filter_old.png
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/images/mod_filter_old.png?rev=1562888&view=auto
==============================================================================
Binary file - no diff available.

Propchange: httpd/httpd/branches/2.2.x/docs/manual/images/mod_filter_old.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml?rev=1562888&r1=1562887&r2=1562888&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml Thu Jan 30 16:40:35 2014
@@ -125,7 +125,9 @@ href="../URLmapping.html">Mapping URLs t
     <var>URL-path</var> then the server will require a trailing / in
     order to expand the alias. That is, if you use</p>
 
-    <dl><dd><code>Alias /icons/ /usr/local/apache/icons/</code></dd></dl>
+    <example>
+        Alias /icons/ /usr/local/apache/icons/
+    </example>
 
     <p>then the URL <code>/icons</code> will not be aliased, as it lacks
     that trailing /. Likewise, if you omit the slash on the

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml?rev=1562888&r1=1562887&r2=1562888&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml Thu Jan 30 16:40:35 2014
@@ -191,11 +191,12 @@
     suggest that the maximum payload could be as large as 2^16, in fact, the
     code sets the maximum to be 8K.</p>
     <table>
+       <columnspec><column width=".2"/><column width=".1"/><column width=".1"/><column width=".2"/><column width=".2"/><column width=".2"/></columnspec>
       <tr>
-        <td colspan="6"><em>Packet Format (Server->Container)</em></td>
+        <th colspan="6"><em>Packet Format (Server->Container)</em></th>
       </tr>
       <tr>
-        <td>Byte</td>
+        <th>Byte</th>
         <td>0</td>
         <td>1</td>
         <td>2</td>
@@ -203,7 +204,7 @@
         <td>4...(n+3)</td>
       </tr>
       <tr>
-        <td>Contents</td>
+        <th>Contents</th>
         <td>0x12</td>
         <td>0x34</td>
         <td colspan="2">Data Length (n)</td>
@@ -211,11 +212,12 @@
       </tr>
     </table>
     <table>
+       <columnspec><column width=".2"/><column width=".1"/><column width=".1"/><column width=".2"/><column width=".2"/><column width=".2"/></columnspec>
       <tr>
-        <td colspan="6"><em>Packet Format (Container->Server)</em></td>
+        <th colspan="6"><em>Packet Format (Container->Server)</em></th>
       </tr>
       <tr>
-        <td>Byte</td>
+        <th>Byte</th>
         <td>0</td>
         <td>1</td>
         <td>2</td>
@@ -223,7 +225,7 @@
         <td>4...(n+3)</td>
       </tr>
       <tr>
-        <td>Contents</td>
+        <th>Contents</th>
         <td>A</td>
         <td>B</td>
         <td colspan="2">Data Length (n)</td>
@@ -238,6 +240,7 @@
      <p>The web server can send the following messages to the servlet
      container:</p>
     <table>
+       <columnspec><column width=".2"/><column width=".3"/><column width=".5"/></columnspec>
       <tr>
         <td>Code</td>
         <td>Type of Packet</td>
@@ -279,6 +282,7 @@
     <p>The servlet container can send the following types of messages to the
     webserver:</p>
     <table>
+       <columnspec><column width=".2"/><column width=".3"/><column width=".5"/></columnspec>
       <tr>
         <td>Code</td>
         <td>Type of Packet</td>

Propchange: httpd/httpd/branches/2.2.x/docs/manual/rewrite/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jan 30 16:40:35 2014
@@ -0,0 +1,3 @@
+*.tex
+*.aux
+.translated.*