]> granicus.if.org Git - apache/commitdiff
Documentation update for latest TPF changes
authorManoj Kasichainula <manoj@apache.org>
Tue, 21 Dec 1999 20:43:49 +0000 (20:43 +0000)
committerManoj Kasichainula <manoj@apache.org>
Tue, 21 Dec 1999 20:43:49 +0000 (20:43 +0000)
Submitted by: David McCreedy <McCreedy@us.ibm.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84353 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install-tpf.html
docs/manual/platform/readme-tpf.html

index 0db8a6921ce646fb364be02018442ad9da4a22ef..661edba88501d5fbb2c97992282f6ca987083748 100644 (file)
@@ -73,11 +73,8 @@ So here are all the details on how to get Apache and how to get it where it need
        <ul>
            <li><tt><b>pax -rvkf <i>open_edition_filename.tar</i> -o from=ISO8859-1,to=IBM-1047 "*/src"</b></tt>
            <li>switch to the source code subdirectory of the newly extracted apache directory: <tt><b>cd <i>apache-1.3</i>/src</b></tt>
-           <li>remove various subdirectories: <tt><b>rm -r lib/expat-lite os/bs2000 os/os2 os/win32</b></tt>
-               <br><BR><font color=red size=4>TIP: </font>
-               The &quot;<tt>make</tt>&quot; step (shown below) will fail if the
-               <tt>lib/expat-lite</tt> directory is not removed.
-              <br>     
+           <li>remove unnecessary subdirectories:
+               <tt><b>rm -r os/bs2000 os/mpeix os/netware os/os2 os/os390 os/win32</b></tt>
        </ul>
 </ol>
 <br>
@@ -283,7 +280,7 @@ HREF="http://www.apache.org/dist/contrib/modules/">http://www.apache.org/dist/co
     <PRE>
     ZINET ADD S-TFTP PGM-CTFT PORT-69 PROTOCOL-UDP MODEL-NOWAIT
 
-    ZINET ADD S-APACHE PGM-<EM>pppp</EM> MODEL-NOLISTEN PROTOCOL-TCP
+    ZINET ADD S-APACHE PGM-<EM>pppp</EM> MODEL-NOLISTEN
     or ZINET ADD S-APACHE PGM-<EM>pppp</EM> MODEL-DAEMON USER-root <A HREF="#daemon">(see notes above regarding the DAEMON model)</A></PRE>
   Please refer to <EM>IBM Transaction Processing Facility Transmission Control
   Protocol/Internet Protocol Version 4 Release 1</EM> for more information
index a5fef3ec76d3b0697086db1024e68d2948932aae..9d1a82a279c5ab7bd0e065e43915f24a2c8c2843 100644 (file)
@@ -85,6 +85,7 @@
    <LI>mod_autoindex.c
    <LI>mod_cern_meta.c
    <LI>mod_cgi.c <i><small>(requires PUT10)</small></i>
+   <LI>mod_digest.c
    <LI>mod_dir.c
    <LI>mod_env.c
    <LI>mod_example.c
    <LI>mod_negotiation.c
    <LI><A HREF="http://hpwww.ec-lyon.fr/~vincent/apache/mod_put.html">mod_put.c</A>
           <i> <small>(third party module)</small></i>
+   <LI>mod_proxy.c
    <LI>mod_setenvif.c
    <LI>mod_speling.c
    <LI>mod_status.c
    <LI>mod_usertrack.c
    <LI>os.c
    <LI>os-inline.c
+   <LI>proxy_cache.c
+   <LI>proxy_connect.c
+   <LI>proxy_ftp.c
+   <LI>proxy_http.c
+   <LI>proxy_util.c
    <LI>regular expression parser
    <LI>regular expression test tool <i><small>(requires PUT10)</small></i>
    <LI>rfc1413.c
    <LI>util_script.c
    <LI>util_uri.c
    </UL></MULTICOL>
-   <b>Notes:</b>
-      <A NAME="notes"></A>
+   <A NAME="notes"></A><b>Notes:</b>
    <ol>
       <li>Use of mod_access directives &quot;<tt>allow from</tt>&quot; &amp; &quot;<tt>deny from</tt>&quot;
           with host <i>names</i> (verses ip addresses) requires TPF version 4.1 PUT10
 
 <H3>Components/modules not yet supported on TPF:</H3>
 
-   <UL>
+   <multicol COLS=3><UL>
    <LI>htdigest.c
    <LI>lib/expat-lite
-   <LI>mod_digest.c
+   <LI>mod_auth_digest.c
    <LI>mod_rewrite.c
    <LI>mod_vhost_alias.c
-   <LI>proxy server code
-   </UL>
+   </UL></MULTICOL>
 
 <H3>Components/modules that don't apply or that probably won't ever be available on TPF:</H3>