URL redirect/remapping to a Django app, using DNS or Apache
Posted
by Art
on Stack Overflow
See other posts from Stack Overflow
or by Art
Published on 2010-03-26T20:49:02Z
Indexed on
2010/03/26
20:53 UTC
Read the original article
Hit count: 424
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.
© Stack Overflow or respective owner