I deployed my site with mod_wsgi and Apache. The CSS and the images also come, after proper configuration of httpd.conf
All the links on my first index page work fine, but when I login into my site, it throws an error :
NotImplementedError
gevent is only usable from a single thread
This error does not occur when I serve my site on Django development server.
But as soon as I switch to Apache, this starts coming up consistently. I checked by switching between the two servers.
I also tried changing ports for both Apache and Django. The pattern remains the same.
Am I missing something here??
On Apache 2.4, mod_wsgi 3.4, Python 2.7 on Ubuntu 12.10.
Thanks,
Milind.