Commit e83e2560 authored by Marc Slemko's avatar Marc Slemko
Browse files

Still more cleanups. Thanks to linklint for this round.


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