dgaudet 97/10/04 11:43:31
Modified: htdocs/manual new_features_1_2.html new_features_1_3.html
windows.html
Log:
update from Lars
Revision Changes Path
1.33 +0 -8 apachen/htdocs/manual/new_features_1_2.html
Index: new_features_1_2.html
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/new_features_1_2.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- new_features_1_2.html 1997/07/06 17:18:56 1.32
+++ new_features_1_2.html 1997/10/04 18:43:27 1.33
@@ -163,14 +163,6 @@
A new <code><IfModule></code> section allows directives to be
enabled only if a given module is loaded into the server.
-<li><b><a 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
directive now implemented</a></b><br>
<code>Satisfy</code> allows for more flexible access control
1.25 +3 -3 apachen/htdocs/manual/new_features_1_3.html
Index: new_features_1_3.html
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/new_features_1_3.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- new_features_1_3.html 1997/10/02 05:10:26 1.24
+++ new_features_1_3.html 1997/10/04 18:43:28 1.25
@@ -152,9 +152,9 @@
href="mod/mod_alias.html#redirectmatch">RedirectMatch</a></code>
directives allow for the use of regular expression matching.
Additionally, new
-<code><a
href="mod_core.html#directorymatch"><DirectoryMatch></a></code>,
-<code><a href="mod_core.html#locationmatch"><LocationMatch></a></code>,
-and <code><a href="mod_core.html#filesmatch"><FilesMatch></a></code>
+<code><a
href="mod/core.html#directorymatch"><DirectoryMatch></a></code>,
+<code><a href="mod/core.html#locationmatch"><LocationMatch></a></code>,
+and <code><a href="mod/core.html#filesmatch"><FilesMatch></a></code>
sections provide a new syntax for regular expression sectioning.
<li><strong><a href="mod/mod_mime_magic.html">New "Magic" MIME-typing
1.6 +1 -1 apachen/htdocs/manual/windows.html
Index: windows.html
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/windows.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- windows.html 1997/08/23 04:47:24 1.5
+++ windows.html 1997/10/04 18:43:28 1.6
@@ -179,7 +179,7 @@
this is set, it is recommended that a very high number is
used. The recommended default, <code>MaxRequestsPerChild
0</code>, does not cause the process to ever exit.
- <p><a href="mode/core.html#threadsperchild">ThreadsPerChild</a> -
+ <p><a href="mod/core.html#threadsperchild">ThreadsPerChild</a> -
This directive is new, and tells the server how many threads it
should use. This is the maximum number of connections the server
can handle at once; be sure and set this number high enough for