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
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
<!--#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 "<SAMP>httpd: could not set socket
option TCP_NODELAY</SAMP>" 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>
<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>
'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>
<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>
<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>
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: