Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can use the <code>apachectl</code> (or <code>apache2ctl</code>) command to signal the <code>httpd</code> Apache server to dump virtual host information:</p> <pre><code> apache2ctl -St </code></pre> <p>Here are links to using <a href="http://httpd.apache.org/docs/current/programs/apachectl.html" rel="nofollow">apachectl</a> to send the signals and <a href="http://httpd.apache.org/docs/current/programs/httpd.html" rel="nofollow">httpd flags</a>.</p> <p>Here's what it looks like on my Apache / Ubuntu system (I am a web developer with a bunch of virtual hosts):</p> <pre class="lang-none prettyprint-override"><code>VirtualHost configuration: wildcard NameVirtualHosts and _default_ servers: *:80 is a NameVirtualHost default server 127.0.1.1 (/etc/apache2/sites-enabled/000-default:1) port 80 namevhost 127.0.1.1 (/etc/apache2/sites-enabled/000-default:1) port 80 namevhost adaleco (/etc/apache2/sites-enabled/adaleco:1) port 80 namevhost amcham (/etc/apache2/sites-enabled/amcham:1) port 80 namevhost cake (/etc/apache2/sites-enabled/cake:1) port 80 namevhost cakeplate (/etc/apache2/sites-enabled/cakeplate:1) port 80 namevhost coord (/etc/apache2/sites-enabled/coord:1) port 80 namevhost dru1 (/etc/apache2/sites-enabled/dru1:1) port 80 namevhost flaming (/etc/apache2/sites-enabled/flaming:1) port 80 namevhost flaming6 (/etc/apache2/sites-enabled/flaming6:1) port 80 namevhost food (/etc/apache2/sites-enabled/food:1) port 80 namevhost fun (/etc/apache2/sites-enabled/fun:1) port 80 namevhost marc (/etc/apache2/sites-enabled/marc:1) port 80 namevhost sugar (/etc/apache2/sites-enabled/sugar:1) port 80 namevhost vol (/etc/apache2/sites-enabled/vol:1) port 80 namevhost xmas (/etc/apache2/sites-enabled/xmas:1) Syntax OK </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload