Skip to content

Instantly share code, notes, and snippets.

@smerrill
Forked from johnrobertwilson/gist:1197958
Created September 6, 2011 16:00
Show Gist options
  • Save smerrill/1197979 to your computer and use it in GitHub Desktop.
Save smerrill/1197979 to your computer and use it in GitHub Desktop.
Air Apache Vhost settings
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
127.0.0.1 drupal7.local
-------------------------------------------------
<VirtualHost *:80>
ServerAdmin "jwilson@treehouseagency.com"
<Directory "/Developer/D7/docroot">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
</Directory>
ServerName drupal7.local
ErrorLog "logs/drupal7.local_log"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment