From: Erik Abele Date: Sun, 12 Jan 2003 20:56:26 +0000 (+0000) Subject: Using -S rather than -t -D DUMP_VHOSTS. X-Git-Tag: pre_ajp_proxy~2294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0282cdadb196c52a7ab65fef31205a7dfd60b8e;p=apache Using -S rather than -t -D DUMP_VHOSTS. Submitted by: Thom May git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98245 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/index.html.en b/docs/manual/vhosts/index.html.en index 9c88d9fbae..2e5a5d7865 100644 --- a/docs/manual/vhosts/index.html.en +++ b/docs/manual/vhosts/index.html.en @@ -74,11 +74,11 @@ hosts
  • IP-based virtual hosts
  • If you are trying to debug your virtual host configuration, you - may find the Apache -t -D DUMP_VHOSTS command line switch + may find the Apache -S command line switch useful. That is, type the following command:

    - /usr/local/apache/bin/httpd -t -D DUMP_VHOSTS + /usr/local/apache/bin/httpd -S

    This command will dump out a description of how Apache parsed diff --git a/docs/manual/vhosts/index.xml b/docs/manual/vhosts/index.xml index 3e9d0ee534..9675cd10d4 100644 --- a/docs/manual/vhosts/index.xml +++ b/docs/manual/vhosts/index.xml @@ -73,11 +73,11 @@ hosts

    If you are trying to debug your virtual host configuration, you - may find the Apache -t -D DUMP_VHOSTS command line switch + may find the Apache -S command line switch useful. That is, type the following command:

    - /usr/local/apache/bin/httpd -t -D DUMP_VHOSTS + /usr/local/apache/bin/httpd -S

    This command will dump out a description of how Apache parsed