Provided that on the server I have:
mod_wsgi
loaded and enabled- all-powerful
htaccess
,
can I use mod_wsgi
without the need to edit the global apache config files? I don't have administrative privileges on the server.
With modpython
is was possible to do everything from the root folder's htaccess
.
If the answer is no, as the QuickConfigurationGuide seems to suggest, what is the best thing I can ask to my system administrator to do so that they can edit the configuration once and never talk to me again? Consider a multi-user system such as what you find in shared hosting or a University's user pages, for example.
I'm trying to deploy a framework like django, cherry py or web.py, but I don't think that should make a difference.