The re-compile by Robert also requires you to enable the module with
apache2 at the end.
# a2enmod wsgi
# service apache2 restart
# ls -lah /etc/apache2/mods-enabled/
lrwxrwxrwx 1 root root 27 Oct 9 02:57 wsgi.conf ->
../mods-available/wsgi.conf
lrwxrwxrwx 1 root root 27 Oct 9 02:57 wsgi.lo
Recompiling mod-pythong and mod-wsgi did indeed produce fewer warnings,
however I'm still seeing 500 errors. Did the work around work for
anyone else?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/10
# You have to recompile mod-python and/or mod-wsgi.
# Remove mods
apt-get remove libapache2-mod-python libapache2-mod-wsgi
# Get dependencies
apt-get build-dep libapache2-mod-python libapache2-mod-wsgi
# Build mod-python
mkdir /tmp/python
cd /tmp/python
apt-get source libapache2-mod-python
cd li
I can't reproduce this on 12.04, using package versions:
apache2 2.2.22-1ubuntu1.2
libapache2-mod-python 3.3.1-9ubuntu1
A basic "hello world" python page works correctly for me.
Please can someone affected post a minimal test case? We can't update a
stable release without a test case. Thanks!
I upgrade to 12.04 yesterday and noticed that none of my python sites
are working. I am getting this same error. Is there a fix or a work
around for this issue.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.ne
** Bug watch added: code.google.com/p/modwsgi/issues #276
http://code.google.com/p/modwsgi/issues/detail?id=276
** Also affects: mod-python via
http://code.google.com/p/modwsgi/issues/detail?id=276
Importance: Unknown
Status: Unknown
** No longer affects: mod-python
--
You recei
Looking at the build history the problem seems to be that the package
was last built for Oneiric which defaults to using Python 2.7.2 (on the
build server).
There was no rebuild for Precise which uses Python 2.7.3 as the default.
Therefore the Precise package is the same one built for Oneiric - it
After a do-release-upgrade from 10.04.1 to 12.04.1 I'm seeing this issue
too. It causes various HTTP vhosts that use Python applications (in this
case Trac) to report:
500 Internal Server Error
This is a serious regression affecting production servers. I've
increased the bug importance accordingl
Could I add to this please - o too have experienced this exact problem
on apache restart - whilst/after adding ssl directives to my vhosts
entries - i was forced to revert out ssl entries to get apache+vhosts to
start again. i made the vhosts entries using zpanal apache vhosts
overrides, but also m
The error log says ERROR and I wasn't able to make it work.
[Tue Oct 30 02:11:00 2012] *[error]* python_init: Python version
mismatch, expected '2.7.2+', found '2.7.3'.
Latter I installed libapache2-mod-wsgi and got the same type of message,
but now just as a warning.
So, with libapache2-mod-wsg
known issue, however it's a warning, the module continues to work.
** Changed in: libapache2-mod-python (Ubuntu)
Importance: Undecided => Low
** Changed in: libapache2-mod-python (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
11 matches
Mail list logo