From 320c229e8bcb75c79d1e6df45a5d7d01ce5771e3 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Sun, 14 Oct 2001 15:35:04 +0000 Subject: [PATCH] Fix broken links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91461 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/security_tips.html | 2 +- docs/manual/mod/mod_info.html | 2 +- docs/manual/suexec.html | 6 +++--- docs/manual/suexec.html.en | 6 +++--- docs/manual/vhosts/details.html | 2 +- docs/manual/vhosts/ip-based.html | 14 +++++++------- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/manual/misc/security_tips.html b/docs/manual/misc/security_tips.html index a1e32550ff..5312228aad 100644 --- a/docs/manual/misc/security_tips.html +++ b/docs/manual/misc/security_tips.html @@ -44,7 +44,7 @@

In typical operation, Apache is started by the root user, and it switches to the user defined by the User + href="../mod/mpm_common.html#user">User directive to serve hits. As is the case with any command that root executes, you must take care that it is protected from modification by non-root users. Not only must the files diff --git a/docs/manual/mod/mod_info.html b/docs/manual/mod/mod_info.html index 4aac4425f1..fc5d2aac18 100644 --- a/docs/manual/mod/mod_info.html +++ b/docs/manual/mod/mod_info.html @@ -60,7 +60,7 @@ SetHandler server-info configuration if the files have been changed since the server was last reloaded. Also, the configuration files must be readable by the user as which the server is running (see the - User directive), or + User directive), or else the directive settings will not be listed.

It should also be noted that if diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html index c4da9defb7..42098e6a03 100644 --- a/docs/manual/suexec.html +++ b/docs/manual/suexec.html @@ -390,7 +390,7 @@

--suexec-caller=UID
-
The username under which +
The username under which Apache normally runs. This is the only user allowed to execute this program.
@@ -523,8 +523,8 @@

Virtual Hosts:
One way to use the suEXEC wrapper is through the User and Group directives in User and Group directives in VirtualHost definitions. By setting these directives to values different from the main server user ID, all requests for CGI resources will be executed diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index c4da9defb7..42098e6a03 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -390,7 +390,7 @@

--suexec-caller=UID
-
The username under which +
The username under which Apache normally runs. This is the only user allowed to execute this program.
@@ -523,8 +523,8 @@

Virtual Hosts:
One way to use the suEXEC wrapper is through the User and Group directives in User and Group directives in VirtualHost definitions. By setting these directives to values different from the main server user ID, all requests for CGI resources will be executed diff --git a/docs/manual/vhosts/details.html b/docs/manual/vhosts/details.html index 2ee7990535..d8410d9eb6 100644 --- a/docs/manual/vhosts/details.html +++ b/docs/manual/vhosts/details.html @@ -58,7 +58,7 @@ legacy compatibility with NCSA configuration files. One function is to determine the default network port Apache will bind to. This default is overridden by the existence of any Listen + href="../mod/mpm_common.html#listen">Listen directives. The second function is to specify the port number which is used in absolute URIs during redirects.

diff --git a/docs/manual/vhosts/ip-based.html b/docs/manual/vhosts/ip-based.html index 17491e8cbf..aa833f35b2 100644 --- a/docs/manual/vhosts/ip-based.html +++ b/docs/manual/vhosts/ip-based.html @@ -41,9 +41,9 @@ does not want anyone at company2 to be able to read their data except via the web. In this case you would need two daemons, each running with different User, Group, Listen, and User, Group, Listen, and ServerRoot settings. @@ -51,7 +51,7 @@ href="../misc/descriptors.html">file descriptor requirements of listening to every IP alias on the machine. It's only possible to Listen to the "wildcard" + href="../mod/mpm_common.html#listen">Listen to the "wildcard" address, or to specific addresses. So if you have a need to listen to a specific address for whatever reason, then you will need to listen to all specific addresses. (Although one @@ -72,7 +72,7 @@

Setting up multiple daemons

Create a separate httpd installation for each virtual host. For each installation, use the Listen directive in the + href="../mod/mpm_common.html#listen">Listen directive in the configuration file to select which IP address (or virtual host) that daemon services. e.g.
@@ -122,8 +122,8 @@
     href="../mod/directive-dict.html#Context">Context using the
     directive index.

-

User and Group may be used inside a +

User and Group may be used inside a VirtualHost directive if the suEXEC wrapper is used.

-- 2.50.1