From: Joshua Slive Date: Thu, 23 Nov 2000 03:59:24 +0000 (+0000) Subject: Fix a few broken links. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bd757957cbd0dedf24ebb71fa1c2996c76b186e;p=apache Fix a few broken links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87071 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.html b/docs/manual/env.html index 6c428c994c..b32847fbbf 100644 --- a/docs/manual/env.html +++ b/docs/manual/env.html @@ -151,7 +151,7 @@ Interoperability problems have led to the introduction of mechanisms to modify the way Apache behaves when talking to particular clients. To make these mechanisms as flexible as possible, they are invoked by defining environment variables, typically with -BrowserMatch, though +BrowserMatch, though SetEnv and PassEnv could also be used, for example. diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 6c428c994c..b32847fbbf 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -151,7 +151,7 @@ Interoperability problems have led to the introduction of mechanisms to modify the way Apache behaves when talking to particular clients. To make these mechanisms as flexible as possible, they are invoked by defining environment variables, typically with -BrowserMatch, though +BrowserMatch, though SetEnv and PassEnv could also be used, for example. diff --git a/docs/manual/install.html b/docs/manual/install.html index b8f5047e00..33dad27703 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -18,13 +18,13 @@ This document covers compilation and installation of Apache on Unix systems only. For compiling and installation on Windows, see Using Apache with Microsoft Windows and for -TPF see Installing the Apache 1.3 HTTP +HREF="platform/windows.html">Using Apache with Microsoft Windows and for +TPF see Installing the Apache 1.3 HTTP Server on TPF.

-UnixWare users will want to consult build notes +UnixWare users will want to consult build notes for various UnixWare versions before compiling.

Downloading Apache

diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index b8f5047e00..33dad27703 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -18,13 +18,13 @@ This document covers compilation and installation of Apache on Unix systems only. For compiling and installation on Windows, see Using Apache with Microsoft Windows and for -TPF see Installing the Apache 1.3 HTTP +HREF="platform/windows.html">Using Apache with Microsoft Windows and for +TPF see Installing the Apache 1.3 HTTP Server on TPF.

-UnixWare users will want to consult build notes +UnixWare users will want to consult build notes for various UnixWare versions before compiling.

Downloading Apache

diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index 4309e1d6fe..9299ff9aad 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -28,7 +28,7 @@ not recommended. On Windows, Apache is normally run as a service on Windows NT, or as a console application on Windows 95. See also running Apache for Windows. +HREF="platform/windows.html#run">running Apache for Windows.

Command line options

The following options are recognized on the httpd command line: diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index 4309e1d6fe..9299ff9aad 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -28,7 +28,7 @@ not recommended. On Windows, Apache is normally run as a service on Windows NT, or as a console application on Windows 95. See also running Apache for Windows. +HREF="platform/windows.html#run">running Apache for Windows.

Command line options

The following options are recognized on the httpd command line: diff --git a/docs/manual/misc/tutorials.html b/docs/manual/misc/tutorials.html index 1017e74074..aa90d15e4e 100644 --- a/docs/manual/misc/tutorials.html +++ b/docs/manual/misc/tutorials.html @@ -41,10 +41,6 @@ HREF="http://oreilly.apacheweek.com/pub/a/apache/2000/02/24/installing_apache.ht >Getting, Installing, and Running Apache (on Unix) (O'Reilly Network Apache DevCenter) -
  • Using Apache With Microsoft Windows - -
  • Using Apache With Novell Netware 5 -
  • Maximum Apache: Getting Started (CNET Builder.com) diff --git a/docs/manual/platform/netware.html b/docs/manual/platform/netware.html index 8add778b5f..12423e8cfa 100644 --- a/docs/manual/platform/netware.html +++ b/docs/manual/platform/netware.html @@ -198,20 +198,20 @@ The main differences in Apache for NetWare are: So the "process"-management directives are different:

    MaxRequestsPerChild + HREF="../mod/mpm_common.html#maxrequestsperchild">MaxRequestsPerChild - Like the Unix directive, this controls how many requests a process will serve before exiting. However, unlike Unix, a process serves all the requests at once, not just one, so if this is set, it is recommended that a very high number is used. The recommended default, MaxRequestsPerChild 0, does not cause the process to ever exit. -

    ThreadsPerChild - +

    ThreadsPerChild - This directive is new, and tells the server how many threads it should use. This is the maximum number of connections the server can handle at once; be sure and set this number high enough for your site if you get a lot of hits. The recommended default is ThreadsPerChild 50. -

    ThreadStackSize - +

    ThreadStackSize - This directive tells the server what size of stack to use for the individual threads. The recommended default is ThreadStackSize 65536. diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html index f7d5d6f884..9a52845a3c 100644 --- a/docs/manual/platform/windows.html +++ b/docs/manual/platform/windows.html @@ -255,7 +255,7 @@ There are two ways you can run Apache: So the "process"-management directives are different:

    MaxRequestsPerChild + HREF="../mod/mpm_common.html#maxrequestsperchild">MaxRequestsPerChild - Like the Unix directive, this controls how many requests a process will serve before exiting. However, unlike Unix, a process serves all the requests at once, not just one, so if @@ -267,7 +267,7 @@ There are two ways you can run Apache: new child process is started. If you have modified httpd.conf, the new child may not start or you may receive unexpected results. -

    ThreadsPerChild - +

    ThreadsPerChild - This directive is new, and tells the server how many threads it should use. This is the maximum number of connections the server can handle at once; be sure and set this number high enough for @@ -282,18 +282,18 @@ There are two ways you can run Apache: without recompiling the server. If Apache is compiled normally, it will install a number of optional modules in the \Apache\modules directory. To activate these, or other - modules, the new LoadModule + modules, the new LoadModule directive must be used. For example, to active the status module, use the following (in addition to the status-activating directives in access.conf):

         LoadModule status_module modules/ApacheModuleStatus.dll
     
    -

    Information on creating loadable +

    Information on creating loadable modules is also available.

  • Apache can also load ISAPI Extensions (i.e., Internet Server Applications), such as those used by Microsoft's IIS, and other - Windows servers. More information + Windows servers. More information is available. Note that Apache CANNOT load ISAPI Filters. diff --git a/docs/manual/stopping.html b/docs/manual/stopping.html index 783d1c0250..12604562a7 100644 --- a/docs/manual/stopping.html +++ b/docs/manual/stopping.html @@ -16,7 +16,7 @@

    Stopping and Restarting Apache

    This document covers stopping and restarting Apache on Unix -only. Windows users should see Signalling +only. Windows users should see Signalling Apache when running.

    You will notice many httpd executables running on your system, diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index 783d1c0250..12604562a7 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -16,7 +16,7 @@

    Stopping and Restarting Apache

    This document covers stopping and restarting Apache on Unix -only. Windows users should see Signalling +only. Windows users should see Signalling Apache when running.

    You will notice many httpd executables running on your system, diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html index 3d8623df04..8988cd42b8 100644 --- a/docs/manual/suexec.html +++ b/docs/manual/suexec.html @@ -295,9 +295,7 @@ section of this document. Here's where we begin the fun. If you use Apache 1.2 or prefer to configure Apache 1.3 with the "src/Configure" script you have to edit the suEXEC header file and install the binary in its proper location -manually. This procedure is described in an -extra document. -The following sections describe the configuration and installation +manually. The following sections describe the configuration and installation for Apache 1.3 with the AutoConf-style interface (APACI).

    diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index 3d8623df04..8988cd42b8 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -295,9 +295,7 @@ section of this document. Here's where we begin the fun. If you use Apache 1.2 or prefer to configure Apache 1.3 with the "src/Configure" script you have to edit the suEXEC header file and install the binary in its proper location -manually. This procedure is described in an -extra document. -The following sections describe the configuration and installation +manually. The following sections describe the configuration and installation for Apache 1.3 with the AutoConf-style interface (APACI).