home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / apache / apache_2.0.45-win32-x86-no_ssl.msi / Data.Cab / F233009_netware.html.en < prev    next >
Extensible Markup Language  |  2003-03-30  |  29KB  |  627 lines

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