How to install mod_wsgi 3.1 on Ubuntu 9.10
Posted
by pthulin
on Server Fault
See other posts from Server Fault
or by pthulin
Published on 2010-02-26T16:46:27Z
Indexed on
2010/04/11
3:03 UTC
Read the original article
Hit count: 635
I have a Python 3 web app so mod_wsgi < 3.1 doesn't cut it for me. However, on my Ubuntu 9.10 installation there doesn't seem to be a package for mod_wsgi 3.1.
- Is there an alternative repository that has a package for mod_wsgi 3.1?
- There's a new Ubuntu release not so long from now, will it contain mod_wsgi 3.1?
- Some other distro ready with mod_wsgi 3.1 to recommend?
- Maybe my best bet is to compile it myself? From a quick google it looks like I only need the python and apache dev packages installed.
Thanks!
© Server Fault or respective owner