I'm wanting to run PHP and Django together on the same apache config and I'm wondering how to do that?
devserver.com <- Serving PHP files from /var/www
devserver.com/django <- Serving Django from /var/www/django (/var/www/django/mod.wsgi)
Any idea how to do this?