diff options
author | André Malo <nd@apache.org> | 2004-07-10 17:01:02 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-07-10 17:01:02 +0200 |
commit | 6801f1274433601b72d2ead64df04d7ba8eaf2d2 (patch) | |
tree | eb9519913354a4720135ac74b7ed4a712a7fe163 /docs/man/httpd.8 | |
parent | update transformation (diff) | |
download | apache2-6801f1274433601b72d2ead64df04d7ba8eaf2d2.tar.xz apache2-6801f1274433601b72d2ead64df04d7ba8eaf2d2.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104223 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/man/httpd.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/man/httpd.8 b/docs/man/httpd.8 index 5ea03d8443..8c24dec788 100644 --- a/docs/man/httpd.8 +++ b/docs/man/httpd.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "HTTPD" 8 "2003-12-02" "Apache HTTP Server" "httpd" +.TH "HTTPD" 8 "2004-07-10" "Apache HTTP Server" "httpd" .SH NAME httpd \- Apache Hypertext Transfer Protocol Server @@ -27,7 +27,7 @@ httpd \- Apache Hypertext Transfer Protocol Server .SH "SYNOPSIS" .PP -\fBhttpd\fR [ -\fBd\fR \fIserverroot\fR ] [ -\fBf\fR \fIconfig\fR ] [ -\fBC\fR \fIdirective\fR ] [ -\fBc\fR \fIdirective\fR ] [ -\fBD\fR \fIparameter\fR ] [ -\fBe\fR \fIlevel\fR ] [ -\fBE\fR \fIfile\fR ] [ \fB-k\fR start|restart|graceful|stop ] [ -\fBR\fR \fIdirectory\fR ] [ -\fBh\fR ] [ -\fBl\fR ] [ -\fBL\fR ] [ -\fBS\fR ] [ -\fBt\fR ] [ -\fBv\fR ] [ -\fBV\fR ] [ -\fBX\fR ] +\fBhttpd\fR [ -\fBd\fR \fIserverroot\fR ] [ -\fBf\fR \fIconfig\fR ] [ -\fBC\fR \fIdirective\fR ] [ -\fBc\fR \fIdirective\fR ] [ -\fBD\fR \fIparameter\fR ] [ -\fBe\fR \fIlevel\fR ] [ -\fBE\fR \fIfile\fR ] [ \fB-k\fR start|restart|graceful|stop ] [ -\fBR\fR \fIdirectory\fR ] [ -\fBh\fR ] [ -\fBl\fR ] [ -\fBL\fR ] [ -\fBS\fR ] [ -\fBt\fR ] [ -\fBv\fR ] [ -\fBV\fR ] [ -\fBX\fR ] [ -\fBM\fR ] .PP On Windows systems, the following additional arguments are available: @@ -85,11 +85,14 @@ Output a list of modules compiled into the server\&. This will \fBnot\fR list dy -L Output a list of directives together with expected arguments and places where the directive is valid\&. .TP +-M +Dump a list of loaded Static and Shared Modules\&. +.TP -S Show the settings as parsed from the config file (currently only shows the virtualhost settings)\&. .TP -t -Run syntax tests for configuration files only\&. The program immediately exits after these syntax parsing tests with either a return code of 0 (Syntax OK) or return code not equal to 0 (Syntax Error)\&. If -D \fIDUMP\fR_\fIVHOSTS \fRis also set, details of the virtual host configuration will be printed\&. +Run syntax tests for configuration files only\&. The program immediately exits after these syntax parsing tests with either a return code of 0 (Syntax OK) or return code not equal to 0 (Syntax Error)\&. If -D \fIDUMP\fR_\fIVHOSTS \fRis also set, details of the virtual host configuration will be printed\&. If -D \fIDUMP\fR_\fIMODULES \fR is set, all loaded modules will be printed\&. .TP -v Print the version of httpd, and then exit\&. |