]> granicus.if.org Git - apache/commitdiff
Fix broken links
authorMartin Kraemer <martin@apache.org>
Sun, 14 Oct 2001 15:35:04 +0000 (15:35 +0000)
committerMartin Kraemer <martin@apache.org>
Sun, 14 Oct 2001 15:35:04 +0000 (15:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91461 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/security_tips.html
docs/manual/mod/mod_info.html
docs/manual/suexec.html
docs/manual/suexec.html.en
docs/manual/vhosts/details.html
docs/manual/vhosts/ip-based.html

index a1e32550ff00b894c8eda598815ec0391b5c2fe6..5312228aad6ea033651482001cc8bc40692a3f28 100644 (file)
@@ -44,7 +44,7 @@
 
     <p>In typical operation, Apache is started by the root user,
     and it switches to the user defined by the <a
-    href="../mod/core.html#user"><strong>User</strong></a>
+    href="../mod/mpm_common.html#user"><strong>User</strong></a>
     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
index 4aac4425f15aecf25aa0e9e0ca679de67bbc9141..fc5d2aac18a78572603d2984befb5f91605835cd 100644 (file)
@@ -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
-      <a href="core.html#user"><samp>User</samp></a> directive), or
+      <a href="mpm_common.html#user"><samp>User</samp></a> directive), or
       else the directive settings will not be listed.</strong> 
 
       <p><strong>It should also be noted that if
index c4da9defb7165488bbb36f62b97d74f508e09c4f..42098e6a039cdf9caa2ffbd1ba3a4507e53df230 100644 (file)
 
       <dt><code>--suexec-caller=<em>UID</em></code></dt>
 
-      <dd>The <a href="mod/core.html#user">username</a> under which
+      <dd>The <a href="mod/mpm_common.html#user">username</a> under which
       Apache normally runs. This is the only user allowed to
       execute this program.</dd>
 
 
     <p align="LEFT"><strong>Virtual Hosts:</strong><br />
      One way to use the suEXEC wrapper is through the <a
-    href="mod/core.html#user">User</a> and <a
-    href="mod/core.html#group">Group</a> directives in <a
+    href="mod/mpm_common.html#user">User</a> and <a
+    href="mod/mpm_common.html#group">Group</a> directives in <a
     href="mod/core.html#virtualhost">VirtualHost</a> definitions.
     By setting these directives to values different from the main
     server user ID, all requests for CGI resources will be executed
index c4da9defb7165488bbb36f62b97d74f508e09c4f..42098e6a039cdf9caa2ffbd1ba3a4507e53df230 100644 (file)
 
       <dt><code>--suexec-caller=<em>UID</em></code></dt>
 
-      <dd>The <a href="mod/core.html#user">username</a> under which
+      <dd>The <a href="mod/mpm_common.html#user">username</a> under which
       Apache normally runs. This is the only user allowed to
       execute this program.</dd>
 
 
     <p align="LEFT"><strong>Virtual Hosts:</strong><br />
      One way to use the suEXEC wrapper is through the <a
-    href="mod/core.html#user">User</a> and <a
-    href="mod/core.html#group">Group</a> directives in <a
+    href="mod/mpm_common.html#user">User</a> and <a
+    href="mod/mpm_common.html#group">Group</a> directives in <a
     href="mod/core.html#virtualhost">VirtualHost</a> definitions.
     By setting these directives to values different from the main
     server user ID, all requests for CGI resources will be executed
index 2ee7990535fb1b7785f66fa4abe7f03b9cc6f785..d8410d9eb6efd9296930ef283c8dec5be423cf64 100644 (file)
@@ -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 <a
-    href="../mod/core.html#listen"><code>Listen</code></a>
+    href="../mod/mpm_common.html#listen"><code>Listen</code></a>
     directives. The second function is to specify the port number
     which is used in absolute URIs during redirects.</p>
 
index 17491e8cbf2a3d4417f3002a50bc3dc4a1063aaf..aa833f35b2a84ff8f0941a5a05787995eae928b0 100644 (file)
@@ -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 <a
-      href="../mod/core.html#user">User</a>, <a
-      href="../mod/core.html#group">Group</a>, <a
-      href="../mod/core.html#listen">Listen</a>, and <a
+      href="../mod/mpm_common.html#user">User</a>, <a
+      href="../mod/mpm_common.html#group">Group</a>, <a
+      href="../mod/mpm_common.html#listen">Listen</a>, and <a
       href="../mod/core.html#serverroot">ServerRoot</a>
       settings.</li>
 
@@ -51,7 +51,7 @@
       href="../misc/descriptors.html">file descriptor
       requirements</a> of listening to every IP alias on the
       machine. It's only possible to <a
-      href="../mod/core.html#listen">Listen</a> to the "wildcard"
+      href="../mod/mpm_common.html#listen">Listen</a> 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 @@
     <h2>Setting up multiple daemons</h2>
     Create a separate httpd installation for each virtual host. For
     each installation, use the <a
-    href="../mod/core.html#listen">Listen</a> directive in the
+    href="../mod/mpm_common.html#listen">Listen</a> directive in the
     configuration file to select which IP address (or virtual host)
     that daemon services. e.g. 
 <pre>
     href="../mod/directive-dict.html#Context">Context</a> using the
     <a href="../mod/directives.html">directive index</a>.</p>
 
-    <p><a href="../mod/core.html#user">User</a> and <a
-    href="../mod/core.html#group">Group</a> may be used inside a
+    <p><a href="../mod/mpm_common.html#user">User</a> and <a
+    href="../mod/mpm_common.html#group">Group</a> may be used inside a
     VirtualHost directive if the <a href="../suexec.html">suEXEC
     wrapper</a> is used.</p>