Answered one question regarding how to setup Django / PHP to run on top / behind Apache frontend.
I did the setup of Django using proxy_scgi. There are other ways like mod_wsgi but using proxy_* at least allow me to easily adapt the configuration back to nginx (using fastcgi_pass)
Link to original post for record keeping.
http://www.zhihu.com/question/20675810