Added Fabric Config

This commit is contained in:
2013-09-28 13:57:59 +10:00
parent ef13263030
commit 912c64ef0b
4 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<VirtualHost *:80>
WSGIDaemonProcess rockviewer-production user=rockviewer group=rockviewer threads=10 python-path=~/www/rockviewer/lib/python2.6/site-packages
WSGIProcessGroup rockviewer-production
WSGIScriptAlias / ~/rockviewer/releases/current/rockviewer/rockviewer.wsgi
<Directory ~/rockviewer/releases/current/rockviewer>
Order deny,allow
Allow from all
</Directory>
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined
</VirtualHost>