Skip to content
Snippets Groups Projects
Commit 2cfd821f authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Correct Typos;

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


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79582 13f79535-47bb-0310-9956-ffa450edef68
parent d79c5307
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,13 @@ daemon does not detach from the terminal or fork any children. Do <em>NOT</em>
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
......
......@@ -44,7 +44,13 @@ daemon does not detach from the terminal or fork any children. Do <em>NOT</em>
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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment