marc 97/04/30 22:59:58
Modified: htdocs/manual new_features_1_2.html
htdocs/manual/misc API.html FAQ.html known_bugs.html
htdocs/manual/mod mod_auth_anon.html mod_auth_db.html
mod_auth_dbm.html mod_mime.html
Log:
Still more cleanups. Thanks to linklint for this round.
Revision Changes Path
1.27 +11 -11 apache/htdocs/manual/new_features_1_2.html
Index: new_features_1_2.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/new_features_1_2.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -C3 -r1.26 -r1.27
*** new_features_1_2.html 1997/04/18 21:45:57 1.26
--- new_features_1_2.html 1997/05/01 05:59:50 1.27
***************
*** 156,164 ****
<li><b><xa href="ncsa_auth.html">Authorization Directives Now Use
NCSA-style Syntax</a></b><br>
! The <a href="mod/mod_auth.html#AuthUserFile">AuthUserFile</a>, <a
! href="mod/mod_auth.html#AuthGroupFile">AuthGroupFile</a> and <a
! href="mod/mod_digest.html#AuthDigestFile">AuthDigestFile</a> commands
now have a syntax compatible with the NCSA server.
<li><b><a href="mod/core.html#satisfy">NCSA Satisfy authentication
--- 156,164 ----
<li><b><xa href="ncsa_auth.html">Authorization Directives Now Use
NCSA-style Syntax</a></b><br>
! The <a href="mod/mod_auth.html#authuserfile">AuthUserFile</a>, <a
! href="mod/mod_auth.html#authgroupfile">AuthGroupFile</a> and <a
! href="mod/mod_digest.html#authdigestfile">AuthDigestFile</a> commands
now have a syntax compatible with the NCSA server.
<li><b><a href="mod/core.html#satisfy">NCSA Satisfy authentication
***************
*** 170,185 ****
Apache directives are now more compatible with NCSA 1.5 to make
moving between servers easier. In particular, Apache now implements the
<a href="mod/core.html#satisfy"><code>Satisfy</code></a>,
! <a href="mod/core.html#MaxKeepAliveRequests">MaxKeepAliveRequests</A>,
! <a href="mod/mod_alias.html#RedirectPermanent">RedirectPermanent</A> and
! <a href="mod/mod_alias.html#RedirectTemp">RedirectTemp</A>,
directives, and the following directives are now syntax-compatible with
NCSA:
! <a href="mod/mod_auth.html#AuthUserFile">AuthUserFile</A>,
! <a href="mod/mod_auth.html#AuthGroupFile">AuthGroupFile</A>,
! <a href="mod/mod_digest.html#AuthDigestFile">AuthDigestFile</A>,
! <a href="mod/core.html#KeepAlive">KeepAlive</A> and
! <a href="mod/core.html#KeepAliveTimeout">KeepAliveTimeout</A>.
<li><b><a href="mod/mod_proxy.html">Optional proxy module</a></b><br>
An improved FTP, HTTP, and CONNECT mode SSL proxy is included with
--- 170,185 ----
Apache directives are now more compatible with NCSA 1.5 to make
moving between servers easier. In particular, Apache now implements the
<a href="mod/core.html#satisfy"><code>Satisfy</code></a>,
! <a href="mod/core.html#maxkeepaliverequests">MaxKeepAliveRequests</A>,
! <a href="mod/mod_alias.html#redirectperm">RedirectPermanent</A> and
! <a href="mod/mod_alias.html#redirecttemp">RedirectTemp</A>,
directives, and the following directives are now syntax-compatible with
NCSA:
! <a href="mod/mod_auth.html#authuserfile">AuthUserFile</A>,
! <a href="mod/mod_auth.html#authgroupfile">AuthGroupFile</A>,
! <a href="mod/mod_digest.html#authdigestfile">AuthDigestFile</A>,
! <a href="mod/core.html#keepalive">KeepAlive</A> and
! <a href="mod/core.html#keepalivetimeout">KeepAliveTimeout</A>.
<li><b><a href="mod/mod_proxy.html">Optional proxy module</a></b><br>
An improved FTP, HTTP, and CONNECT mode SSL proxy is included with
1.7 +1 -1 apache/htdocs/manual/misc/API.html
Index: API.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/API.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** API.html 1997/05/01 05:26:42 1.6
--- API.html 1997/05/01 05:59:51 1.7
***************
*** 596,602 ****
returns a pointer to 8 bytes worth of memory, initialized to
<code>"foo/bar"</code>.
! <h3>Tracking open files, etc.</h3>
As indicated above, resource pools are also used to track other sorts
of resources besides memory. The most common are open files. The
--- 596,602 ----
returns a pointer to 8 bytes worth of memory, initialized to
<code>"foo/bar"</code>.
! <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.49 +3 -3 apache/htdocs/manual/misc/FAQ.html
Index: FAQ.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -C3 -r1.48 -r1.49
*** FAQ.html 1997/05/01 04:56:47 1.48
--- FAQ.html 1997/05/01 05:59:51 1.49
***************
*** 8,14 ****
<!--#include virtual="header.html" -->
<H1>Apache Server Frequently Asked Questions</H1>
<P>
! $Revision: 1.48 $ ($Date: 1997/05/01 04:56:47 $)
</P>
<P>
The latest version of this FAQ is always available from the main
--- 8,14 ----
<!--#include virtual="header.html" -->
<H1>Apache Server Frequently Asked Questions</H1>
<P>
! $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,992 ****
</P>
<HR>
</LI>
! <LI><A NAME="fastcgi">
<STRONG>Why am I getting "<SAMP>httpd: could not set socket
option TCP_NODELAY</SAMP>" in my error log?</STRONG>
</A>
--- 986,992 ----
</P>
<HR>
</LI>
! <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>
***************
*** 1101,1107 ****
<P>
The canonical location for Apache's core-dump files is the
<A
! HREF="../mod/core.html#serverrot"
>ServerRoot</A>
directory.
</P>
--- 1101,1107 ----
<P>
The canonical location for Apache's core-dump files is the
<A
! HREF="../mod/core.html#serverroot"
>ServerRoot</A>
directory.
</P>
1.13 +2 -2 apache/htdocs/manual/misc/known_bugs.html
Index: known_bugs.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/known_bugs.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C3 -r1.12 -r1.13
*** known_bugs.html 1997/05/01 05:26:43 1.12
--- known_bugs.html 1997/05/01 05:59:52 1.13
***************
*** 20,28 ****
<H2>Version 1.2 (all)</H2>
! <OL>
<LI>On some architectures if your configuration uses multiple
! <a href="../mod/core#listen">Listen</a> directives then it is possible
that the server will starve one of the sockets while serving hits on
another. The work-around is to add
<code>-DUSE_FLOCK_SERIALIZED_ACCEPT</code> to the
--- 20,28 ----
<H2>Version 1.2 (all)</H2>
! <OL><a name="listenbug"></a>
<LI>On some architectures if your configuration uses multiple
! <a href="../mod/core.html#listen">Listen</a> directives then it is
possible
that the server will starve one of the sockets while serving hits on
another. The work-around is to add
<code>-DUSE_FLOCK_SERIALIZED_ACCEPT</code> to the
1.6 +2 -2 apache/htdocs/manual/mod/mod_auth_anon.html
Index: mod_auth_anon.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_anon.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** mod_auth_anon.html 1997/04/16 09:13:05 1.5
--- mod_auth_anon.html 1997/05/01 05:59:54 1.6
***************
*** 36,42 ****
<h2><a name="Directives">Directives</a></h2>
<ul>
<li><A HREF="#anonymous">Anonymous</A>
! <li><A HREF="#LogMail">Anonymous_LogEmail</A>
<li><A HREF="#VerifyEmail">Anonymous_VerifyEmail</A>
<li><A HREF="#NoUser">Anonymous_NoUser</A>
<li><A HREF="#Authoritative">Anonymous_Authoritative</A>
--- 36,42 ----
<h2><a name="Directives">Directives</a></h2>
<ul>
<li><A HREF="#anonymous">Anonymous</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,78 ****
'I Don't Know'.
<hr>
! <A name="LogMail"><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>
--- 72,78 ----
'I Don't Know'.
<hr>
! <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.8 +1 -1 apache/htdocs/manual/mod/mod_auth_db.html
Index: mod_auth_db.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_db.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** mod_auth_db.html 1997/05/01 05:26:51 1.7
--- mod_auth_db.html 1997/05/01 05:59:55 1.8
***************
*** 145,151 ****
<p>
See also <A HREF="core.html#authname">AuthName</A>,
<A HREF="core.html#authtype">AuthType</A> and
! <A HREF="#authgroupfile">AuthGroupFile</A>.<p>
<!--#include virtual="footer.html" -->
</BODY>
--- 145,151 ----
<p>
See also <A HREF="core.html#authname">AuthName</A>,
<A HREF="core.html#authtype">AuthType</A> and
! <A HREF="#authdbgroupfile">AuthDBGroupFile</A>.<p>
<!--#include virtual="footer.html" -->
</BODY>
1.9 +1 -1 apache/htdocs/manual/mod/mod_auth_dbm.html
Index: mod_auth_dbm.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_auth_dbm.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C3 -r1.8 -r1.9
*** mod_auth_dbm.html 1997/05/01 05:26:51 1.8
--- mod_auth_dbm.html 1997/05/01 05:59:55 1.9
***************
*** 147,153 ****
<p>
See also <A HREF="core.html#authname">AuthName</A>,
<A HREF="core.html#authtype">AuthType</A> and
! <A HREF="#authgroupfile">AuthGroupFile</A>.<p>
<!--#include virtual="footer.html" -->
</BODY>
--- 147,153 ----
<p>
See also <A HREF="core.html#authname">AuthName</A>,
<A HREF="core.html#authtype">AuthType</A> and
! <A HREF="#authdbmgroupfile">AuthDBMGroupFile</A>.<p>
<!--#include virtual="footer.html" -->
</BODY>
1.8 +1 -1 apache/htdocs/manual/mod/mod_mime.html
Index: mod_mime.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_mime.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** mod_mime.html 1997/05/01 05:27:00 1.7
--- mod_mime.html 1997/05/01 05:59:56 1.8
***************
*** 191,197 ****
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
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:
--- 191,197 ----
The TypesConfig directive sets the location of the mime types configuration
file. <em>Filename</em> is relative to the
! <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: