django wsgi multiple projects different url same apache server
- by Thomas Schultz
Hello,
I'm trying to get 2 separate django projects running on the same apache server with mod_wsgi that are also under the same domain but different urls. Like www.example.com/site1/ and www.example.com/site2
What I'm trying to do is something like...
<VirtualHost *:80>
ServerName www.example.com
<location "/site1/">
…