You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2001/10/03 21:07:24 UTC

cvs commit: httpd-docs-1.3/htdocs/manual netware.html

bnicholes    01/10/03 12:07:24

  Modified:    htdocs/manual netware.html
  Log:
  Updated the NetWare page for NetWare 6 and to provide an
  Apache for NetWare news forum link
  
  Revision  Changes    Path
  1.6       +27 -19    httpd-docs-1.3/htdocs/manual/netware.html
  
  Index: netware.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/netware.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- netware.html	2001/10/02 11:02:58	1.5
  +++ netware.html	2001/10/03 19:07:24	1.6
  @@ -5,7 +5,7 @@
     <head>
       <meta name="generator" content="HTML Tidy, see www.w3.org" />
   
  -    <title>Using Apache with Novell NetWare 5</title>
  +    <title>Using Apache with Novell NetWare</title>
     </head>
     <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
   
  @@ -17,17 +17,24 @@
         <h3>Apache HTTP Server Version 1.3</h3>
       </div>
   
  -    <h1 align="CENTER">Using Apache With Novell NetWare 5</h1>
  +    <h1 align="CENTER">Using Apache With Novell NetWare</h1>
   
  -    <p>This document explains how to install, configure and run
  -    Apache 1.3 under Novell NetWare 5. Please note that at this
  -    time, NetWare support is entirely experimental, and is
  -    recommended only for experienced users. The Apache Group does
  -    not guarantee that this software will work as documented, or
  -    even at all. If you find any bugs, or wish to contribute in
  -    other ways, please use our <a
  -    href="http://httpd.apache.org/bug_report.html">bug reporting
  -    page.</a></p>
  +	<p>This document explains how to install, configure and run
  +	   Apache 1.3 under Novell NetWare 5.x and above. If you find any bugs, 
  +	   or wish to contribute in other ways, please
  +	   use our <a HREF="http://www.apache.org/bug_report.html">bug reporting
  +	   page.</a></p>
  +
  +	<p>The bug reporting page and new-httpd mailing list are <em>not</em> 
  +	   provided to answer questions about configuration or running Apache.  
  +	   Before you submit a bug report or request, first consult this document, the 
  +	   <a HREF="misc/FAQ.html">Frequently Asked Questions</a> page and the other 
  +	   relevant documentation topics.  If you still have a question or problem, 
  +	   post it to the <a HREF="news://devforums.novell.com/novell.devsup.webserver">
  +	   novell.devsup.webserver</a> newsgroup, where many 
  +	   Apache users are more than willing to answer new 
  +	   and obscure questions about using Apache on NetWare.</p>
  +   
       Most of this document assumes that you are installing Apache
       from a binary distribution. If you want to compile Apache
       yourself (possibly to help with development, or to track down
  @@ -51,19 +58,19 @@
       <hr />
   
       <h2><a id="req" name="req">Requirements</a></h2>
  -    Apache 1.3 is designed to run on NetWare 5.0 and 5.1. 
  +    Apache 1.3 is designed to run on NetWare 5.x and above and is 
  +	installed by default on all NetWare 6 servers. 
   
       <p><strong>If running on NetWare 5.0 you must install Service
  -    Pack 5.</strong></p>
  +    Pack 5 or above.</strong></p>
   
       <p><strong>If running on NetWare 5.1 you must install Service
  -    Pack 1.</strong></p>
  +    Pack 1 or above.</strong></p>
   
       <p>NetWare service packs are available <a
       href="http://support.novell.com/misc/patlst.htm#nw">here.</a></p>
   
  -    <h2><a id="down" name="down">Downloading Apache for NetWare
  -    5</a></h2>
  +    <h2><a id="down" name="down">Downloading Apache for NetWare</a></h2>
   
       <p>Information on the latest version of Apache can be found on
       the Apache web server at <a
  @@ -77,7 +84,8 @@
       There is no Apache install program for NetWare currently. You
       will need to compile apache and copy the files over to the
       server manually. An install program will be posted at a later
  -    date. 
  +    date. If you are running NetWare 6, Apache for NetWare has been 
  +	installed by default.
   
       <p>Follow these steps to install Apache on NetWare from the
       binary download (assuming you will install to sys:/apache):</p>
  @@ -101,8 +109,8 @@
         <li>Create a directory called <code>Apache</code> on a
         NetWare volume</li>
   
  -      <li>Copy Apache.nlm, Apachec.nlm, htdigest.nlm, and
  -      htpasswd.nlm to sys:/apache</li>
  +      <li>Copy Apache.nlm, Apachec.nlm, htdigest.nlm, htpasswd.nlm,
  +	  xmlparse.nlm, and xmltok.nlm to sys:/apache</li>
   
         <li>Create a directory under SYS:/APACHE called CONF</li>