On Dec 1, 10:53 am, working_ant <[email protected]> wrote:
> 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?

The only mod_wsgi issue which could arise is if you were using HTTP
basic authentication and not HTML form based login mechanism. See:

  
http://code.google.com/p/modwsgi/wiki/FrequentlyAskedQuestions#Access_Control_Mechanisms

I doubt this is the problem in your case though.

You need to indicate whether the 404 error is from Apache or TG and
what URL is trying to be accessed and how that fits into your
application.

Graham

--

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.


Reply via email to