Commit 11bbbb4c authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Fix broken links


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91461 13f79535-47bb-0310-9956-ffa450edef68
parent b4416768
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@

      <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>

@@ -523,8 +523,8 @@

    <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
+3 −3
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@

      <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>

@@ -523,8 +523,8 @@

    <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
+1 −1
Original line number Diff line number Diff line
@@ -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>

Loading