Apache with WSGI
Links
Deploy (continued)…
Note
These instructions are for debian… and are adapted from the presentation by Jacob Kaplan-Moss (above).
Install
aptitude install apache2 libapache2-mod-wsgi
Configuration
cd /etc/apache2/
rm -rf apache2.conf conf.d/ httpd.conf magic mods-* sites-* ports.conf
ln -s /home/web/sample_django_debug_toolbar/apache/apache2.conf .
Note:
Next…
Deploy (continued)…