Skip to content

Instantly share code, notes, and snippets.

@gzankevich
Created September 17, 2013 18:40
Show Gist options
  • Save gzankevich/6598777 to your computer and use it in GitHub Desktop.
Save gzankevich/6598777 to your computer and use it in GitHub Desktop.
VirtualHost configuration:
127.0.0.1:80 is a NameVirtualHost
default server foo.com (/etc/httpd/conf.d/httpd-vhosts.conf:1)
port 80 namevhost foo.com (/etc/httpd/conf.d/httpd-vhosts.conf:1)
# ... several more
wildcard NameVirtualHosts and _default_ servers:
_default_:443 localhost.localdomain (/etc/httpd/conf.d/ssl.conf:81)
Syntax OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment