Skip to content

Instantly share code, notes, and snippets.

@ruedaminute
Created May 2, 2012 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruedaminute/2580917 to your computer and use it in GitHub Desktop.
Save ruedaminute/2580917 to your computer and use it in GitHub Desktop.
apachectl -S output
XX.XX.XXX.X1:80 is a NameVirtualHost
default server domain1.com (/etc/apache2/httpd.conf:6)
port 80 namevhost domain1.com (/etc/apache2/httpd.conf:6)
XX.XX.XXX.X2:80 is a NameVirtualHost
default server domain2.me (/etc/apache2/httpd.conf:12)
port 80 namevhost domain2.me (/etc/apache2/httpd.conf:12)
XX.XX.XXX.X2:443 is a NameVirtualHost
default server www.domain2.me (/etc/apache2/httpd.conf:17)
port 443 namevhost www.domain2.me (/etc/apache2/httpd.conf:17)
wildcard NameVirtualHosts and _default_ servers:
*:80 is a NameVirtualHost
default server localhost (/etc/apache2/sites-enabled/000-default:1)
port 80 namevhost localhost (/etc/apache2/sites-enabled/000-default:1)
Syntax OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment