Skip to content

Instantly share code, notes, and snippets.

@kennyp
Created July 2, 2012 17:53
Show Gist options
  • Save kennyp/3034587 to your computer and use it in GitHub Desktop.
Save kennyp/3034587 to your computer and use it in GitHub Desktop.
/etc/httpd/conf.d/
NameVirtualHost *:80
Include conf.d/vihosts.d/*.conf
<VirtualHost *:80>
ServerName cashier-dev.comporium.com
ServerAlias *
DocumentRoot /var/ww/cashier/current
DirectoryIndex index.php index.html
<Directory "/var/www/cashier/current">
SetEnv staging
Options +Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment