Mailing List Archive

cvs commit: apachen/htdocs/manual/mod mod_speling.html
martin 97/11/12 08:29:47

Modified: htdocs/manual invoking.html new_features_1_3.html
upgrading_to_1_3.html
htdocs/manual/mod mod_speling.html
Log:
Correct Typos;

Add new -V switch;
add paragraph about new ServerRoot=/usr/local/apache;

Revision Changes Path
1.14 +7 -1 apachen/htdocs/manual/invoking.html

Index: invoking.html
===================================================================
RCS file: /home/cvs/apachen/htdocs/manual/invoking.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -u -r1.13 -r1.14
--- invoking.html 1997/10/25 22:35:08 1.13
+++ invoking.html 1997/11/12 16:29:44 1.14
@@ -44,7 +44,13 @@
use this mode to provide ordinary web service.

<dt><code>-v</code>
-<dd>Print the version of httpd, and then exit.
+<dd>Print the version of httpd and its build date, and then exit.
+
+<dt><a name="version"><code>-V</code></a>
+<dd>Print the base version of httpd, its sub-version if defined, its
+build date, and a list of compile time settings which influence the
+behavior and performance of the apache server (e.g., <SAMP>-D USE_MMAP_FILES</SAMP>),
+then exit.

<dt><a name="help"><code>-h</code></a>
<dd>Give a list of directives together with expected arguments and



1.32 +11 -1 apachen/htdocs/manual/new_features_1_3.html

Index: new_features_1_3.html
===================================================================
RCS file: /home/cvs/apachen/htdocs/manual/new_features_1_3.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -u -r1.31 -r1.32
--- new_features_1_3.html 1997/11/11 23:46:50 1.31
+++ new_features_1_3.html 1997/11/12 16:29:44 1.32
@@ -94,6 +94,16 @@
easier for users to add their module.
</LI>
<LI><A
+ HREF="install.html#install"
+ ><STRONG>Default Apache directory path changed to <SAMP>/usr/local/apache/</SAMP></STRONG></A>
+ <BR>
+ The default directory for the apache ServerRoot changed from the NCSA-compatible
+ <SAMP>/usr/local/etc/httpd/</SAMP> to <SAMP>/usr/local/apache/</SAMP>.
+ This change covers only the default setting (and the documentation); it
+ is of course possible to override it using the <A HREF="invoking.html">
+ -d <EM>ServerRoot</EM> and -f <EM>httpd.conf</EM></A> switches when starting apache.
+</LI>
+<LI><A
HREF="mod/mod_autoindex.html"
><STRONG>Sortable Directory Listings</STRONG></A>
<BR>
@@ -446,7 +456,7 @@
<A
HREF="mod/mod_include.html"
><SAMP>mod_include</SAMP></A>
- has been modified todisplay the year using four digits rather than the
+ has been modified to display the year using four digits rather than the
two-digit format used previously. The
<A
HREF="mod/mod_autoindex.html"



1.5 +7 -0 apachen/htdocs/manual/upgrading_to_1_3.html

Index: upgrading_to_1_3.html
===================================================================
RCS file: /home/cvs/apachen/htdocs/manual/upgrading_to_1_3.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -u -r1.4 -r1.5
--- upgrading_to_1_3.html 1997/11/11 23:46:50 1.4
+++ upgrading_to_1_3.html 1997/11/12 16:29:45 1.5
@@ -63,6 +63,13 @@
<h3>Run-Time Configuration Changes</h3>

<ul>
+ <LI><STRONG>The default Apache ServerRoot directory changed</STRONG>
+ from the NCSA-compatible <SAMP>/usr/local/etc/httpd/</SAMP> to
+ <SAMP>/usr/local/apache/</SAMP>. This change covers only the default
+ setting (and the documentation); it is of course possible to override it
+ using the <EM>-d ServerRoot</EM> and <EM>-f httpd.conf</EM> switches
+ when starting apache.
+
<li>Folks using HTTP/1.1-style virtual hosting will need to list the
ip:port pairs that are supposed to have HTTP/1.1-style virtual hosting
via the <a href="mod/core.html#namevirtualhost"><code>



1.2 +1 -1 apachen/htdocs/manual/mod/mod_speling.html

Index: mod_speling.html
===================================================================
RCS file: /home/cvs/apachen/htdocs/manual/mod/mod_speling.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- mod_speling.html 1997/09/11 18:50:30 1.1
+++ mod_speling.html 1997/11/12 16:29:46 1.2
@@ -16,7 +16,7 @@
<P>
This module is contained in the <code>mod_speling.c</code> file,
and is <strong>not</strong> compiled in by default.
- It attemps to correct mispellings of
+ It attemps to correct misspellings of
URLs that users might have entered, by ignoring capitalization
and by allowing up to one misspelling.<br>
This catches the majority of misspelled requests. An automatic