1
vote
1answer
77 views

mod_wsgi with no access to apache config

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 ...
1
vote
2answers
3k views

mod_wsgi, .htaccess and rewriterule

I'm using several django projects running on the same apache instance through mod_wsgi, configured with virtualhost for each site, see the httpd.conf here. For one of the sites I want to use ...