]> granicus.if.org Git - apache/commitdiff
Miscellanous link problems reported by users, fixed.
authorbrian <brian@unknown>
Thu, 5 Dec 1996 06:26:26 +0000 (06:26 +0000)
committerbrian <brian@unknown>
Thu, 5 Dec 1996 06:26:26 +0000 (06:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77198 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/handler.html
docs/manual/handler.html.en
docs/manual/misc/FAQ.html
docs/manual/mod/core.html
docs/manual/mod/mod_mime.html
docs/manual/mod/mod_usertrack.html
docs/manual/suexec.html
docs/manual/suexec.html.en

index d6e577c4297da7bce9f5bae39f4c1a1d60a40bdc..0de96c304f729d26a157d334b3ea14def627597a 100644 (file)
@@ -31,25 +31,25 @@ handlers in the standard distribution are as follows:</p>
 <ul>
 <li><strong>send-as-is</strong>:
     Send file with HTTP headers as is.
-    (<a href="mod_asis.html">mod_asis</a>)
+    (<a href="mod/mod_asis.html">mod_asis</a>)
 <li><strong>cgi-script</strong>:
     Treat the file as a CGI script.
-    (<a href="mod_cgi.html">mod_cgi</a>)
+    (<a href="mod/mod_cgi.html">mod_cgi</a>)
 <li><strong>imap-file</strong>:
     Imagemap rule file.
-    (<a href="mod_imap.html">mod_imap</a>)
+    (<a href="mod/mod_imap.html">mod_imap</a>)
 <li><strong>server-info</strong>:
     Get the server's configuration information
-    (<a href="mod_info.html">mod_info</a>)
+    (<a href="mod/mod_info.html">mod_info</a>)
 <li><strong>server-parsed</strong>:
     Parse for server-side includes
-    (<a href="mod_include.html">mod_include</a>)
+    (<a href="mod/mod_include.html">mod_include</a>)
 <li><strong>server-status</strong>:
     Get the server's status report
-    (<a href="mod_status.html">mod_status</a>)
+    (<a href="mod/mod_status.html">mod_status</a>)
 <li><strong>type-map</strong>:
     Parse as a type map file for content negotiation
-    (<a href="mod_negotiation.html">mod_negotiation</a>)
+    (<a href="mod/mod_negotiation.html">mod_negotiation</a>)
 </ul>
 
 <p>
index d6e577c4297da7bce9f5bae39f4c1a1d60a40bdc..0de96c304f729d26a157d334b3ea14def627597a 100644 (file)
@@ -31,25 +31,25 @@ handlers in the standard distribution are as follows:</p>
 <ul>
 <li><strong>send-as-is</strong>:
     Send file with HTTP headers as is.
-    (<a href="mod_asis.html">mod_asis</a>)
+    (<a href="mod/mod_asis.html">mod_asis</a>)
 <li><strong>cgi-script</strong>:
     Treat the file as a CGI script.
-    (<a href="mod_cgi.html">mod_cgi</a>)
+    (<a href="mod/mod_cgi.html">mod_cgi</a>)
 <li><strong>imap-file</strong>:
     Imagemap rule file.
-    (<a href="mod_imap.html">mod_imap</a>)
+    (<a href="mod/mod_imap.html">mod_imap</a>)
 <li><strong>server-info</strong>:
     Get the server's configuration information
-    (<a href="mod_info.html">mod_info</a>)
+    (<a href="mod/mod_info.html">mod_info</a>)
 <li><strong>server-parsed</strong>:
     Parse for server-side includes
-    (<a href="mod_include.html">mod_include</a>)
+    (<a href="mod/mod_include.html">mod_include</a>)
 <li><strong>server-status</strong>:
     Get the server's status report
-    (<a href="mod_status.html">mod_status</a>)
+    (<a href="mod/mod_status.html">mod_status</a>)
 <li><strong>type-map</strong>:
     Parse as a type map file for content negotiation
-    (<a href="mod_negotiation.html">mod_negotiation</a>)
+    (<a href="mod/mod_negotiation.html">mod_negotiation</a>)
 </ul>
 
 <p>
index ae9d257d5298fb0415a9b16073cf3d62f3cccd6c..7123643b8270c534816c0e11c3220b4e2e4ba96c 100644 (file)
@@ -110,7 +110,7 @@ server, and our server runs without a hitch on over one third of all
 WWW servers. When bugs do show up, we release patches and new
 versions, as soon as they are available.</a>
 
-<P>See <A HREF="../info/apache_users.html">http://www.apache.org/info/apache_users.html</A> for an incomplete list of sites running Apache.</P>
+<P>See <A HREF="http://www.apache.org/info/apache_users.html">http://www.apache.org/info/apache_users.html</A> for an incomplete list of sites running Apache.</P>
 
 <hr>
 
index 53668fca0778b07873ca9e50d776322de413df23..24fe7e303c6cd6cc053dd35ea03b1610fa936fb9 100644 (file)
@@ -237,11 +237,11 @@ every IP address, otherwise it will only listen on the IP address
 specified. <p>
 
 This option can be used as an alternative method for supporting
-<A HREF="virtual-host.html">virtual hosts</A> instead of using
+<A HREF="../virtual-host.html">virtual hosts</A> instead of using
 <A HREF="#virtualhost">&lt;VirtualHost&gt;</A> sections.<p><hr>
 
 <p><strong>See Also:</strong>
-<a href="bind.html">Setting which addresses and ports Apache uses</a></p>
+<a href="../bind.html">Setting which addresses and ports Apache uses</a></p>
 
 <A name="defaulttype"><h2>DefaultType directive</h2></A>
 <!--%plaintext &lt;?INDEX {\tt DefaultType} directive&gt; -->
@@ -371,7 +371,7 @@ ErrorDocument 401 http://www2.foo.bar/subscription_info.html<br>
 ErrorDocument 403 "Sorry can't allow you access today
 </code></blockquote>
 
-See Also: <A HREF="custom-error.html">documentation of customizable
+See Also: <A HREF="../custom-error.html">documentation of customizable
 responses.</A><p><hr>
 
 <A name="errorlog"><h2>ErrorLog directive</h2></A>
@@ -746,7 +746,7 @@ return a formatted listing of the directory.
 <dt>MultiViews
 <dd>
 <!--%plaintext &lt;?INDEX {\tt MultiViews} option&gt; -->
-<A HREF="content-negotiation.html">Content negotiated</A> MultiViews are
+<A HREF="../content-negotiation.html">Content negotiated</A> MultiViews are
 allowed.
 <dt>SymLinksIfOwnerMatch
 <dd>
@@ -1000,7 +1000,7 @@ as users do not always mention that they are talking about the server!<p><hr>
 
 The ServerAlias directive sets the alternate names for a host, for use
 with
-<a href="host.html">Host-header based virtual hosts</a>.
+<a href="../host.html">Host-header based virtual hosts</a>.
 
 <p><hr>
 
@@ -1027,7 +1027,7 @@ were <code>monster.wibble.com</code>.<p><hr>
 1.1 and later.<p>
 
 The ServerAlias directive sets the legacy URL pathname for a host, for
-use with <a href="host.html">Host-header based virtual hosts</a>.
+use with <a href="../host.html">Host-header based virtual hosts</a>.
 <hr>
 
 <A name="serverroot"><h2>ServerRoot directive</h2></A>
index 9c00f865ae3faa5fb5c5fbab546589fae0f64380..58a519ff51b2d7868ea5ed107502637c1888ee5d 100644 (file)
@@ -73,7 +73,7 @@ encoding, and .Z files to be marked as encoded with x-compress.<p><hr>
 1.1 and later<p>
 
 <p>AddHandler maps the filename extension <em>extension</em> to the
-<a href="handler.html">handler</a>
+<a href="../handler.html">handler</a>
 <em>handler-name</em>. For example, to activate CGI scripts
 with the file extension "<code>.cgi</code>", you might use:
 <pre>
index b36b83825706e59c8611532044a9cd49ee747a36..96e7f1566b981a05a17b7fa0794e524c7b6e8f7a 100644 (file)
@@ -25,7 +25,7 @@ own logging, using the <tt>CookieLog</tt> directive. In this release,
 this module does no logging at all. Instead, a configurable log
 format file should be used to log user click-streams. This is possible
 because the logging module now allows <a
-href="multilogs.html">multiple log files</a>. The cookie itself is
+href="../multilogs.html">multiple log files</a>. The cookie itself is
 logged by using the text <tt>%{cookie}n </tt>
 
 in the log file format. For example:
index 82a9d4a4879e2541a7006cc642eb469e2d367b46..4e252237b9ceaefb71673febe2545bbcb01b99ac 100644 (file)
@@ -141,7 +141,7 @@ it will print the following message to the console.<p>
 If you don't see this message at server startup, the server is most likely not finding the
 wrapper program where it expects it, or the executable is not installed <b><em>setuid root</em></b>. Check your installation and try again.<p>
 
-One way to use <b>suEXEC</b> is through the <a href="mod/core.html#user"><b>User</b></a> and <a href="mod/core.html#group"><b>Group</b></a> directives in <a href="mod_core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting these directives to values
+One way to use <b>suEXEC</b> is through the <a href="mod/core.html#user"><b>User</b></a> and <a href="mod/core.html#group"><b>Group</b></a> directives in <a href="mod/core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting these directives to values
 different from the main server user id, all requests for CGI resources will be executed as
 the <b>User</b> and <b>Group</b> defined for that <b>&lt;VirtualHost&gt;</b>. If only one or
 neither of these directives are specified for a <b>&lt;VirtualHost&gt;</b> then the main
index 82a9d4a4879e2541a7006cc642eb469e2d367b46..4e252237b9ceaefb71673febe2545bbcb01b99ac 100644 (file)
@@ -141,7 +141,7 @@ it will print the following message to the console.<p>
 If you don't see this message at server startup, the server is most likely not finding the
 wrapper program where it expects it, or the executable is not installed <b><em>setuid root</em></b>. Check your installation and try again.<p>
 
-One way to use <b>suEXEC</b> is through the <a href="mod/core.html#user"><b>User</b></a> and <a href="mod/core.html#group"><b>Group</b></a> directives in <a href="mod_core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting these directives to values
+One way to use <b>suEXEC</b> is through the <a href="mod/core.html#user"><b>User</b></a> and <a href="mod/core.html#group"><b>Group</b></a> directives in <a href="mod/core.html#virtualhost"><b>VirtualHost</b></a> definitions. By setting these directives to values
 different from the main server user id, all requests for CGI resources will be executed as
 the <b>User</b> and <b>Group</b> defined for that <b>&lt;VirtualHost&gt;</b>. If only one or
 neither of these directives are specified for a <b>&lt;VirtualHost&gt;</b> then the main