[UPDATE] :
I am sorry. I forgot to mention my versions. I should have appended my httpd.conf file too.
I am running Apache 2.4, WSGI 3.4, and Python 2.7 on Ubuntu 12.10 Desktop.
My httpd.conf file looks something like this[only relevant parts]
WSGIDaemonProcess tindo user=ubuntu group=ubuntu processes=5 threads=1
WSGIProcessGroup tindo
WSGIApplicationGroup %{GLOBAL}
WSGIRestrictStdin Off
WSGIRestrictStdout Off
From my crazy debugging, what I gather is that the first two lines might be the cause. But if I remove them, I get the NotImplementedError - gevent usable only from single thread. gevent seems to go for toss.
Any help is greatly appreciated.
Thanks,
Milind.