Skip to content

Instantly share code, notes, and snippets.

@bootandy
Created March 27, 2012 23:39
Show Gist options
  • Save bootandy/2221542 to your computer and use it in GitHub Desktop.
Save bootandy/2221542 to your computer and use it in GitHub Desktop.
Notes on mod_wsgi
Had trouble with mod_wsgi and virtual env.
You need to build mod_wsgi yourself or ubuntu will use your default python.
You also need to install the python dev tools (specify the python version).
sudo apt-get install python2.6-dev
source: http://helloit.es/2011/05/mod_wsgi-en-apache/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment