Skip to content

Instantly share code, notes, and snippets.

@kapowaz
Created October 7, 2009 13:38
Show Gist options
  • Save kapowaz/204024 to your computer and use it in GitHub Desktop.
Save kapowaz/204024 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin bdarlow@panthro.org
ServerName vj.panthro.org
DocumentRoot /Users/bdarlow/Sites/videojuicer/moko-www/www-videojuicer/web
<Directory /Sites/videojuicer/moko-www/www-videojuicer/web>
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
LogLevel warn
ErrorLog /private/var/log/apache2/videojuicer.local-error_log
CustomLog /private/var/log/apache2/videojuicer.local-access_log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment