Skip to content

Commit be5700f

Browse files
committed
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
1 parent 344a41a commit be5700f

1 file changed

Lines changed: 62 additions & 62 deletions

File tree

docs/manual/platform/netware.xml

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,32 @@
2323
<manualpage metafile="netware.xml.meta">
2424
<parentdocument href="./">Platform Specific Notes</parentdocument>
2525

26-
<title>Using Apache With Novell NetWare</title>
26+
<title>Using Apache HTTP Server With Novell NetWare</title>
2727

2828
<summary>
2929

3030
<p>This document explains how to install, configure and run
31-
Apache 2.0 under Novell NetWare 6.0 and above. If you find any bugs,
31+
Apache HTTP Server 2.0 under Novell NetWare 6.0 and above. If you find any bugs,
3232
or wish to contribute in other ways, please use our
3333
<a href="http://httpd.apache.org/bug_report.html">bug reporting
3434
page.</a></p>
3535

3636
<p>The bug reporting page and dev-httpd mailing list are
3737
<em>not</em> provided to answer questions about configuration or
38-
running Apache. Before you submit a bug report or request, first
38+
running httpd. Before you submit a bug report or request, first
3939
consult this document, the <a
4040
href="http://wiki.apache.org/httpd/FAQ">Frequently Asked
4141
Questions</a> page and the other relevant documentation topics. If
4242
you still have a question or problem, post it to the <a
4343
href="news://developer-forums.novell.com/novell.devsup.webserver">
44-
novell.devsup.webserver</a> newsgroup, where many Apache users are
44+
novell.devsup.webserver</a> newsgroup, where many httpd users are
4545
more than willing to answer new and obscure questions about using
46-
Apache on NetWare.</p>
46+
httpd on NetWare.</p>
4747

48-
<p>Most of this document assumes that you are installing Apache
49-
from a binary distribution. If you want to compile Apache
48+
<p>Most of this document assumes that you are installing httpd
49+
from a binary distribution. If you want to compile httpd
5050
yourself (possibly to help with development, or to track down
51-
bugs), see the section on <a href="#comp">Compiling Apache for
51+
bugs), see the section on <a href="#comp">Compiling Apache httpd for
5252
NetWare</a> below.</p>
5353

5454
</summary>
@@ -57,7 +57,7 @@
5757

5858
<title>Requirements</title>
5959

60-
<p>Apache 2.0 is designed to run on NetWare 6.0 service pack 3
60+
<p>httpd 2.0 is designed to run on NetWare 6.0 service pack 3
6161
and above. If you are running a service pack less
6262
than SP3, you must install the latest
6363
<a href="http://developer.novell.com/ndk/libc.htm">NetWare Libraries
@@ -66,38 +66,38 @@
6666
<p>NetWare service packs are available <a
6767
href="http://support.novell.com/misc/patlst.htm#nw">here</a>.</p>
6868

69-
<p>Apache 2.0 for NetWare can also be run in a NetWare 5.1 environment
69+
<p>httpd 2.0 for NetWare can also be run in a NetWare 5.1 environment
7070
as long as the latest service pack or the latest version
7171
of the <a href="http://developer.novell.com/ndk/libc.htm">NetWare Libraries
72-
for C (LibC)</a> has been installed . <strong>WARNING:</strong> Apache 2.0
72+
for C (LibC)</a> has been installed . <strong>WARNING:</strong> httpd 2.0
7373
for NetWare has not been targeted for or tested in this environment.</p>
7474

7575
</section>
7676

7777
<section id="down">
7878

79-
<title>Downloading Apache for NetWare</title>
79+
<title>Downloading Apache httpd for NetWare</title>
8080

81-
<p>Information on the latest version of Apache can be found on
82-
the Apache web server at <a
81+
<p>Information on the latest version of httpd can be found on
82+
the httpd web server at <a
8383
href="http://www.apache.org/">http://www.apache.org/</a>. This
8484
will list the current release, any more recent alpha or
8585
beta-test releases, together with details of mirror web and
8686
anonymous ftp sites. Binary builds of the latest releases of
87-
Apache 2.0 for NetWare can be downloaded from
87+
httpd 2.0 for NetWare can be downloaded from
8888
<a href="http://www.apache.org/dist/httpd/binaries/netware">here</a>.</p>
8989

9090
</section>
9191

9292
<section id="inst">
9393

94-
<title>Installing Apache for NetWare</title>
94+
<title>Installing Apache httpd for NetWare</title>
9595

96-
<p>There is no Apache install program for NetWare currently. If you
97-
are building Apache 2.0 for NetWare from source, you will need to
96+
<p>There is no httpd install program for NetWare currently. If you
97+
are building httpd 2.0 for NetWare from source, you will need to
9898
copy the files over to the server manually.</p>
9999

100-
<p>Follow these steps to install Apache on NetWare from the
100+
<p>Follow these steps to install httpd on NetWare from the
101101
binary download (assuming you will install to
102102
<code>sys:/apache2</code>):</p>
103103

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

117117
</ul>
118118

119-
<p>Follow these steps to install Apache on NetWare manually
119+
<p>Follow these steps to install httpd on NetWare manually
120120
from your own build source (assuming you will install to
121121
<code>sys:/apache2</code>):</p>
122122

@@ -174,40 +174,40 @@
174174
</li>
175175
</ul>
176176

177-
<p>Apache may be installed to other volumes besides the default <code>SYS</code> volume.</p>
177+
<p>httpd may be installed to other volumes besides the default <code>SYS</code> volume.</p>
178178

179179
<p>During the build process, adding the keyword "install" to the makefile command line
180180
will automatically produce a complete distribution package under the subdirectory
181-
<code>DIST</code>. Install Apache by simply copying the distribution that was produced
182-
by the makfiles to the root of a NetWare volume (see: <a href="#comp">Compiling Apache for
181+
<code>DIST</code>. Install httpd by simply copying the distribution that was produced
182+
by the makfiles to the root of a NetWare volume (see: <a href="#comp">Compiling Apache httpd for
183183
NetWare</a> below).</p>
184184

185185
</section>
186186

187187
<section id="run">
188188

189-
<title>Running Apache for NetWare</title>
189+
<title>Running Apache httpd for NetWare</title>
190190

191-
<p>To start Apache just type <code>apache</code> at the
191+
<p>To start httpd just type <code>apache</code> at the
192192
console. This will load apache in the OS address space. If you
193-
prefer to load Apache in a protected address space you may
193+
prefer to load httpd in a protected address space you may
194194
specify the address space with the load statement as follows:</p>
195195

196196
<example>
197197
load address space = apache2 apache2
198198
</example>
199199

200-
<p>This will load Apache into an address space called apache2.
201-
Running multiple instances of Apache concurrently on NetWare is
200+
<p>This will load httpd into an address space called apache2.
201+
Running multiple instances of httpd concurrently on NetWare is
202202
possible by loading each instance into its own protected
203203
address space.</p>
204204

205-
<p>After starting Apache, it will be listening to port 80
205+
<p>After starting httpd, it will be listening to port 80
206206
(unless you changed the <directive module="mpm_common">Listen</directive>
207207
directive in the configuration files).
208208
To connect to the server and access the default page,
209209
launch a browser and enter the server's name or address. This
210-
should respond with a welcome page, and a link to the Apache
210+
should respond with a welcome page, and a link to the httpd
211211
manual. If nothing happens or you get an error, look in the
212212
<code>error_log</code> file in the <code>logs</code>
213213
directory.</p>
@@ -216,7 +216,7 @@
216216
configure it properly by editing the files in the
217217
<code>conf</code> directory.</p>
218218

219-
<p>To unload Apache running in the OS address space just type
219+
<p>To unload httpd running in the OS address space just type
220220
the following at the console:</p>
221221

222222
<example>
@@ -236,7 +236,7 @@
236236
unload address space = apache2 apache2
237237
</example>
238238

239-
<p>When working with Apache it is important to know how it will
239+
<p>When working with httpd it is important to know how it will
240240
find the configuration files. You can specify a configuration
241241
file on the command line in two ways:</p>
242242

@@ -257,10 +257,10 @@
257257
should be set in the configuration file.</p>
258258

259259
<p>If you don't specify a configuration file name with <code>-f</code>,
260-
Apache will use the file name compiled into the server, usually
261-
<code>conf/httpd.conf</code>. Invoking Apache with the <code>-V</code>
260+
httpd will use the file name compiled into the server, usually
261+
<code>conf/httpd.conf</code>. Invoking httpd with the <code>-V</code>
262262
switch will display this value labeled as <code>SERVER_CONFIG_FILE</code>.
263-
Apache will then determine its <directive module="core">ServerRoot</directive>
263+
httpd will then determine its <directive module="core">ServerRoot</directive>
264264
by trying the following, in this order:</p>
265265

266266
<ul>
@@ -278,20 +278,20 @@
278278
invoking apache with the <code>-V</code> switch will display this value labeled as
279279
<code>HTTPD_ROOT</code>.</p>
280280

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

286286
<dl>
287287
<dt>RESTART</dt>
288-
<dd>Instructs Apache to terminate all running worker
288+
<dd>Instructs httpd to terminate all running worker
289289
threads as they become idle, reread the configuration file and restart each
290290
worker thread based on the new configuration.</dd>
291291

292292
<dt>VERSION</dt>
293293
<dd>Displays version information about the currently
294-
running instance of Apache.</dd>
294+
running instance of httpd.</dd>
295295

296296
<dt>MODULES</dt>
297297
<dd>Displays a list of loaded modules both built-in
@@ -303,17 +303,17 @@
303303
<dt>SETTINGS</dt>
304304
<dd>Enables or disables the thread status display
305305
on the console. When enabled, the state of each running threads is displayed
306-
on the Apache console screen.</dd>
306+
on the httpd console screen.</dd>
307307

308308
<dt>SHUTDOWN</dt>
309-
<dd>Terminates the running instance of the Apache
309+
<dd>Terminates the running instance of the httpd
310310
web server.</dd>
311311

312312
<dt>HELP</dt>
313313
<dd>Describes each of the runtime directives.</dd>
314314
</dl>
315315

316-
<p>By default these directives are issued against the instance of Apache running
316+
<p>By default these directives are issued against the instance of httpd running
317317
in the OS address space. To issue a directive against a specific instance running
318318
in a protected address space, include the -p parameter along with the name of the
319319
address space. For more information type "apache2 Help" on the command line.</p>
@@ -322,20 +322,20 @@
322322

323323
<section id="use">
324324

325-
<title>Configuring Apache for NetWare</title>
325+
<title>Configuring Apache httpd for NetWare</title>
326326

327-
<p>Apache is configured by reading configuration files usually stored
327+
<p>httpd is configured by reading configuration files usually stored
328328
in the <code>conf</code> directory. These are the same as files used
329329
to configure the Unix version, but there are a few different directives for
330-
Apache on NetWare. See the <a href="../mod/">Apache module
330+
httpd on NetWare. See the <a href="../mod/">httpd module
331331
documentation</a> for all the available directives.</p>
332332

333-
<p>The main differences in Apache for NetWare are:</p>
333+
<p>The main differences in httpd for NetWare are:</p>
334334

335335
<ul>
336336
<li>
337-
<p>Because Apache for NetWare is multithreaded, it does not
338-
use a separate process for each request, as Apache does on some Unix
337+
<p>Because httpd for NetWare is multithreaded, it does not
338+
use a separate process for each request, as httpd does on some Unix
339339
implementations. Instead there are only threads running: a parent
340340
thread, and multiple child or worker threads which handle the requests.</p>
341341

@@ -374,16 +374,16 @@
374374

375375
<li>
376376
<p>The directives that accept filenames as arguments must use
377-
NetWare filenames instead of Unix names. However, because Apache
377+
NetWare filenames instead of Unix names. However, because httpd
378378
uses Unix-style names internally, forward slashes must be used
379379
rather than backslashes. It is recommended that all rooted file paths
380-
begin with a volume name. If omitted, Apache will assume the
380+
begin with a volume name. If omitted, httpd will assume the
381381
<code>SYS:</code> volume which may not be correct.</p>
382382
</li>
383383

384384
<li>
385-
<p>Apache for NetWare has the ability to load modules at
386-
runtime, without recompiling the server. If Apache is
385+
<p>httpd for NetWare has the ability to load modules at
386+
runtime, without recompiling the server. If httpd is
387387
compiled normally, it will install a number of optional
388388
modules in the <code>\Apache2\modules</code> directory.
389389
To activate these, or other modules, the <directive
@@ -428,10 +428,10 @@
428428

429429
<section id="comp">
430430

431-
<title>Compiling Apache for NetWare</title>
431+
<title>Compiling Apache httpd for NetWare</title>
432432

433-
<p>Compiling Apache requires MetroWerks CodeWarrior 6.x or higher. Once
434-
Apache has been built, it can be installed to the root of any NetWare
433+
<p>Compiling httpd requires MetroWerks CodeWarrior 6.x or higher. Once
434+
httpd has been built, it can be installed to the root of any NetWare
435435
volume. The default is the <code>sys:/Apache2</code> directory.</p>
436436

437437
<p>Before running the server you must fill out the <code>conf</code>
@@ -448,7 +448,7 @@
448448
<title>Requirements:</title>
449449

450450
<p>The following development tools are required to build
451-
Apache 2.0 for NetWare:</p>
451+
httpd 2.0 for NetWare:</p>
452452

453453
<ul>
454454
<li>Metrowerks CodeWarrior 6.0 or higher with the
@@ -475,7 +475,7 @@
475475

476476
<section id="comp-make">
477477

478-
<title>Building Apache using the NetWare makefiles:</title>
478+
<title>Building Apache httpd using the NetWare makefiles:</title>
479479

480480
<ul>
481481
<li>Set the environment variable <code>NOVELLLIBC</code> to the
@@ -548,7 +548,7 @@
548548
<li>Copy the files <code>test_char.h</code> and <code>chartables.c</code>
549549
to the directory <code>\httpd-2.0\os\netware</code> on the build machine.</li>
550550

551-
<li>Change directory to <code>\httpd-2.0</code> and build Apache by running
551+
<li>Change directory to <code>\httpd-2.0</code> and build httpd by running
552552
"<code>gmake -f nwgnumakefile</code>". You can create a distribution directory by
553553
adding an install parameter to the command, for example:
554554
<example>gmake -f nwgnumakefile install</example>
@@ -568,7 +568,7 @@
568568
<li><code>gmake -f nwgnumakefile DEBUG=1</code><p>Builds debug versions of all of the
569569
binaries and copies them to a <code>\debug</code> destination directory.</p></li>
570570

571-
<li><code>gmake -f nwgnumakefile install</code><p>Creates a complete Apache
571+
<li><code>gmake -f nwgnumakefile install</code><p>Creates a complete httpd
572572
distribution with binaries, docs and additional support files in a
573573
<code>\dist\Apache2</code> directory.</p></li>
574574

@@ -599,7 +599,7 @@
599599
<example>Set EXPERIMENTAL=1</example>
600600
</li>
601601

602-
<li>To build Apache using standard BSD style sockets rather than
602+
<li>To build httpd using standard BSD style sockets rather than
603603
Winsock, set the environment variable <code>USE_STDSOCKETS</code>:
604604
<example>Set USE_STDSOCKETS=1</example>
605605
</li>
@@ -612,7 +612,7 @@
612612

613613
<title>Building mod_ssl for the NetWare platform</title>
614614

615-
<p>By default Apache for NetWare uses the built-in module
615+
<p>By default httpd for NetWare uses the built-in module
616616
<module>mod_nw_ssl</module> to provide SSL services. This module
617617
simply enables the native SSL services implemented in NetWare OS
618618
to handle all encryption for a given port. Alternatively, mod_ssl
@@ -647,7 +647,7 @@
647647
Warning: don't use the CodeWarrior Assembler - it produces broken code!
648648
</li>
649649

650-
<li>Before building Apache, set the environment variable
650+
<li>Before building httpd, set the environment variable
651651
<code>OSSLSDK</code> to the full path to the root of the openssl
652652
source code directory, and set WITH_MOD_SSL to 1.
653653
<example>

0 commit comments

Comments
 (0)