Dmitry as far as I know this error only happens in a very specific situation
1. You're using Apache. 2. You're using Microsoft Windows. 3. You have more than one web2py virtualhost. This is absolutely the worst setup imaginable, I do not support degrading the performance for everyone else due to a bug in this combination that is not web2py's fault. The fix for it appears to be to use separate process groups as described here: http://stackoverflow.com/questions/6590587/multiple-mod-wsgi-apps-on-one-virtual-host-directing-to-wrong-app/6591232#6591232 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

