On Dec 19, 10:22 pm, lollerskates <[email protected]> wrote: > I'm having a bizarre issue with mod_wsgi and repoze.what. My project > pretty much works except for auth. I set it up with > repoze.what.plugins.quickstart.setup_sql_auth (with sqlalchemy) and / > login_handler calls when I try to login result in 404s. However, when > I run it via paster and reverse proxy connections to it in httpd.conf, > auth works fine. Any ideas? Thanks!
I recently switched from mod_proxy to mod_wsgi and ran into some similar issues. I posted a message last week that might be of some help to you: http://groups.google.com/group/pylons-discuss/browse_thread/thread/e436fcaa049cac60 -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
