Closed GoogleCodeExporter closed 8 years ago
ldd /opt/webstack/apache2/2.2/libexec/mod_wsgi.so
libpython2.6.so.1.0 => /opt/webstack/python/lib/libpython2.6.so.1.0
libsocket.so.1 => /lib/libsocket.so.1
libnsl.so.1 => /lib/libnsl.so.1
librt.so.1 => /lib/librt.so.1
libdl.so.1 => /lib/libdl.so.1
libm.so.2 => /lib/libm.so.2
libc.so.1 => /lib/libc.so.1
libmp.so.2 => /lib/libmp.so.2
libmd.so.1 => /lib/libmd.so.1
libscf.so.1 => /lib/libscf.so.1
libaio.so.1 => /lib/libaio.so.1
libdoor.so.1 => /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libgen.so.1 => /lib/libgen.so.1
/opt/webstack/python/bin/python -V
Python 2.6.5
Original comment by florian....@gmail.com
on 13 Apr 2010 at 11:11
You use WSGIDaemonProcess directive, I presume though you are also using the
WSGIProcessGroup directive. If not, WSGI
application will not be getting delegated to the daemon process and because
WSGIRestrictEmbedded is On, should fail.
Anyway, at the moment I cant think of any reason why there would be a
problematic interaction betwen mod_cgi and mod_wsgi,
especially since WSGIRestrictEmbedded is preventing Python even being
initialised in the Apache server child processes.
I can only suggest not setting WSGIRestrictEmbedded, but cant see that making
any difference.
You might also try setting Apache LogLevel directive to 'debug' in case it
outputs anything strange which may give a pointer.
Otherwise, if you come up with any information which might help work it out,
come over to the mod_wsgi mailing list and raise it
there for discussion. I am not even sure though where to begin as far as trying
to debug what the issue may be.
Original comment by Graham.Dumpleton@gmail.com
on 14 Apr 2010 at 10:25
Closing old issue. Never saw any similar reports and know of no problem.
Original comment by Graham.Dumpleton@gmail.com
on 12 Nov 2014 at 10:48
Original issue reported on code.google.com by
florian....@gmail.com
on 13 Apr 2010 at 11:06