Skip to content

Instantly share code, notes, and snippets.

@creimers
Last active October 6, 2015 09:17
Show Gist options
  • Save creimers/fac8cff8072180246d2d to your computer and use it in GitHub Desktop.
Save creimers/fac8cff8072180246d2d to your computer and use it in GitHub Desktop.
apache django config
SetEnv DATABASE_URL mysql://db:db@localhost:3306/db
WSGIDaemonProcess djangocms python-path=/var/www/vhosts/project_folder/project:/var/www/vhosts/project_folder/project/env/lib/python3.4/site-packages
WSGIProcessGroup djangocms
WSGIScriptAlias / /var/www/vhosts/project_folder/project/marktzeit/wsgi.py
Alias /media/ /var/www/vhosts/project_folder/project/media/
Alias /static/ /var/www/vhosts/project_folder/project/static/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment