From: Rich Bowen Date: Wed, 15 Apr 2026 13:14:47 +0000 (+0000) Subject: Replaces bare mentions of 'Apache' with Apache HTTP Server, Apache X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be5700f94e1dd8a2bf94b1a2bfa85b8e4df0d370;p=thirdparty%2Fapache%2Fhttpd.git Replaces bare mentions of 'Apache' with Apache HTTP Server, Apache httpd, and httpd, depending on context. NOTE: I don't think this doc is relevant any more git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933083 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/netware.xml b/docs/manual/platform/netware.xml index 373ee3d224..fbbd493b84 100644 --- a/docs/manual/platform/netware.xml +++ b/docs/manual/platform/netware.xml @@ -23,32 +23,32 @@ Platform Specific Notes - Using Apache With Novell NetWare + Using Apache HTTP Server With Novell NetWare

This document explains how to install, configure and run - Apache 2.0 under Novell NetWare 6.0 and above. If you find any bugs, + Apache HTTP Server 2.0 under Novell NetWare 6.0 and above. If you find any bugs, or wish to contribute in other ways, please use our bug reporting page.

The bug reporting page and dev-httpd mailing list are not provided to answer questions about configuration or - running Apache. Before you submit a bug report or request, first + running httpd. Before you submit a bug report or request, first consult this document, the Frequently Asked Questions page and the other relevant documentation topics. If you still have a question or problem, post it to the - novell.devsup.webserver newsgroup, where many Apache users are + novell.devsup.webserver newsgroup, where many httpd users are more than willing to answer new and obscure questions about using - Apache on NetWare.

+ httpd on NetWare.

-

Most of this document assumes that you are installing Apache - from a binary distribution. If you want to compile Apache +

Most of this document assumes that you are installing httpd + from a binary distribution. If you want to compile httpd yourself (possibly to help with development, or to track down - bugs), see the section on Compiling Apache for + bugs), see the section on Compiling Apache httpd for NetWare below.

@@ -57,7 +57,7 @@ Requirements -

Apache 2.0 is designed to run on NetWare 6.0 service pack 3 +

httpd 2.0 is designed to run on NetWare 6.0 service pack 3 and above. If you are running a service pack less than SP3, you must install the latest NetWare Libraries @@ -66,38 +66,38 @@

NetWare service packs are available here.

-

Apache 2.0 for NetWare can also be run in a NetWare 5.1 environment +

httpd 2.0 for NetWare can also be run in a NetWare 5.1 environment as long as the latest service pack or the latest version of the NetWare Libraries - for C (LibC) has been installed . WARNING: Apache 2.0 + for C (LibC) has been installed . WARNING: httpd 2.0 for NetWare has not been targeted for or tested in this environment.

- Downloading Apache for NetWare + Downloading Apache httpd for NetWare -

Information on the latest version of Apache can be found on - the Apache web server at Information on the latest version of httpd can be found on + the httpd web server at http://www.apache.org/. This will list the current release, any more recent alpha or beta-test releases, together with details of mirror web and anonymous ftp sites. Binary builds of the latest releases of - Apache 2.0 for NetWare can be downloaded from + httpd 2.0 for NetWare can be downloaded from here.

- Installing Apache for NetWare + Installing Apache httpd for NetWare -

There is no Apache install program for NetWare currently. If you - are building Apache 2.0 for NetWare from source, you will need to +

There is no httpd install program for NetWare currently. If you + are building httpd 2.0 for NetWare from source, you will need to copy the files over to the server manually.

-

Follow these steps to install Apache on NetWare from the +

Follow these steps to install httpd on NetWare from the binary download (assuming you will install to sys:/apache2):

@@ -116,7 +116,7 @@ -

Follow these steps to install Apache on NetWare manually +

Follow these steps to install httpd on NetWare manually from your own build source (assuming you will install to sys:/apache2):

@@ -174,40 +174,40 @@ -

Apache may be installed to other volumes besides the default SYS volume.

+

httpd may be installed to other volumes besides the default SYS volume.

During the build process, adding the keyword "install" to the makefile command line will automatically produce a complete distribution package under the subdirectory - DIST. Install Apache by simply copying the distribution that was produced - by the makfiles to the root of a NetWare volume (see: Compiling Apache for + DIST. Install httpd by simply copying the distribution that was produced + by the makfiles to the root of a NetWare volume (see: Compiling Apache httpd for NetWare below).

- Running Apache for NetWare + Running Apache httpd for NetWare -

To start Apache just type apache at the +

To start httpd just type apache at the console. This will load apache in the OS address space. If you - prefer to load Apache in a protected address space you may + prefer to load httpd in a protected address space you may specify the address space with the load statement as follows:

load address space = apache2 apache2 -

This will load Apache into an address space called apache2. - Running multiple instances of Apache concurrently on NetWare is +

This will load httpd into an address space called apache2. + Running multiple instances of httpd concurrently on NetWare is possible by loading each instance into its own protected address space.

-

After starting Apache, it will be listening to port 80 +

After starting httpd, it will be listening to port 80 (unless you changed the Listen directive in the configuration files). To connect to the server and access the default page, launch a browser and enter the server's name or address. This - should respond with a welcome page, and a link to the Apache + should respond with a welcome page, and a link to the httpd manual. If nothing happens or you get an error, look in the error_log file in the logs directory.

@@ -216,7 +216,7 @@ configure it properly by editing the files in the conf directory.

-

To unload Apache running in the OS address space just type +

To unload httpd running in the OS address space just type the following at the console:

@@ -236,7 +236,7 @@ unload address space = apache2 apache2 -

When working with Apache it is important to know how it will +

When working with httpd it is important to know how it will find the configuration files. You can specify a configuration file on the command line in two ways:

@@ -257,10 +257,10 @@ should be set in the configuration file.

If you don't specify a configuration file name with -f, - Apache will use the file name compiled into the server, usually - conf/httpd.conf. Invoking Apache with the -V + httpd will use the file name compiled into the server, usually + conf/httpd.conf. Invoking httpd with the -V switch will display this value labeled as SERVER_CONFIG_FILE. - Apache will then determine its ServerRoot + httpd will then determine its ServerRoot by trying the following, in this order:

    @@ -278,20 +278,20 @@ invoking apache with the -V switch will display this value labeled as HTTPD_ROOT.

    -

    Apache 2.0 for NetWare includes a set of command line directives that can +

    httpd 2.0 for NetWare includes a set of command line directives that can be used to modify or display information about the running instance of the - web server. These directives are only available while Apache is running. Each + web server. These directives are only available while httpd is running. Each of these directives must be preceded by the keyword APACHE2.

    RESTART
    -
    Instructs Apache to terminate all running worker +
    Instructs httpd to terminate all running worker threads as they become idle, reread the configuration file and restart each worker thread based on the new configuration.
    VERSION
    Displays version information about the currently - running instance of Apache.
    + running instance of httpd.
    MODULES
    Displays a list of loaded modules both built-in @@ -303,17 +303,17 @@
    SETTINGS
    Enables or disables the thread status display on the console. When enabled, the state of each running threads is displayed - on the Apache console screen.
    + on the httpd console screen.
    SHUTDOWN
    -
    Terminates the running instance of the Apache +
    Terminates the running instance of the httpd web server.
    HELP
    Describes each of the runtime directives.
    -

    By default these directives are issued against the instance of Apache running +

    By default these directives are issued against the instance of httpd running in the OS address space. To issue a directive against a specific instance running in a protected address space, include the -p parameter along with the name of the address space. For more information type "apache2 Help" on the command line.

    @@ -322,20 +322,20 @@
    - Configuring Apache for NetWare + Configuring Apache httpd for NetWare -

    Apache is configured by reading configuration files usually stored +

    httpd is configured by reading configuration files usually stored in the conf directory. These are the same as files used to configure the Unix version, but there are a few different directives for - Apache on NetWare. See the Apache module + httpd on NetWare. See the httpd module documentation for all the available directives.

    -

    The main differences in Apache for NetWare are:

    +

    The main differences in httpd for NetWare are:

    • -

      Because Apache for NetWare is multithreaded, it does not - use a separate process for each request, as Apache does on some Unix +

      Because httpd for NetWare is multithreaded, it does not + use a separate process for each request, as httpd does on some Unix implementations. Instead there are only threads running: a parent thread, and multiple child or worker threads which handle the requests.

      @@ -374,16 +374,16 @@
    • The directives that accept filenames as arguments must use - NetWare filenames instead of Unix names. However, because Apache + NetWare filenames instead of Unix names. However, because httpd uses Unix-style names internally, forward slashes must be used rather than backslashes. It is recommended that all rooted file paths - begin with a volume name. If omitted, Apache will assume the + begin with a volume name. If omitted, httpd will assume the SYS: volume which may not be correct.

    • -

      Apache for NetWare has the ability to load modules at - runtime, without recompiling the server. If Apache is +

      httpd for NetWare has the ability to load modules at + runtime, without recompiling the server. If httpd is compiled normally, it will install a number of optional modules in the \Apache2\modules directory. To activate these, or other modules, the - Compiling Apache for NetWare + Compiling Apache httpd for NetWare -

      Compiling Apache requires MetroWerks CodeWarrior 6.x or higher. Once - Apache has been built, it can be installed to the root of any NetWare +

      Compiling httpd requires MetroWerks CodeWarrior 6.x or higher. Once + httpd has been built, it can be installed to the root of any NetWare volume. The default is the sys:/Apache2 directory.

      Before running the server you must fill out the conf @@ -448,7 +448,7 @@ Requirements:

      The following development tools are required to build - Apache 2.0 for NetWare:

      + httpd 2.0 for NetWare:

      • Metrowerks CodeWarrior 6.0 or higher with the @@ -475,7 +475,7 @@
        - Building Apache using the NetWare makefiles: + Building Apache httpd using the NetWare makefiles:
        • Set the environment variable NOVELLLIBC to the @@ -548,7 +548,7 @@
        • Copy the files test_char.h and chartables.c to the directory \httpd-2.0\os\netware on the build machine.
        • -
        • Change directory to \httpd-2.0 and build Apache by running +
        • Change directory to \httpd-2.0 and build httpd by running "gmake -f nwgnumakefile". You can create a distribution directory by adding an install parameter to the command, for example: gmake -f nwgnumakefile install @@ -568,7 +568,7 @@
        • gmake -f nwgnumakefile DEBUG=1

          Builds debug versions of all of the binaries and copies them to a \debug destination directory.

        • -
        • gmake -f nwgnumakefile install

          Creates a complete Apache +

        • gmake -f nwgnumakefile install

          Creates a complete httpd distribution with binaries, docs and additional support files in a \dist\Apache2 directory.

        • @@ -599,7 +599,7 @@ Set EXPERIMENTAL=1 -
        • To build Apache using standard BSD style sockets rather than +
        • To build httpd using standard BSD style sockets rather than Winsock, set the environment variable USE_STDSOCKETS: Set USE_STDSOCKETS=1
        • @@ -612,7 +612,7 @@ Building mod_ssl for the NetWare platform -

          By default Apache for NetWare uses the built-in module +

          By default httpd for NetWare uses the built-in module mod_nw_ssl to provide SSL services. This module simply enables the native SSL services implemented in NetWare OS to handle all encryption for a given port. Alternatively, mod_ssl @@ -647,7 +647,7 @@ Warning: don't use the CodeWarrior Assembler - it produces broken code! -

        • Before building Apache, set the environment variable +
        • Before building httpd, set the environment variable OSSLSDK to the full path to the root of the openssl source code directory, and set WITH_MOD_SSL to 1.