URL redirect/remapping to a Django app, using DNS or Apache
- by Art
Typically I've been lucky enough to have a fairly simple Django and Apache configuration.
But now I'm writing several apps that will sit on the same server and I need them to each have individual domains.
The apps live at www.myserver.com/app/app1 (app2...) and I would like to access it using www.someawesomedomain.com. I don't want a redirect since I do not want to expose the underlying path.
What is the best way to do this, in the context of 5 - 10 sites?
I'm using Apache2.