home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278446_netware.xml < prev    next >
Extensible Markup Language  |  2004-07-14  |  24KB  |  587 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.3.2.8 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <manualpage metafile="netware.xml.meta">
  23.   <parentdocument href="./">Platform Specific Notes</parentdocument>
  24.  
  25.   <title>Using Apache With Novell NetWare</title>
  26.  
  27.   <summary>
  28.  
  29.     <p>This document explains how to install, configure and run
  30.     Apache 2.0 under Novell NetWare 6.0 and above. If you find any bugs,
  31.     or wish to contribute in other ways, please use our
  32.     <a href="http://httpd.apache.org/bug_report.html">bug reporting
  33.     page.</a></p>
  34.  
  35.     <p>The bug reporting page and dev-httpd mailing list are <em>not</em>
  36.     provided to answer questions about configuration or running Apache.
  37.     Before you submit a bug report or request, first consult this document, the
  38.     <a href="../faq/">Frequently Asked Questions</a> page and the other
  39.     relevant documentation topics. If you still have a question or problem,
  40.     post it to the <a href="news://developer-forums.novell.com/novell.devsup.webserver">
  41.     novell.devsup.webserver</a> newsgroup, where many Apache users are more than
  42.     willing to answer new and obscure questions about using Apache on NetWare.</p>
  43.  
  44.     <p>Most of this document assumes that you are installing Apache
  45.     from a binary distribution. If you want to compile Apache
  46.     yourself (possibly to help with development, or to track down
  47.     bugs), see the section on <a href="#comp">Compiling Apache for
  48.     NetWare</a> below.</p>
  49.  
  50.   </summary>
  51.  
  52.   <section id="req">
  53.  
  54.     <title>Requirements</title>
  55.  
  56.     <p>Apache 2.0 is designed to run on NetWare 6.0 service pack 3 
  57.     and above. If you are running a service pack less
  58.     than SP3, you must install the latest 
  59.     <a href="http://developer.novell.com/ndk/libc.htm">NetWare Libraries
  60.     for C (LibC)</a>.</p>
  61.  
  62.     <p>NetWare service packs are available <a
  63.     href="http://support.novell.com/misc/patlst.htm#nw">here</a>.</p>
  64.  
  65.     <p>Apache 2.0 for NetWare can also be run in a NetWare 5.1 environment
  66.     as long as the latest service pack or the latest version
  67.     of the <a href="http://developer.novell.com/ndk/libc.htm">NetWare Libraries
  68.     for C (LibC)</a> has been installed .  <strong>WARNING:</strong> Apache 2.0 
  69.     for NetWare has not been targeted for or tested in this environment.</p>
  70.  
  71.   </section>
  72.  
  73.   <section id="down">
  74.  
  75.     <title>Downloading Apache for NetWare</title>
  76.  
  77.     <p>Information on the latest version of Apache can be found on
  78.     the Apache web server at <a
  79.     href="http://www.apache.org/">http://www.apache.org/</a>. This
  80.     will list the current release, any more recent alpha or
  81.     beta-test releases, together with details of mirror web and
  82.     anonymous ftp sites. Binary builds of the latest releases of
  83.     Apache 2.0 for NetWare can be downloaded from 
  84.     <a href="http://www.apache.org/dist/httpd/binaries/netware">here</a>.</p>
  85.  
  86.   </section>
  87.  
  88.   <section id="inst">
  89.  
  90.     <title>Installing Apache for NetWare</title>
  91.  
  92.     <p>There is no Apache install program for NetWare currently. If you
  93.     are building Apache 2.0 for NetWare from source, you will need to 
  94.     copy the files over to the server manually.</p>
  95.  
  96.     <p>Follow these steps to install Apache on NetWare from the
  97.     binary download (assuming you will install to
  98.     <code>sys:/apache2</code>):</p>
  99.  
  100.     <ul>
  101.       <li>Unzip the binary download file to the root of the <code>SYS:</code>
  102.       volume (may be installed to any volume)</li>
  103.  
  104.       <li>Edit the <code>httpd.conf</code> file setting <directive
  105.       module="core">ServerRoot</directive> and <directive
  106.       module="core">ServerName</directive> along with any file path values
  107.       to reflect your correct server settings</li>
  108.  
  109.       <li>Add <code>SYS:/APACHE2</code> to the search path, for example:
  110.         <example>SEARCH ADD SYS:\APACHE2</example>
  111.       </li>
  112.  
  113.     </ul>
  114.  
  115.     <p>Follow these steps to install Apache on NetWare manually
  116.     from your own build source (assuming you will install to
  117.     <code>sys:/apache2</code>):</p>
  118.  
  119.     <ul>
  120.       <li>Create a directory called <code>Apache2</code> on a
  121.       NetWare volume</li>
  122.  
  123.       <li>Copy <code>APACHE2.NLM</code>, <code>APRLIB.NLM</code>
  124.       to <code>SYS:/APACHE2</code></li>
  125.  
  126.       <li>Create a directory under <code>SYS:/APACHE2</code>
  127.       called <code>BIN</code></li>
  128.  
  129.       <li>Copy <code>HTDIGEST.NLM</code>, <code>HTPASSWD.NLM</code>, 
  130.       <code>HTDBM.NLM</code>, <code>LOGRES.NLM</code>, <code>ROTLOGS.NLM</code>
  131.       to <code>SYS:/APACHE2/BIN</code></li>
  132.  
  133.       <li>Create a directory under <code>SYS:/APACHE2</code>
  134.       called <code>CONF</code></li>
  135.  
  136.       <li>Copy the <code>HTTPD-STD.CONF</code> file to the
  137.       <code>SYS:/APACHE2/CONF</code> directory and rename to
  138.       <code>HTTPD.CONF</code></li>
  139.  
  140.       <li>Copy the <code>MIME.TYPES</code>, <code>CHARSET.CONV</code> and 
  141.       <code>MAGIC</code> files to <code>SYS:/APACHE2/CONF</code> directory</li>
  142.  
  143.       <li>Copy all files and subdirectories in <code>\HTTPD-2.0\DOCS\ICONS</code>
  144.       to <code>SYS:/APACHE2/ICONS</code></li>
  145.  
  146.       <li>Copy all files and subdirectories in <code>\HTTPD-2.0\DOCS\MANUAL</code>
  147.       to <code>SYS:/APACHE2/MANUAL</code></li>
  148.  
  149.       <li>Copy all files and subdirectories in <code>\HTTPD-2.0\DOCS\ERROR</code>
  150.       to <code>SYS:/APACHE2/ERROR</code></li>
  151.  
  152.       <li>Copy all files and subdirectories in <code>\HTTPD-2.0\DOCS\DOCROOT</code>
  153.       to <code>SYS:/APACHE2/HTDOCS</code></li>
  154.  
  155.       <li>Create the directory <code>SYS:/APACHE2/LOGS</code>
  156.       on the server</li>
  157.  
  158.       <li>Create the directory <code>SYS:/APACHE2/CGI-BIN</code>
  159.       on the server</li>
  160.  
  161.       <li>Create the directory <code>SYS:/APACHE2/MODULES</code>
  162.       and copy all nlm modules into the <code>modules</code> directory</li>
  163.  
  164.       <li>Edit the <code>HTTPD.CONF</code> file searching for all
  165.       <code>@@Value@@</code> markers and replacing them with the
  166.       appropriate setting</li>
  167.  
  168.       <li>Add <code>SYS:/APACHE2</code> to the search path, for example:
  169.         <example>SEARCH ADD SYS:\APACHE2</example>
  170.       </li>
  171.     </ul>
  172.  
  173.     <p>Apache may be installed to other volumes besides the default <code>SYS</code> volume.</p>
  174.  
  175.     <p>During the build process, adding the keyword "install" to the makefile command line
  176.     will automatically produce a complete distribution package under the subdirectory 
  177.     <code>DIST</code>. Install Apache by simply copying the distribution that was produced 
  178.     by the makfiles to the root of a NetWare volume (see: <a href="#comp">Compiling Apache for 
  179.     NetWare</a> below).</p>
  180.  
  181.   </section>
  182.  
  183.   <section id="run">
  184.  
  185.     <title>Running Apache for NetWare</title>
  186.  
  187.     <p>To start Apache just type <code>apache</code> at the
  188.     console. This will load apache in the OS address space. If you
  189.     prefer to load Apache in a protected address space you may
  190.     specify the address space with the load statement as follows:</p>
  191.  
  192.     <example>
  193.       load address space = apache2 apache2
  194.     </example>
  195.  
  196.     <p>This will load Apache into an address space called apache2.
  197.     Running multiple instances of Apache concurrently on NetWare is
  198.     possible by loading each instance into its own protected
  199.     address space.</p>
  200.  
  201.     <p>After starting Apache, it will be listening to port 80
  202.     (unless you changed the <directive module="mpm_common">Listen</directive>
  203.     directive in the configuration files).
  204.     To connect to the server and access the default page,
  205.     launch a browser and enter the server's name or address. This
  206.     should respond with a welcome page, and a link to the Apache
  207.     manual. If nothing happens or you get an error, look in the
  208.     <code>error_log</code> file in the <code>logs</code>
  209.     directory.</p>
  210.  
  211.     <p>Once your basic installation is working, you should
  212.     configure it properly by editing the files in the
  213.     <code>conf</code> directory.</p>
  214.  
  215.     <p>To unload Apache running in the OS address space just type
  216.     the following at the console:</p>
  217.  
  218.     <example>
  219.       unload apache2
  220.     </example>
  221.  
  222.     <p>or</p>
  223.  
  224.     <example>
  225.       apache2 shutdown
  226.     </example>
  227.  
  228.     <p>If apache is running in a protected address space specify the
  229.     address space in the unload statement:</p>
  230.  
  231.     <example>
  232.       unload address space = apache2 apache2
  233.     </example>
  234.  
  235.     <p>When working with Apache it is important to know how it will
  236.     find the configuration files. You can specify a configuration
  237.     file on the command line in two ways:</p>
  238.  
  239.     <ul>
  240.       <li><code>-f</code> specifies a path to a particular
  241.       configuration file</li>
  242.     </ul>
  243.  
  244.     <example>
  245.       apache2 -f "vol:/my server/conf/my.conf"
  246.     </example>
  247.  
  248.     <example>
  249.       apache -f test/test.conf
  250.     </example>
  251.  
  252.     <p>In these cases, the proper <directive module="core">ServerRoot</directive>
  253.     should be set in the configuration file.</p>
  254.  
  255.     <p>If you don't specify a configuration file name with <code>-f</code>,
  256.     Apache will use the file name compiled into the server, usually
  257.     <code>conf/httpd.conf</code>. Invoking Apache with the <code>-V</code>
  258.     switch will display this value labeled as <code>SERVER_CONFIG_FILE</code>.
  259.     Apache will then determine its <directive module="core">ServerRoot</directive>
  260.     by trying the following, in this order:</p>
  261.  
  262.     <ul>
  263.       <li>A <code>ServerRoot</code> directive via a
  264.       <code>-C</code> switch.</li>
  265.  
  266.       <li>The <code>-d</code> switch on the command line.</li>
  267.  
  268.       <li>Current working directory</li>
  269.  
  270.       <li>The server root compiled into the server.</li>
  271.     </ul>
  272.  
  273.     <p>The server root compiled into the server is usually <code>sys:/apache2</code>.
  274.     invoking apache with the <code>-V</code> switch will display this value labeled as
  275.     <code>HTTPD_ROOT</code>.</p>
  276.  
  277.     <p>Apache 2.0 for NetWare includes a set of command line directives that can
  278.     be used to modify or display information about the running instance of the
  279.     web server. These directives are only available while Apache is running. Each 
  280.     of these directives must be preceded by the keyword <code>APACHE2</code>.</p>
  281.  
  282.     <dl>
  283.       <dt>RESTART</dt>
  284.       <dd>Instructs Apache to terminate all running worker
  285.       threads as they become idle, reread the configuration file and restart each
  286.       worker thread based on the new configuration.</dd>
  287.  
  288.       <dt>VERSION</dt>
  289.       <dd>Displays version information about the currently
  290.       running instance of Apache.</dd>
  291.  
  292.       <dt>MODULES</dt>
  293.       <dd>Displays a list of loaded modules both built-in
  294.       and external.</dd>
  295.  
  296.       <dt>DIRECTIVES</dt>
  297.       <dd>Displays a list of all available directives.</dd>
  298.  
  299.       <dt>SETTINGS</dt>
  300.       <dd>Enables or disables the thread status display
  301.       on the console. When enabled, the state of each running threads is displayed 
  302.       on the Apache console screen.</dd>
  303.  
  304.       <dt>SHUTDOWN</dt>
  305.       <dd>Terminates the running instance of the Apache
  306.       web server.</dd>
  307.  
  308.       <dt>HELP</dt>
  309.       <dd>Describes each of the runtime directives.</dd>
  310.     </dl>
  311.  
  312.     <p>By default these directives are issued against the instance of Apache running
  313.     in the OS address space. To issue a directive against a specific instance running
  314.     in a protected address space, include the -p parameter along with the name of the
  315.     address space. For more information type "apache2 Help" on the command line.</p>
  316.  
  317.   </section>
  318.  
  319.   <section id="use">
  320.  
  321.     <title>Configuring Apache for NetWare</title>
  322.  
  323.     <p>Apache is configured by reading configuration files usually stored
  324.     in the <code>conf</code> directory. These are the same as files used 
  325.     to configure the Unix version, but there are a few different directives for
  326.     Apache on NetWare. See the <a href="../">Apache
  327.     documentation</a> for all the available directives.</p>
  328.  
  329.     <p>The main differences in Apache for NetWare are:</p>
  330.  
  331.     <ul>
  332.       <li>
  333.         <p>Because Apache for NetWare is multithreaded, it does not
  334.         use a separate process for each request, as Apache does on some Unix
  335.         implementations. Instead there are only threads running: a parent
  336.         thread, and multiple child or worker threads which handle the requests.</p>
  337.  
  338.         <p>Therefore the "process"-management directives are different:</p>
  339.  
  340.         <p><directive module="mpm_common">MaxRequestsPerChild</directive> -
  341.         Like the Unix directive, this controls how many requests
  342.         a worker thread will serve before exiting. The recommended default,
  343.         <code>MaxRequestsPerChild 0</code>, causes the thread to continue servicing
  344.         request indefinitely. It is recommended on NetWare, unless there is some
  345.         specific reason, that this directive always remain set to <code>0</code>.</p>
  346.  
  347.         <p><directive module="mpm_common">StartThreads</directive> -
  348.         This directive tells the server how many threads it should start initially.
  349.         The recommended default is <code>StartThreads 50</code>.</p>
  350.  
  351.         <p><directive module="mpm_common">MinSpareThreads</directive> -
  352.         This directive instructs the server to spawn additional worker threads
  353.         if the number of idle threads ever falls below this value. The recommended
  354.         default is <code>MinSpareThreads 10</code>.</p>
  355.  
  356.         <p><directive module="mpm_common">MaxSpareThreads</directive> -
  357.         This directive instructs the server to begin terminating worker threads
  358.         if the number of idle threads ever exceeds this value. The recommended
  359.         default is <code>MaxSpareThreads 100</code>.</p>
  360.  
  361.         <p><directive module="mpm_netware">MaxThreads</directive> -
  362.         This directive limits the total number of work threads to a maximum
  363.         value. The recommended default is <code>ThreadsPerChild 250</code>.</p>
  364.  
  365.         <p><directive module="mpm_netware">ThreadStackSize</directive> -
  366.         This directive tells the server what size of stack to use
  367.         for the individual worker thread. The recommended default
  368.         is <code>ThreadStackSize 65536</code>.</p>
  369.       </li>
  370.  
  371.       <li>
  372.         <p>The directives that accept filenames as arguments must use 
  373.         NetWare filenames instead of Unix names. However, because Apache 
  374.         uses Unix-style names internally, forward slashes must be used 
  375.         rather than backslashes. It is recommended that all rooted file paths 
  376.         begin with a volume name. If omitted, Apache will assume the 
  377.         <code>SYS:</code> volume which may not be correct.</p>
  378.       </li>
  379.  
  380.       <li>
  381.         <p>Apache for NetWare has the ability to load modules at
  382.         runtime, without recompiling the server. If Apache is
  383.         compiled normally, it will install a number of optional
  384.         modules in the <code>\Apache2\modules</code> directory.
  385.         To activate these, or other modules, the <directive
  386.         module="mod_so">LoadModule</directive> directive
  387.         must be used. For example, to active the status module, use
  388.         the following:</p>
  389.  
  390.         <example>
  391.           LoadModule status_module modules/status.nlm
  392.         </example>
  393.  
  394.         <p>Information on <a
  395.         href="../mod/mod_so.html#creating">creating loadable
  396.         modules</a> is also available.</p>
  397.       </li>
  398.     </ul>
  399.  
  400.     <section id="use-add">
  401.  
  402.       <title>Additional NetWare specific directives:</title>
  403.  
  404.       <ul>
  405.         <li><directive module="core">CGIMapExtension</directive> -
  406.         This directive maps a CGI file extension to a script interpreter.</li>
  407.       </ul>
  408.       <ul>
  409.         <li><directive module="mod_nw_ssl">SecureListen</directive> -
  410.         Enables SSL encryption for a specified port.</li>
  411.       </ul>
  412.       <ul>
  413.         <li><directive module="mod_nw_ssl">NWSSLTrustedCerts</directive> -
  414.         Adds trusted certificates that are used to create secure connections to proxied servers.</li>
  415.       </ul>
  416.       <ul>
  417.         <li><directive module="mod_nw_ssl">NWSSLUpgradeable</directive> -
  418.         Allow a connection created on the specified address/port to be upgraded to an SSL connection.</li>
  419.       </ul>
  420.  
  421.     </section>
  422.  
  423.   </section>
  424.  
  425.   <section id="comp">
  426.  
  427.     <title>Compiling Apache for NetWare</title>
  428.  
  429.     <p>Compiling Apache requires MetroWerks CodeWarrior 6.x or higher. Once 
  430.     Apache has been built, it can be installed to the root of any NetWare 
  431.     volume. The default is the <code>sys:/Apache2</code> directory.</p>
  432.  
  433.     <p>Before running the server you must fill out the <code>conf</code>
  434.     directory. Copy the file <code>HTTPD-STD.CONF</code> from the distribution
  435.     <code>conf</code> directory and rename it to <code>HTTPD.CONF</code>.
  436.     Edit the <code>HTTPD.CONF</code> file searching for all <code>@@Value@@</code>
  437.     markers and replacing them with the appropriate setting. Copy over
  438.     the <code>conf/magic</code> and <code>conf/mime.types</code> files as well.
  439.     Alternatively, a complete distribution can be built by including the keyword
  440.     <code>install</code> when invoking the makefiles.</p>
  441.  
  442.     <section id="comp-req">
  443.  
  444.       <title>Requirements:</title>
  445.  
  446.       <p>The following development tools are required to build
  447.       Apache 2.0 for NetWare:</p>
  448.  
  449.       <ul>
  450.         <li>Metrowerks CodeWarrior 6.0 or higher with the
  451.         <a href="http://developer.novell.com/ndk/cwpdk.htm">NetWare PDK 3.0</a>
  452.         or higher.</li>
  453.  
  454.         <li><a href="http://developer.novell.com/ndk/libc.htm">NetWare Libraries
  455.         for C (LibC)</a></li>
  456.  
  457.         <li><a href="http://developer.novell.com/ndk/cldap.htm">LDAP Libraries
  458.         for C</a></li>
  459.  
  460.         <li><a href="http://www.gzip.org/zlib/">ZLIB Compression Library source code</a></li>
  461.  
  462.         <li>AWK utility (awk, gawk or similar). AWK can be downloaded from
  463.         <a href="http://developer.novell.com/ndk/apache.htm">http://developer.novell.com/ndk/apache.htm</a>.
  464.         The utility must be found in your windows path and must be named <code>awk.exe</code>.</li>
  465.  
  466.         <li>To build using the makefiles, you will need GNU make version 3.78.1 (GMake) available at
  467.         <a href="http://developer.novell.com/ndk/apache.htm">http://developer.novell.com/ndk/apache.htm</a>.</li>
  468.       </ul>
  469.  
  470.     </section>
  471.  
  472.     <section id="comp-make">
  473.  
  474.       <title>Building Apache using the NetWare makefiles:</title>
  475.  
  476.       <ul>
  477.         <li>Set the environment variable <code>NOVELLLIBC</code> to the
  478.         location of the NetWare Libraries for C SDK, for example:
  479.         <example>Set NOVELLLIBC=c:\novell\ndk\libc</example>
  480.         </li>
  481.  
  482.         <li>Set the environment variable <code>METROWERKS</code> to the
  483.         location where you installed the Metrowerks CodeWarrior compiler,
  484.         for example:
  485.         <example>Set METROWERKS=C:\Program Files\Metrowerks\CodeWarrior</example>
  486.         If you installed to the default location <code>C:\Program
  487.         Files\Metrowerks\CodeWarrior</code>, you don't need to set this.</li>
  488.  
  489.         <li>Set the environment variable <code>LDAPSDK</code> to the
  490.         location where you installed the LDAP Libraries for C, for example:
  491.         <example>Set LDAPSDK=c:\Novell\NDK\cldapsdk\NetWare\libc</example>
  492.         </li>
  493.  
  494.         <li>Set the environment variable <code>ZLIBSDK</code> to the
  495.         location where you installed the source code for the ZLib Library,
  496.         for example:
  497.         <example>Set ZLIBSDK=D:\NOVELL\zlib</example>
  498.         </li>
  499.         
  500.         <li>Set the environment variable <code>AP_WORK</code> to the full path of
  501.         the <code>\httpd-2.0</code> directory.</li>
  502.  
  503.         <li>Set the environment variable <code>APR_WORK</code> to the full path of
  504.         the <code>\httpd-2.0\srclib\apr</code> directory.</li>
  505.  
  506.         <li>Make sure that the path to the AWK utility and the GNU make utility
  507.         (<code>gmake.exe</code>) have been included in the system's
  508.         <code>PATH</code> environment variable.</li>
  509.  
  510.         <li>Download the source code and unzip to an appropriate directory on
  511.         your workstation.</li>
  512.  
  513.         <li>Change directory to <code>\httpd-2.0\srclib\apr-util\uri</code> and build
  514.         <code>GENURI.nlm</code> by running "<code>gmake -f nwgnumakefile</code>".</li>
  515.  
  516.         <li>Copy the file <code>GENURI.nlm</code> to the <code>SYS:</code> volume
  517.         of a NetWare server and run using the following command:
  518.           <example>SYS:\genuri > sys:\uri_delims.h</example>
  519.         </li>
  520.  
  521.         <li>Copy the file <code>uri_delims.h</code> to the directory
  522.         <code>\httpd-2.0\srclib\apr-util\uri</code> on the build machine.</li>
  523.  
  524.         <li>Change directory to <code>\httpd-2.0\srclib\apr</code> and build APR
  525.         by running "<code>gmake -f nwgnumakefile</code>"</li>
  526.  
  527.         <li>Change directory to <code>\httpd-2.0\srclib\pcre</code> and build
  528.         <code>DFTABLES.nlm</code> by running "<code>gmake -f nwgnumakefile</code>"</li>
  529.  
  530.         <li>Change directory to <code>\httpd-2.0\server</code> and build
  531.         <code>GENCHARS.nlm</code> by running "<code>gmake -f nwgnumakefile</code>"</li>
  532.  
  533.         <li>Copy the files <code>GENCHARS.nlm</code> and <code>DFTABLES.nlm</code>
  534.         from their respective directories to the <code>SYS:</code> volume of a
  535.         NetWare server and run them using the following commands:
  536.           <example>
  537.             SYS:\genchars > sys:\test_char.h<br />
  538.             SYS:\dftables > sys:\chartables.c<br />
  539.           </example>
  540.         </li>
  541.  
  542.         <li>Copy the files <code>test_char.h</code> and <code>chartables.c</code>
  543.         to the directory <code>\httpd-2.0\os\netware</code> on the build machine.</li>
  544.  
  545.         <li>Change directory to <code>\httpd-2.0</code> and build Apache by running
  546.         "<code>gmake -f nwgnumakefile</code>". You can create a distribution directory by
  547.         adding an install parameter to the command, for example:
  548.         <example>gmake -f nwgnumakefile install</example>
  549.         </li>
  550.       </ul>
  551.  
  552.     </section>
  553.  
  554.     <section id="comp-add">
  555.  
  556.       <title>Additional make options</title>
  557.  
  558.       <ul>
  559.         <li><code>gmake -f nwgnumakefile</code><p>Builds release versions of all of the
  560.         binaries and copies them to a <code>\release</code> destination directory.</p></li>
  561.  
  562.         <li><code>gmake -f nwgnumakefile DEBUG=1</code><p>Builds debug versions of all of the
  563.         binaries and copies them to a <code>\debug</code> destination directory.</p></li>
  564.  
  565.         <li><code>gmake -f nwgnumakefile install</code><p>Creates a complete Apache
  566.         distribution with binaries, docs and additional support files in a
  567.         <code>\dist\Apache2</code> directory.</p></li>
  568.  
  569.         <li><code>gmake -f nwgnumakefile installdev</code><p>Same as install but also creates a
  570.         <code>\lib</code> and <code>\include</code> directory in the destination directory
  571.         and copies headers and import files.</p></li>
  572.  
  573.         <li><code>gmake -f nwgnumakefile clean</code><p>Cleans all object files and binaries
  574.         from the <code>\release</code> or <code>\debug</code> build areas depending on whether
  575.         <code>DEBUG</code> has been defined.</p></li>
  576.  
  577.         <li><code>gmake -f nwgnumakefile clobber_all</code><p>Same as clean and also deletes
  578.         the distribution directory if it exists.</p></li>
  579.       </ul>
  580.  
  581.     </section>
  582.  
  583.   </section>
  584.  
  585. </manualpage>
  586.  
  587.