Forum archive
libapache2-mod-wsgi for python 2.7.9
I'm using openvpn-appliance (turnkey-openvpn-14.1-jessie-amd64-vmdk). A few days ago, automatic update service made an upgrade of python from version 2.7.8 to 2.7.9. So far so good.
I'm also using apache2 with libapache2-mod-wsgi. But libapache-mod is compiled for python 2.7.8.
apt-get install libapache2-mod-wsgi writes "already the newest version".
There seems to be a inconsistancy for these packages. Is there any solution to solve this?
Thanks for any help
Are you getting any errors? Or are you just concerned about those warnings in the Apache log?
FWIW as a general rule, unless there is something that clearly isn't working as it should, warnings can almost always be safely ignored. Errors on the other hand, usually can't (because usually stuff actually breaks).
As I noted above, unless you are actually encountering any errors or problems, I would expect everything to "just work" as it did before. I haven't actually seen what the changes are between Python 2.7.8 and 2.7.9, but I would expect them to be minimal and most likely inconsequential in context of wsgi.