working_ant schrieb: > Hello, > > I succesfully deployed TG 2 application with apache 2.2 and mod_wsgi > on Ubuntu 9.04. > > Unfortunatelly, the authentication provided by quickstart fails in > production environment, every time I fill user and password form I get > 404 error. Rest of application works fine, I simply cannot access > anything handled by authentication infrastructure. > > Is there some special tweak to wsgi configuration to make > authentification work or any other thing I can do?
Normally it shouldn't be a wsgi-config-issue. But the 404 indicates that you don't have the proper path rendered as form-action. What does the action-field of the form contain, and does it contain the prefix your application is mounted under? Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" group. 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/turbogears?hl=en.

