Help with Django and Apache
I have a site built with Django, we're switching things up and will be
running ExpressionEngine as our main CMS for the "front-end" /
marketing piece of our site. We will have two Django apps running
elsewhere on the site, one is a Course Management Software we built in
house, the other is an online application for our school.
Right now our httpd.conf for Apache is: http://dpaste.com/141399/
What would be the best way to handle our new setup?
Set <Location "/"> to None then set <Location /supapp> and <Location /
courses> to the Python?
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home