summaryrefslogtreecommitdiff
path: root/docs/manual/invoking.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-05-20 14:22:48 +0000
committerKen Coar <coar@apache.org>1998-05-20 14:22:48 +0000
commit1b19735a79deebb3e7135d25b02fcf909541e386 (patch)
tree47f18d5b8f0ac5500b0f4cf2306bd85d2b042fa2 /docs/manual/invoking.html
parent38d73313a919b4870d0672336c157c39da1c120b (diff)
downloadhttpd-1b19735a79deebb3e7135d25b02fcf909541e386.tar.gz
Part 2 of the semi-regular HTML normalisation. Now on to
apache-site... No thirty. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/invoking.html')
-rw-r--r--docs/manual/invoking.html19
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html
index e7767cbbdf..df0a4d0445 100644
--- a/docs/manual/invoking.html
+++ b/docs/manual/invoking.html
@@ -46,13 +46,14 @@ use this mode to provide ordinary web service.
<DT><CODE>-v</CODE>
<DD>Print the version of httpd and its build date, and then exit.
-<DT><A name="version"><CODE>-V</CODE></A>
+<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>),
+behavior and performance of the apache server (<EM>e.g.</EM>,
+<SAMP>-DUSE_MMAP_FILES</SAMP>),
then exit.
-<DT><A name="help"><CODE>-h</CODE></A>
+<DT><A NAME="help"><CODE>-h</CODE></A>
<DD>Give a list of directives together with expected arguments and
places where the directive is valid. (New in Apache 1.2)
@@ -93,7 +94,8 @@ The filename may be overridden with the
However, these conventions need not be adhered to.
<P>
The server also reads a file containing mime document types; the filename
-is set by the <A HREF="mod/mod_mime.html#typesconfig">TypesConfig</A> directive,
+is set by the <A HREF="mod/mod_mime.html#typesconfig">TypesConfig</A>
+directive,
and is <CODE>conf/mime.types</CODE> by default.
<H2>Log files</H2>
@@ -119,15 +121,16 @@ kill the children httpd processes.
<H3>Error log</H3>
The server will log error messages to a log file, <CODE>logs/error_log</CODE>
by default. The filename can be set using the
-<A HREF="mod/core.html#errorlog">ErrorLog</A> directive; different error logs can
+<A HREF="mod/core.html#errorlog">ErrorLog</A> directive; different error logs
+can
be set for different <A HREF="mod/core.html#virtualhost">virtual hosts</A>.
<H3>Transfer log</H3>
The server will typically log each request to a transfer file,
<CODE>logs/access_log</CODE> by default. The filename can be set using a
-<A HREF="mod/mod_log_config.html#transferlog">TransferLog</A> directive; different
-transfer logs can be set for different <A HREF="mod/core.html#virtualhost">virtual
-hosts</A>.
+<A HREF="mod/mod_log_config.html#transferlog">TransferLog</A> directive;
+different transfer logs can be set for different
+<A HREF="mod/core.html#virtualhost">virtual hosts</A>.
<!--#include virtual="footer.html" -->
</BODY>