I want to start developing website with Django
but I'm unable to install mod_wsgi
in my ubuntu 9.10
in which *python2.6*
is there by default.
Asked
Active
Viewed 643 times
0

Saurabh Chandra Patel
- 12,712
- 6
- 88
- 78

subhransu
- 9
- 1
-
It's more of a serverfault.com question... – Ludwik Trammer Apr 15 '10 at 10:49
1 Answers
3
sudo apt-get install libapache2-mod-wsgi

YOU
- 120,166
- 34
- 186
- 219
-
I was trying to install on a server and for some reason: apt-cache search "wsgi" Didn't find anything. – xamox Jan 20 '12 at 15:30