]> granicus.if.org Git - apache/commitdiff
Still more cleanups. Thanks to linklint for this round.
authorMarc Slemko <marc@apache.org>
Thu, 1 May 1997 05:59:56 +0000 (05:59 +0000)
committerMarc Slemko <marc@apache.org>
Thu, 1 May 1997 05:59:56 +0000 (05:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78083 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/API.html
docs/manual/misc/API.html
docs/manual/misc/FAQ.html
docs/manual/mod/mod_auth_anon.html
docs/manual/mod/mod_auth_db.html
docs/manual/mod/mod_auth_dbm.html
docs/manual/mod/mod_mime.html

index 456da2f1ba9e2a7e04089a07a9c8bf981f0632e6..98c442a84fd6545c74c364c053d52de7c0552cf9 100644 (file)
@@ -596,7 +596,7 @@ of the strings, as a unit; for instance:
 returns a pointer to 8 bytes worth of memory, initialized to
 <code>"foo/bar"</code>.
 
-<h3>Tracking open files, etc.</h3>
+<h3><a name="pool-files">Tracking open files, etc.</a></h3>
 
 As indicated above, resource pools are also used to track other sorts
 of resources besides memory.  The most common are open files.  The
index 456da2f1ba9e2a7e04089a07a9c8bf981f0632e6..98c442a84fd6545c74c364c053d52de7c0552cf9 100644 (file)
@@ -596,7 +596,7 @@ of the strings, as a unit; for instance:
 returns a pointer to 8 bytes worth of memory, initialized to
 <code>"foo/bar"</code>.
 
-<h3>Tracking open files, etc.</h3>
+<h3><a name="pool-files">Tracking open files, etc.</a></h3>
 
 As indicated above, resource pools are also used to track other sorts
 of resources besides memory.  The most common are open files.  The
index 3d6576e2240289541d5c8954e731d3239ea76bc8..13208c70158cc7df8552708085b1420ecbed9f42 100644 (file)
@@ -8,7 +8,7 @@
   <!--#include virtual="header.html" -->
   <H1>Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.48 $ ($Date: 1997/05/01 04:56:47 $)
+  $Revision: 1.49 $ ($Date: 1997/05/01 05:59:51 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   </P>
   <HR>
  </LI>
- <LI><A NAME="fastcgi">
+ <LI><A NAME="nodelay">
       <STRONG>Why am I getting &quot;<SAMP>httpd: could not set socket
       option TCP_NODELAY</SAMP>&quot; in my error log?</STRONG>
      </A> 
   <P>
   The canonical location for Apache's core-dump files is the
   <A
-   HREF="../mod/core.html#serverrot"
+   HREF="../mod/core.html#serverroot"
   >ServerRoot</A>
   directory.
   </P>
index 499b539a55657ec1f91b528a6b66438aac93dd29..f1fa0c273e2bb38a5050dcce434ec4ef487aa934 100644 (file)
@@ -36,7 +36,7 @@ allows users to share URLs.
 <h2><a name="Directives">Directives</a></h2>
 <ul>
 <li><A HREF="#anonymous">Anonymous</A>
-<li><A HREF="#LogMail">Anonymous_LogEmail</A>
+<li><A HREF="#LogEmail">Anonymous_LogEmail</A>
 <li><A HREF="#VerifyEmail">Anonymous_VerifyEmail</A>
 <li><A HREF="#NoUser">Anonymous_NoUser</A>
 <li><A HREF="#Authoritative">Anonymous_Authoritative</A>
@@ -72,7 +72,7 @@ allows users to share URLs.
        'I Don't Know'.
 <hr>
 
-<A name="LogMail"><h2>Anonymous_LogEmail</h2></A>
+<A name="LogEmail"><h2>Anonymous_LogEmail</h2></A>
 <strong>Syntax:</strong> Anonymous_LogEmail <em>on | off</em><br>
 <strong>Default:</strong> <code>off</code><br>
 <strong>Context:</strong> directory, .htaccess<br>
index 6e283c08e6d98d70892b058978cb0ccf003eaa89..2afaec7ad02be6fa6619e84dd23f38880f0db8d6 100644 (file)
@@ -145,7 +145,7 @@ more access interfaces.
 <p>
 See also <A HREF="core.html#authname">AuthName</A>,
 <A HREF="core.html#authtype">AuthType</A> and
-<A HREF="#authgroupfile">AuthGroupFile</A>.<p>
+<A HREF="#authdbgroupfile">AuthDBGroupFile</A>.<p>
 
 <!--#include virtual="footer.html" -->
 </BODY>
index 3573f0b6c72dc095477951ebd7e966077d5e9b5e..68bd0ed7bd7d0334a34c6745b9c7f3b33954b8f4 100644 (file)
@@ -147,7 +147,7 @@ more access interfaces.
 <p>
 See also <A HREF="core.html#authname">AuthName</A>,
 <A HREF="core.html#authtype">AuthType</A> and
-<A HREF="#authgroupfile">AuthGroupFile</A>.<p>
+<A HREF="#authdbmgroupfile">AuthDBMGroupFile</A>.<p>
 
 <!--#include virtual="footer.html" -->
 </BODY>
index a4135dc865e223d0a1fcff581839102c8fd8cba9..bbd201eae913c25efb5236c6c9e7072cc47f4584 100644 (file)
@@ -191,7 +191,7 @@ called, you might put the following into access.conf:
 
 The TypesConfig directive sets the location of the mime types configuration
 file. <em>Filename</em> is relative to the
-<A HREF="#serverroot">ServerRoot</A>. This file sets the default list of
+<A HREF="core.html#serverroot">ServerRoot</A>. This file sets the default list of
 mappings from filename extensions to content types; changing this file is not
 recommended. Use the <A HREF="#addtype">AddType</A> directive instead. The
 file contains lines in the format of the arguments to an AddType command: