diff options
author | Takashi Sato <takashi@apache.org> | 2009-12-25 18:17:34 +0100 |
---|---|---|
committer | Takashi Sato <takashi@apache.org> | 2009-12-25 18:17:34 +0100 |
commit | c62fc40ffc32e6c9b1d4e8d188b67ef775725709 (patch) | |
tree | 7be4011402094e252635519a85ab3443da5f25d3 /docs/manual/programs/httpd.html.en | |
parent | Fix the ProxyPass example accoding to the trailing slash rule. (diff) | |
download | apache2-c62fc40ffc32e6c9b1d4e8d188b67ef775725709.tar.xz apache2-c62fc40ffc32e6c9b1d4e8d188b67ef775725709.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@893876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/httpd.html.en')
-rw-r--r-- | docs/manual/programs/httpd.html.en | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en index 7ea3298aab..d73aa189db 100644 --- a/docs/manual/programs/httpd.html.en +++ b/docs/manual/programs/httpd.html.en @@ -112,12 +112,6 @@ problems during startup.</dd> <dd>Send error messages during server startup to <var>file</var>.</dd> -<dt><code>-R <var>directory</var></code></dt> - -<dd>When the server is compiled using the <code>SHARED_CORE</code> -rule, this specifies the <var>directory</var> for the shared -object files.</dd> - <dt><code>-h</code></dt> <dd>Output a short summary of available command line options.</dd> @@ -142,6 +136,10 @@ places where the directive is valid. Directives provided by shared modules are n <dd>Show the settings as parsed from the config file (currently only shows the virtualhost settings).</dd> +<dt><code>-T</code></dt> + +<dd>Skip document root check at startup/restart.</dd> + <dt><code>-t</code></dt> <dd>Run syntax tests for configuration files only. The program |