diff options
Diffstat (limited to 'docs/manual/invoking.html')
-rw-r--r-- | docs/manual/invoking.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index 669b359f66..66d2966583 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -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 |