You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by mc...@apache.org on 2002/09/28 00:17:50 UTC

cvs commit: httpd-docs-1.3/htdocs/manual install-tpf.html readme-tpf.html

mccreedy    2002/09/27 15:17:50

  Modified:    htdocs/manual install-tpf.html readme-tpf.html
  Log:
  Various updates to TPF documentation.
  
  Revision  Changes    Path
  1.19      +25 -21    httpd-docs-1.3/htdocs/manual/install-tpf.html
  
  Index: install-tpf.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/install-tpf.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- install-tpf.html	18 Jun 2002 23:23:05 -0000	1.18
  +++ install-tpf.html	27 Sep 2002 22:17:49 -0000	1.19
  @@ -18,10 +18,10 @@
       <hr />
   
       <center>
  -      [ <a href="#download">Download</a>&nbsp; | <a
  -      href="#compilation">Compilation</a>&nbsp; | <a
  -      href="#installation">Installation</a>&nbsp; | <a
  -      href="#visualage">VisualAge</a> ]
  +      [ <a href="#download">Download</a>
  +      | <a href="#compilation">Compilation</a>
  +      | <a href="#installation">Installation</a>
  +      | <a href="#visualage">VisualAge</a>&nbsp;]
       </center>
       <hr />
   
  @@ -50,7 +50,7 @@
         <li>Download the compressed Apache files (the "tarball") to
         your PC. The file name on the web site will be something like
         <tt>apache_1.3.<i>xx</i>.tar.Z</tt>.<br />
  -       <font color="#FF0000"><font size="+1">TIP:</font></font> Be
  +       <font color="#cc6600"><font size="+1">TIP:</font></font> Be
         sure to keep the <tt>.tar.Z</tt> extension when choosing the
         name of the PC file.&nbsp;<br />
          &nbsp;</li>
  @@ -58,7 +58,7 @@
         <li>
           Decompress the tarball on your PC using WinZip or some
           other PC decompression tool.<br />
  -         <font color="#FF0000"><font size="+1">TIP:</font></font>
  +         <font color="#cc6600"><font size="+1">TIP:</font></font>
           If you are using WinZip verify that the <i>"TAR File Smart
           CR/LF Conversion"</i> option (under Options, Configuration)
           is NOT checked.<br />
  @@ -100,7 +100,7 @@
             <li>exit FTP: <b><tt>bye</tt></b>&nbsp;</li>
           </ul>
   
  -        <p><font color="#FF0000"><font size="+1">TIP:</font></font>
  +        <p><font color="#cc6600"><font size="+1">TIP:</font></font>
           UNIX file names are case sensitive. If you use an NFS
           client to transfer files from your PC to OS/390 UNIX
           (instead of using FTP as described above) verify that the
  @@ -145,7 +145,7 @@
       modify src/os/tpf/TPFExport and src/Configure to match your
       environment.<br />
       <br />
  -     <font color="#FF0000"><font size="+1">TIP:</font></font>
  +     <font color="#cc6600"><font size="+1">TIP:</font></font>
       Editing files on your PC prior to moving them to OS/390 UNIX
       may result in the loss/addition of unprintable characters.
       Files of concern include shell scripts and src/Configuration.
  @@ -340,7 +340,7 @@
         Set the TPF environment variables:
         <b><tt>.&nbsp;os/tpf/TPFExport</tt></b>&nbsp;<br />
         <br />
  -       <font color="#FF0000"><font size="+1">TIP:</font></font> The
  +       <font color="#cc6600"><font size="+1">TIP:</font></font> The
         initial period and blank on the command are required to
         ensure the environment variables exist beyond the scope of
         the shell script.<br />
  @@ -505,20 +505,25 @@
             src/Configuration file.&nbsp;</li>
           </ul>
           <br />
  -         <font color="#FF0000"><font size="+1">TIP:</font></font>
  +         <font color="#cc6600"><font size="+1">TIP:</font></font>
           Do NOT include gen_test_char.o or gen_uri_delims.o in the
           link JCL since these files are only used during the
           <tt>make</tt> step.&nbsp;<br /><br />
   
  -
           If you receive an "Unresolved references" error for "<tt>XML_ErrorString</tt>"
           you probably need to <a href="#delete-expat">remove the expat-lite directory</a>
           and start back at the "<a href="#run-configure">Run the Configure script" step</a><br /><br />
   
  -  
           If you receive an "unable to open" error  for <tt>lib/expat-lite/hashtable.o</tt>"
           you probably need to remove all of the expat-lite .o's from your link JCL<br />
  -         &nbsp;
  +         &nbsp;<br />
  +
  +         <font color="#cc6600"><font size="+1">TIP:</font></font>
  +        Apache uses cinet6, which is part of the Internet Daemon (ZINET).
  +        Ensure that you link Apache with the proper version of cinet6 for your system.
  +        If&nbsp;you apply changes to cinet6 you should re-link Apache to prevent the
  +        <code>inetd_getServer</code> and/or <code>inetd_getServerStatus</code> functions
  +        from failing.<br /><br />
   
         </li>
   
  @@ -626,7 +631,7 @@
             instead: <tt><b>ZINET&nbsp;ADD&nbsp;S-APACHE&nbsp;PGM-<em>chta</em>&nbsp;MODEL-NOLISTEN</b></tt></li>
           </ul>
           <br />
  -         <font color="red" size="4">TIP:</font> Logic changes
  +         <font color="#cc6600" size="4">TIP:</font> Logic changes
           implemented with PUT11 cause ZINET to <i>not</i> restart
           NOLISTEN servers after <tt>ZOLDR&nbsp;ACT</tt> and
           <tt>ZOLDR&nbsp;DEACT</tt> entries. This means that Apache
  @@ -678,18 +683,17 @@
         <li><i>"DLL - Generate DLL code"</i> must be checked
          &nbsp;</li>
   
  -      <li><i>"LONGNAME - Support long names"</i> must be
  -      checked
  +      <li><i>"LONGNAME - Support long names"</i> must be checked
          &nbsp;</li>
       </ul>
   
       <hr />
       <center>
  -      [ <a href="#top">top</a>&nbsp; | <a
  -      href="#download">Download</a>&nbsp; | <a
  -      href="#compilation">Compilation</a>&nbsp; | <a
  -      href="#installation">Installation</a>&nbsp; | <a
  -      href="#visualage">VisualAge</a> ]
  +      [ <a href="#top">top</a>
  +      | <a href="#download">Download</a>
  +      | <a href="#compilation">Compilation</a>
  +      | <a href="#installation">Installation</a>
  +      | <a href="#visualage">VisualAge</a>&nbsp;]
       </center>
     </body>
   </html>
  
  
  
  1.14      +14 -14    httpd-docs-1.3/htdocs/manual/readme-tpf.html
  
  Index: readme-tpf.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/readme-tpf.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- readme-tpf.html	18 Jun 2002 23:23:05 -0000	1.13
  +++ readme-tpf.html	27 Sep 2002 22:17:50 -0000	1.14
  @@ -17,12 +17,12 @@
       <hr />
   
       <center>
  -      [ <a href="#configuration_files">Configuration Files</a>&nbsp;
  -      | <a href="#whats_available">What's Available</a>&nbsp;
  -      | <a href="#cgi">CGI Scripts</a>&nbsp;
  -      | <a href="#options">Options</a>&nbsp;
  -      | <a href="#syslog">Syslog</a>&nbsp;
  -      | <a href="#porting_notes">Porting Notes</a>&nbsp; ]
  +      [ <a href="#configuration_files">Configuration&nbsp;Files</a>
  +      | <a href="#whats_available">What's&nbsp;Available</a>
  +      | <a href="#cgi">CGI&nbsp;Scripts</a>
  +      | <a href="#options">Options</a>
  +      | <a href="#syslog">Syslog</a>
  +      | <a href="#porting_notes">Porting&nbsp;Notes</a>&nbsp;]
       </center>
       <hr />
   
  @@ -382,7 +382,7 @@
   
       <div style="margin-left: 2em">
       <table border="1" cellpadding="5">
  -    <tr><td><b>Option</b>
  +    <tr><td><b>Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b>
           </td><td><b>ZFILE</b></td>
           <td><b>ZINET</b>
           </td><td><b>Description</b></td></tr>
  @@ -618,13 +618,13 @@
       <hr />
   
       <center>
  -      [ <a href="#top">top</a>&nbsp;
  -      | <a href="#configuration_files">Configuration Files</a>&nbsp;
  -      | <a href="#whats_available">What's Available</a>&nbsp;
  -      | <a href="#cgi">CGI Scripts</a>&nbsp;
  -      | <a href="#options">Options</a>&nbsp;
  -      | <a href="#syslog">Syslog</a>&nbsp;
  -      | <a href="#porting_notes">Porting Notes</a> ]
  +      [ <a href="#top">top</a>
  +      | <a href="#configuration_files">Configuration&nbsp;Files</a>
  +      | <a href="#whats_available">What's&nbsp;Available</a>
  +      | <a href="#cgi">CGI&nbsp;Scripts</a>
  +      | <a href="#options">Options</a>
  +      | <a href="#syslog">Syslog</a>
  +      | <a href="#porting_notes">Porting&nbsp;Notes</a>&nbsp;]
       </center>
     </body>
   </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org