mike chambers
|
about
Apache Django Tip
TIP : How to get Apache Location directive to match trailing slashes
I am working on deploying a django app online, and thus need to use the Apache Location directive to point to my django app. This is pretty straight forward: <Location "/foo/"> SetHandler python-program PythonPath …