I have a question similar to this: Apache : Map one virtualhost to a subdirectory of another virtualhost
Except mine is about serving PHP within Django's domain like that:
example.com
serves Django, uses WSGI etc.,example.com/some_app
needs to be fully based on PHP, cannot go through Django,
How can I do that? I believe this is possible, but could you give me any clues about how to accomplish that?