I want to deploy two different django apps in the same host: The first will correspond to the url /site1 and the second to the url /site2. Here\'s my configuration:
Your apps listen on the same port, and there doesn't seem to be a proxy that delegates them to different ones.
You either have to setup VirtualHosts within apache or use Nginx, lighttpd or something else to create a proper proxy