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. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To view this discussion on the web visit https://groups.google.com/d/msg/modwsgi/-/y_cLkgUG49wJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
