Skip to content

Instantly share code, notes, and snippets.

@kylejohnson
Last active December 23, 2015 00:29
Show Gist options
  • Select an option

  • Save kylejohnson/6554402 to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnson/6554402 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
# the clone
DocumentRoot /home/kjohnson/ZoneMinder/web
ServerName cakeblog
ServerAlias cakeblog.gnulnx.net
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
mkdir -p web/app/tmp/cache/{models,persistent}
chown -R www-data web/app/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment