Tagged Questions
1
vote
1answer
146 views
Should I use mod_wsgi embedded mode if I have full control of Apache?
I'm managing a bunch of sites and applications in a shared hosting, using Django via mod_wsgi. I had planned to use daemon mode from the beginning (to avoid restart problems), but ended up purchasing ...
1
vote
3answers
595 views
Installing python packages on shared hosting?
I will be hosting a Django application on hostgator.com and was wondering how can I install django apps and python packages without using pip, since I won't have access to the root account.