# Uncomment the following line if you use a virtualenv # SetEnv IHATEMONEY_VENV_PATH /path/to/your/venv ServerAdmin admin@example.com ServerName ihatemoney.example.com WSGIDaemonProcess ihatemoney user=www-data group=www-data threads=5 WSGIScriptAlias / /path/to/ihatemoney/ihatemoney.wsgi ErrorLog /var/log/apache2/ihatemoney.example.com_error.log CustomLog /var/log/apache2/ihatemoney.example.com_access.log combined WSGIProcessGroup ihatemoney WSGIApplicationGroup %{GLOBAL} Order deny,allow Allow from all Alias /static/ /path/to/ihatemoney/budget/static/