Python for apache

Installation

Mac Os X

  1. Install mod_wsgi using brew:

    brew update
    brew install mod_wsgi
    
  2. Edit the /etc/apache2/http.conf and add:

    LoadModule wsgi_module /usr/local/Cellar/mod_wsgi/3.3/libexec/mod_wsgi.so
    

Note

The exact path for mod_wsgi can be found with::
brew list mod_wsgi

wsgi frameworks