Created
March 27, 2012 23:39
-
-
Save bootandy/2221542 to your computer and use it in GitHub Desktop.
Notes on mod_wsgi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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