manoj       99/12/21 12:43:53

  Modified:    htdocs/manual install-tpf.html readme-tpf.html
               src/os/tpf/samples linkdll.jcl
  Log:
  Documentation update for latest TPF changes
  
  Submitted by: David McCreedy <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.9       +3 -6      apache-1.3/htdocs/manual/install-tpf.html
  
  Index: install-tpf.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/install-tpf.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -d -u -r1.8 -r1.9
  --- install-tpf.html  1999/09/01 04:28:51     1.8
  +++ install-tpf.html  1999/12/21 20:43:48     1.9
  @@ -73,11 +73,8 @@
          <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 @@
       <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
  
  
  
  1.7       +11 -6     apache-1.3/htdocs/manual/readme-tpf.html
  
  Index: readme-tpf.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/readme-tpf.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -u -r1.6 -r1.7
  --- readme-tpf.html   1999/09/01 04:28:52     1.6
  +++ readme-tpf.html   1999/12/21 20:43:49     1.7
  @@ -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
  @@ -101,6 +102,7 @@
      <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
  @@ -110,6 +112,11 @@
      <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
  @@ -120,8 +127,7 @@
      <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
  @@ -130,14 +136,13 @@
   
   <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>
   
  
  
  
  1.4       +10 -0     apache-1.3/src/os/tpf/samples/linkdll.jcl
  
  Index: linkdll.jcl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/tpf/samples/linkdll.jcl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -d -u -r1.3 -r1.4
  --- linkdll.jcl       1999/09/20 20:47:14     1.3
  +++ linkdll.jcl       1999/12/21 20:43:52     1.4
  @@ -82,6 +82,12 @@
   //PLKED.OBJ51  DD PATH='/<your-path-here>/src/regex/regerror.o'
   //PLKED.OBJ52  DD PATH='/<your-path-here>/src/regex/regexec.o'
   //PLKED.OBJ53  DD PATH='/<your-path-here>/src/regex/regfree.o'
  +//PLKED.OBJ54  DD PATH='/<your-path-here>/src/lib/expat-lite/hashtable.\
  +//             o'
  +//PLKED.OBJ55  DD PATH='/<your-path-here>/src/lib/expat-lite/xmlparse.o\
  +//             '
  +//PLKED.OBJ56  DD PATH='/<your-path-here>/src/lib/expat-lite/xmlrole.o'
  +//PLKED.OBJ57  DD PATH='/<your-path-here>/src/lib/expat-lite/xmltok.o'
   //PLKED.SYSIN DD *
    ORDER @@DLMHDR
    INCLUDE OBJLIB(CSTRTD40)
  @@ -138,6 +144,10 @@
    INCLUDE OBJ51
    INCLUDE OBJ52
    INCLUDE OBJ53
  + INCLUDE OBJ54
  + INCLUDE OBJ55
  + INCLUDE OBJ56
  + INCLUDE OBJ57
    INCLUDE OBJLIB(CINET640)
   /*
   //*** WARNING *** NEVER change .LK to .OB in SYSLMOD!!!
  
  
  

Reply via email to