Skip to content

Instantly share code, notes, and snippets.

@johnrobertwilson
Created September 7, 2011 16:20
Show Gist options
  • Save johnrobertwilson/1201011 to your computer and use it in GitHub Desktop.
Save johnrobertwilson/1201011 to your computer and use it in GitHub Desktop.
DOE Setup?
<VirtualHost *:80>
ServerAdmin "jwilson@treehouseagency.com"
DocumentRoot "/Developer/D7/docroot"
ServerAlias drupal7.local
ErrorLog "/var/log/apache2/drupal7.local_log"
</VirtualHost>
<VirtualHost *:80>
ServerAdmin "jwilson@treehouseagency.com"
DocumentRoot "/Developer/DOE/energy.gov/docroot"
ServerAlias doe.local
ErrorLog "/var/log/apache2/doe.local_log"
</VirtualHost>
------
hosts
##
# 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
127.0.0.1 doe.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment