diff options
Diffstat (limited to 'docs/manual/programs/httpd.html.en')
-rw-r--r-- | docs/manual/programs/httpd.html.en | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en index 0d7d272c6f..68e0438a19 100644 --- a/docs/manual/programs/httpd.html.en +++ b/docs/manual/programs/httpd.html.en @@ -151,7 +151,11 @@ 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 <var>DUMP</var>_<var>VHOSTS </var>is also set, details of the virtual host configuration will be printed. If -D <var>DUMP</var>_<var>MODULES </var> is -set, all loaded modules will be printed.</dd> +set, all loaded modules will be printed. If -D <var>DUMP</var>_<var>CERTS </var> +is set and <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> is used, configured SSL certificates will +be printed. If -D <var>DUMP</var>_<var>CA</var>_<var>_CERTS </var> is set and +<code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> is used, configured SSL CA certificates and configured +directories containing SSL CA certificates will be printed.</dd> <dt><code>-v</code></dt> |