Skip to content

Instantly share code, notes, and snippets.

@ftassi
Created April 12, 2011 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 ftassi/916546 to your computer and use it in GitHub Desktop.
Save ftassi/916546 to your computer and use it in GitHub Desktop.
Sismo vhost
<VirtualHost *:10088>
SetEnv SISMO_DATA_PATH "/Volumes/Storage/sismo/.sismo/data"
SetEnv SISMO_CONFIG_PATH "/Volumes/Storage/sismo/.sismo/config.php"
ServerName sismo.localhost
DocumentRoot "/Volumes/Storage/sismo"
DirectoryIndex index.php
<Directory "/Volumes/Storage/sismo">
Options FollowSymLinks
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment