home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / komunikace / apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252830_ebcdic.html.en < prev    next >
Extensible Markup Language  |  2003-05-29  |  23KB  |  582 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>The Apache EBCDIC Port - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body id="manual-page"><div id="page-header">
  14. <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>
  15. <p class="apache">Apache HTTP Server Version 2.0</p>
  16. <img alt="" src="../images/feather.gif" /></div>
  17. <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.0</a> > <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>The Apache EBCDIC Port</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="../en/platform/ebcdic.html" title="English"> en </a></p>
  22. </div>
  23.  
  24.  
  25.     <div class="warning"><strong>Warning:</strong> This document
  26.     has not been updated to take into account changes made in
  27.     the 2.0 version of the Apache HTTP Server. Some of the
  28.     information may still be relevant, but please use it with care.
  29.     </div>
  30.  
  31.   </div>
  32. <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#overview">Overview of the Apache EBCDIC Port</a></li>
  33. <li><img alt="" src="../images/down.gif" /> <a href="#design">Design Goals</a></li>
  34. <li><img alt="" src="../images/down.gif" /> <a href="#technical">Technical Solution</a></li>
  35. <li><img alt="" src="../images/down.gif" /> <a href="#porting">Porting Notes</a></li>
  36. <li><img alt="" src="../images/down.gif" /> <a href="#document">Document Storage Notes</a></li>
  37. <li><img alt="" src="../images/down.gif" /> <a href="#modules">Apache Modules' Status</a></li>
  38. <li><img alt="" src="../images/down.gif" /> <a href="#third-party">Third Party Modules' Status</a></li>
  39. </ul></div>
  40. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  41. <div class="section">
  42. <h2><a name="overview" id="overview">Overview of the Apache EBCDIC Port</a></h2>
  43.  
  44.     
  45.  
  46.     <p>Version 1.3 of the Apache HTTP Server is the first version
  47.     which includes a port to a (non-ASCII) mainframe machine which
  48.     uses the EBCDIC character set as its native codeset.</p>
  49.  
  50.     <p>(It is the SIEMENS family of mainframes running the <a href="http://www.siemens.de/servers/bs2osd/osdbc_us.htm">BS2000/OSD
  51.     operating system</a>. This mainframe OS nowadays features a
  52.     SVR4-derived POSIX subsystem).</p>
  53.  
  54.     <p>The port was started initially to</p>
  55.  
  56.     <ul>
  57.       <li>prove the feasibility of porting <a href="http://dev.apache.org/">the Apache HTTP server</a> to
  58.       this platform</li>
  59.  
  60.       <li>find a "worthy and capable" successor for the venerable
  61.       <a href="http://www.w3.org/Daemon/">CERN-3.0</a> daemon
  62.       (which was ported a couple of years ago), and to</li>
  63.  
  64.       <li>prove that Apache's preforking process model can on this
  65.       platform easily outperform the accept-fork-serve model used
  66.       by CERN by a factor of 5 or more.</li>
  67.     </ul>
  68.  
  69.     <p>This document serves as a rationale to describe some of the
  70.     design decisions of the port to this machine.</p>
  71.  
  72.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  73. <div class="section">
  74. <h2><a name="design" id="design">Design Goals</a></h2>
  75.  
  76.     
  77.  
  78.     <p>One objective of the EBCDIC port was to maintain enough
  79.     backwards compatibility with the (EBCDIC) CERN server to make
  80.     the transition to the new server attractive and easy. This
  81.     required the addition of a configurable method to define
  82.     whether a HTML document was stored in ASCII (the only format
  83.     accepted by the old server) or in EBCDIC (the native document
  84.     format in the POSIX subsystem, and therefore the only realistic
  85.     format in which the other POSIX tools like <code>grep</code> or
  86.     <code>sed</code> could operate on the documents). The current
  87.     solution to this is a "pseudo-MIME-format" which is intercepted
  88.     and interpreted by the Apache server (see below). Future versions
  89.     might solve the problem by defining an "ebcdic-handler" for all
  90.     documents which must be converted.</p>
  91.  
  92.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  93. <div class="section">
  94. <h2><a name="technical" id="technical">Technical Solution</a></h2>
  95.  
  96.     
  97.  
  98.     <p>Since all Apache input and output is based upon the BUFF
  99.     data type and its methods, the easiest solution was to add the
  100.     conversion to the BUFF handling routines. The conversion must
  101.     be settable at any time, so a BUFF flag was added which defines
  102.     whether a BUFF object has currently enabled conversion or not.
  103.     This flag is modified at several points in the HTTP
  104.     protocol:</p>
  105.  
  106.     <ul>
  107.       <li><strong>set</strong> before a request is received
  108.       (because the request and the request header lines are always
  109.       in ASCII format)</li>
  110.  
  111.       <li><strong>set/unset</strong> when the request body is
  112.       received - depending on the content type of the request body
  113.       (because the request body may contain ASCII text or a binary
  114.       file)</li>
  115.  
  116.       <li><strong>set</strong> before a reply header is sent
  117.       (because the response header lines are always in ASCII
  118.       format)</li>
  119.  
  120.       <li><strong>set/unset</strong> when the response body is sent
  121.       - depending on the content type of the response body (because
  122.       the response body may contain text or a binary file)</li>
  123.     </ul>
  124.  
  125.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  126. <div class="section">
  127. <h2><a name="porting" id="porting">Porting Notes</a></h2>
  128.  
  129.     
  130.  
  131.     <ol>
  132.       <li>
  133.         <p>The relevant changes in the source are <code>#ifdef</code>'ed
  134.         into two categories:</p>
  135.  
  136.         <dl>
  137.           <dt><code><strong>#ifdef
  138.           CHARSET_EBCDIC</strong></code></dt>
  139.  
  140.           <dd>
  141.             <p>Code which is needed for any EBCDIC based machine.
  142.             This includes character translations, differences in
  143.             contiguity of the two character sets, flags which
  144.             indicate which part of the HTTP protocol has to be
  145.             converted and which part doesn't <em>etc.</em></p>
  146.           </dd>
  147.  
  148.           <dt><code><strong>#ifdef _OSD_POSIX</strong></code></dt>
  149.  
  150.           <dd>
  151.             <p>Code which is needed for the SIEMENS BS2000/OSD
  152.             mainframe platform only. This deals with include file
  153.             differences and socket implementation topics which are
  154.             only required on the BS2000/OSD platform.</p>
  155.           </dd>
  156.         </dl>
  157.       </li>
  158.  
  159.       <li>
  160.         <p>The possibility to translate between ASCII and EBCDIC at
  161.         the socket level (on BS2000 POSIX, there is a socket option
  162.         which supports this) was intentionally <em>not</em> chosen,
  163.         because the byte stream at the HTTP protocol level consists
  164.         of a mixture of protocol related strings and non-protocol
  165.         related raw file data. HTTP protocol strings are always
  166.         encoded in ASCII (the <code>GET</code> request, any Header: lines,
  167.         the chunking information <em>etc.</em>) whereas the file transfer
  168.         parts (<em>i.e.</em>, GIF images, CGI output <em>etc.</em>)
  169.         should usually be just "passed through" by the server. This
  170.         separation between "protocol string" and "raw data" is
  171.         reflected in the server code by functions like <code>bgets()</code>
  172.         or <code>rvputs()</code> for strings, and functions like
  173.         <code>bwrite()</code> for binary data. A global translation
  174.         of everything would therefore be inadequate.</p>
  175.  
  176.         <p>(In the case of text files of course, provisions must be
  177.         made so that EBCDIC documents are always served in
  178.         ASCII)</p>
  179.       </li>
  180.  
  181.       <li>
  182.         <p>This port therefore features a built-in protocol level
  183.         conversion for the server-internal strings (which the
  184.         compiler translated to EBCDIC strings) and thus for all
  185.         server-generated documents. The hard coded ASCII escapes
  186.         <code>\012</code> and <code>\015</code> which are ubiquitous
  187.         in the server code are an exception: they are already the binary
  188.         encoding of the ASCII <code>\n</code> and <code>\r</code> and
  189.         must not be converted to ASCII a second time.
  190.         This exception is only relevant for server-generated strings;
  191.         and <em>external</em> EBCDIC documents are not expected to
  192.         contain ASCII newline characters.</p>
  193.       </li>
  194.  
  195.       <li>
  196.         <p>By examining the call hierarchy for the BUFF management
  197.         routines, I added an "ebcdic/ascii conversion layer" which
  198.         would be crossed on every puts/write/get/gets, and a
  199.         conversion flag which allowed enabling/disabling the
  200.         conversions on-the-fly. Usually, a document crosses this
  201.         layer twice from its origin source (a file or CGI output) to
  202.         its destination (the requesting client): <code>file ->
  203.         Apache</code>, and <code>Apache -> client</code>.</p>
  204.  
  205.         <p>The server can now read the header lines of a CGI-script
  206.         output in EBCDIC format, and then find out that the remainder
  207.         of the script's output is in ASCII (like in the case of the
  208.         output of a WWW Counter program: the document body contains a
  209.         GIF image). All header processing is done in the native
  210.         EBCDIC format; the server then determines, based on the type
  211.         of document being served, whether the document body (except
  212.         for the chunking information, of course) is in ASCII already
  213.         or must be converted from EBCDIC.</p>
  214.       </li>
  215.  
  216.       <li>
  217.         <p>For Text documents (MIME types text/plain, text/html
  218.         <em>etc.</em>), an implicit translation to ASCII can be
  219.         used, or (if the users prefer to store some documents in
  220.         raw ASCII form for faster serving, or because the files
  221.         reside on a NFS-mounted directory tree) can be served
  222.         without conversion.</p>
  223.  
  224.         <p><strong>Example:</strong></p>
  225.  
  226.         <p>to serve files with the suffix <code>.ahtml</code> as a
  227.         raw ASCII <code>text/html</code> document without implicit
  228.         conversion (and suffix <code>.ascii</code> as ASCII
  229.         <code>text/plain</code>), use the directives:</p>
  230.  
  231.         <div class="example"><p><code>
  232.           AddType  text/x-ascii-html  .ahtml <br />
  233.           AddType  text/x-ascii-plain .ascii
  234.         </code></p></div>
  235.  
  236.         <p>Similarly, any <code>text/foo</code> MIME type can be
  237.         served as "raw ASCII" by configuring a MIME type
  238.         "<code>text/x-ascii-foo</code>" for it using
  239.         <code>AddType</code>.</p>
  240.       </li>
  241.  
  242.       <li>
  243.         <p>Non-text documents are always served "binary" without
  244.         conversion. This seems to be the most sensible choice for,
  245.         .<em>e.g.</em>, GIF/ZIP/AU file types. This of course
  246.         requires the user to copy them to the mainframe host using
  247.         the "<code>rcp -b</code>" binary switch.</p>
  248.       </li>
  249.  
  250.       <li>
  251.         <p>Server parsed files are always assumed to be in native
  252.         (<em>i.e.</em>, EBCDIC) format as used on the machine, and
  253.         are converted after processing.</p>
  254.       </li>
  255.  
  256.       <li>
  257.         <p>For CGI output, the CGI script determines whether a
  258.         conversion is needed or not: by setting the appropriate
  259.         Content-Type, text files can be converted, or GIF output can
  260.         be passed through unmodified. An example for the latter case
  261.         is the wwwcount program which we ported as well.</p>
  262.       </li>
  263.  
  264.     </ol>
  265.  
  266.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  267. <div class="section">
  268. <h2><a name="document" id="document">Document Storage Notes</a></h2>
  269.  
  270.     
  271.  
  272.     <h3><a name="binary" id="binary">Binary Files</a></h3>
  273.  
  274.       
  275.  
  276.       <p>All files with a <code>Content-Type:</code> which does not
  277.       start with <code>text/</code> are regarded as <em>binary
  278.       files</em> by the server and are not subject to any conversion.
  279.       Examples for binary files are GIF images, gzip-compressed files
  280.       and the like.</p>
  281.  
  282.       <p>When exchanging binary files between the mainframe host and
  283.       a Unix machine or Windows PC, be sure to use the ftp "binary"
  284.       (<code>TYPE I</code>) command, or use the
  285.       <code>rcp -b</code> command from the mainframe host (the
  286.       <code>-b</code> switch is not supported in unix
  287.       <code>rcp</code>'s).</p>
  288.  
  289.     
  290.  
  291.     <h3><a name="text" id="text">Text Documents</a></h3>
  292.  
  293.       
  294.  
  295.       <p>The default assumption of the server is that Text Files
  296.       (<em>i.e.</em>, all files whose <code>Content-Type:</code>
  297.       starts with <code>text/</code>) are stored in the native
  298.       character set of the host, EBCDIC.</p>
  299.  
  300.     
  301.  
  302.     <h3><a name="ssi" id="ssi">Server Side Included Documents</a></h3>
  303.  
  304.       
  305.  
  306.       <p>SSI documents must currently be stored in EBCDIC only.
  307.       No provision is made to convert it from ASCII before
  308.       processing.</p>
  309.  
  310.     
  311.  
  312.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  313. <div class="section">
  314. <h2><a name="modules" id="modules">Apache Modules' Status</a></h2>
  315.  
  316.     
  317.  
  318.     <table class="bordered">
  319.       <tr>
  320.         <th>Module</th>
  321.         <th>Status</th>
  322.         <th>Notes</th>
  323.       </tr>
  324.  
  325.       <tr>
  326.         <td><code class="module"><a href="../mod/core.html">core</a></code></td>
  327.         <td class="centered">+</td>
  328.         <td />
  329.       </tr>
  330.  
  331.       <tr>
  332.         <td><code class="module"><a href="../mod/mod_access.html">mod_access</a></code></td>
  333.         <td class="centered">+</td>
  334.         <td />
  335.       </tr>
  336.  
  337.       <tr>
  338.         <td><code class="module"><a href="../mod/mod_actions.html">mod_actions</a></code></td>
  339.         <td class="centered">+</td>
  340.         <td />
  341.       </tr>
  342.  
  343.       <tr>
  344.         <td><code class="module"><a href="../mod/mod_alias.html">mod_alias</a></code></td>
  345.         <td class="centered">+</td>
  346.         <td />
  347.       </tr>
  348.  
  349.       <tr>
  350.         <td><code class="module"><a href="../mod/mod_asis.html">mod_asis</a></code></td>
  351.         <td class="centered">+</td>
  352.         <td />
  353.       </tr>
  354.  
  355.       <tr>
  356.         <td><code class="module"><a href="../mod/mod_auth.html">mod_auth</a></code></td>
  357.         <td class="centered">+</td>
  358.         <td />
  359.       </tr>
  360.  
  361.       <tr>
  362.         <td><code class="module"><a href="../mod/mod_auth_anon.html">mod_auth_anon</a></code></td>
  363.         <td class="centered">+</td>
  364.         <td />
  365.       </tr>
  366.  
  367.       <tr>
  368.         <td><code class="module"><a href="../mod/mod_auth_dbm.html">mod_auth_dbm</a></code></td>
  369.         <td class="centered">?</td>
  370.         <td>with own <code>libdb.a</code></td>
  371.       </tr>
  372.  
  373.       <tr>
  374.         <td><code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code></td>
  375.         <td class="centered">+</td>
  376.         <td />
  377.       </tr>
  378.  
  379.       <tr>
  380.         <td><code class="module"><a href="../mod/mod_cern_meta.html">mod_cern_meta</a></code></td>
  381.         <td class="centered">?</td>
  382.         <td />
  383.       </tr>
  384.  
  385.       <tr>
  386.         <td><code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code></td>
  387.         <td class="centered">+</td>
  388.         <td />
  389.       </tr>
  390.  
  391.       <tr>
  392.         <td><code>mod_digest</code></td>
  393.         <td class="centered">+</td>
  394.         <td />
  395.       </tr>
  396.  
  397.       <tr>
  398.         <td><code class="module"><a href="../mod/mod_dir.html">mod_dir</a></code></td>
  399.         <td class="centered">+</td>
  400.         <td />
  401.       </tr>
  402.  
  403.       <tr>
  404.         <td><code class="module"><a href="../mod/mod_so.html">mod_so</a></code></td>
  405.         <td class="centered">-</td>
  406.         <td>no shared libs</td>
  407.       </tr>
  408.  
  409.       <tr>
  410.         <td><code class="module"><a href="../mod/mod_env.html">mod_env</a></code></td>
  411.         <td class="centered">+</td>
  412.         <td />
  413.       </tr>
  414.  
  415.       <tr>
  416.         <td><code class="module"><a href="../mod/mod_example.html">mod_example</a></code></td>
  417.         <td class="centered">-</td>
  418.         <td>(test bed only)</td>
  419.       </tr>
  420.  
  421.       <tr>
  422.         <td><code class="module"><a href="../mod/mod_expires.html">mod_expires</a></code></td>
  423.         <td class="centered">+</td>
  424.         <td />
  425.       </tr>
  426.  
  427.       <tr>
  428.         <td><code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code></td>
  429.         <td class="centered">+</td>
  430.         <td />
  431.       </tr>
  432.  
  433.       <tr>
  434.         <td><code class="module"><a href="../mod/mod_imap.html">mod_imap</a></code></td>
  435.         <td class="centered">+</td>
  436.         <td />
  437.       </tr>
  438.  
  439.       <tr>
  440.         <td><code class="module"><a href="../mod/mod_include.html">mod_include</a></code></td>
  441.         <td class="centered">+</td>
  442.         <td />
  443.       </tr>
  444.  
  445.       <tr>
  446.         <td><code class="module"><a href="../mod/mod_info.html">mod_info</a></code></td>
  447.         <td class="centered">+</td>
  448.         <td />
  449.       </tr>
  450.  
  451.       <tr>
  452.         <td><code>mod_log_agent</code></td>
  453.         <td class="centered">+</td>
  454.         <td />
  455.       </tr>
  456.  
  457.       <tr>
  458.         <td><code class="module"><a href="../mod/mod_log_config.html">mod_log_config</a></code></td>
  459.         <td class="centered">+</td>
  460.         <td />
  461.       </tr>
  462.  
  463.       <tr>
  464.         <td><code>mod_log_referer</code></td>
  465.         <td class="centered">+</td>
  466.         <td />
  467.       </tr>
  468.  
  469.       <tr>
  470.         <td><code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code></td>
  471.         <td class="centered">+</td>
  472.         <td />
  473.       </tr>
  474.  
  475.       <tr>
  476.         <td><code class="module"><a href="../mod/mod_mime_magic.html">mod_mime_magic</a></code></td>
  477.         <td class="centered">?</td>
  478.         <td>not ported yet</td>
  479.       </tr>
  480.  
  481.       <tr>
  482.         <td><code class="module"><a href="../mod/mod_negotiation.html">mod_negotiation</a></code></td>
  483.         <td class="centered">+</td>
  484.         <td />
  485.       </tr>
  486.  
  487.       <tr>
  488.         <td><code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></td>
  489.         <td class="centered">+</td>
  490.         <td />
  491.       </tr>
  492.  
  493.       <tr>
  494.         <td><code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code></td>
  495.         <td class="centered">+</td>
  496.         <td>untested</td>
  497.       </tr>
  498.  
  499.       <tr>
  500.         <td><code class="module"><a href="../mod/mod_setenvif.html">mod_setenvif</a></code></td>
  501.         <td class="centered">+</td>
  502.         <td />
  503.       </tr>
  504.  
  505.       <tr>
  506.         <td><code class="module"><a href="../mod/mod_speling.html">mod_speling</a></code></td>
  507.         <td class="centered">+</td>
  508.         <td />
  509.       </tr>
  510.  
  511.       <tr>
  512.         <td><code class="module"><a href="../mod/mod_status.html">mod_status</a></code></td>
  513.         <td class="centered">+</td>
  514.         <td />
  515.       </tr>
  516.  
  517.       <tr>
  518.         <td><code class="module"><a href="../mod/mod_unique_id.html">mod_unique_id</a></code></td>
  519.         <td class="centered">+</td>
  520.         <td />
  521.       </tr>
  522.  
  523.       <tr>
  524.         <td><code class="module"><a href="../mod/mod_userdir.html">mod_userdir</a></code></td>
  525.         <td class="centered">+</td>
  526.         <td />
  527.       </tr>
  528.  
  529.       <tr>
  530.         <td><code class="module"><a href="../mod/mod_usertrack.html">mod_usertrack</a></code></td>
  531.         <td class="centered">?</td>
  532.         <td>untested</td>
  533.       </tr>
  534.     </table>
  535.  
  536.   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  537. <div class="section">
  538. <h2><a name="third-party" id="third-party">Third Party Modules' Status</a></h2>
  539.  
  540.     
  541.  
  542.     <table class="bordered">
  543.       <tr>
  544.         <th>Module</th>
  545.         <th>Status</th>
  546.         <th>Notes</th>
  547.       </tr>
  548.  
  549.       <tr>
  550.         <td><code><a href="http://java.apache.org/">mod_jserv</a>
  551.         </code></td>
  552.         <td class="centered">-</td>
  553.         <td>JAVA still being ported.</td>
  554.       </tr>
  555.  
  556.       <tr>
  557.         <td><code><a href="http://www.php.net/">mod_php3</a></code></td>
  558.         <td class="centered">+</td>
  559.         <td><code>mod_php3</code> runs fine, with LDAP and GD
  560.         and FreeType libraries.</td>
  561.       </tr>
  562.  
  563.       <tr>
  564.         <td><code><a href="http://hpwww.ec-lyon.fr/~vincent/apache/mod_put.html">mod_put</a></code></td>
  565.         <td class="centered">?</td>
  566.         <td>untested</td>
  567.       </tr>
  568.  
  569.       <tr>
  570.         <td><code><a href="ftp://hachiman.vidya.com/pub/apache/">mod_session</a></code></td>
  571.         <td class="centered">-</td>
  572.         <td>untested</td>
  573.       </tr>
  574.     </table>
  575.  
  576.   </div></div>
  577. <div class="bottomlang">
  578. <p><span>Available Languages: </span><a href="../en/platform/ebcdic.html" title="English"> en </a></p>
  579. </div><div id="footer">
  580. <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  581. <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>
  582. </body></html>