Ok, I have narrowed down my problem with the login problems with Trac. I am running Trac on Apache with Fast CGI but on a shared, Web Hosted server. This means that I do not have access to Apache's config files.
As a result, I am limited to using .htaccess files to create user authorization for files/directories. I found both in the auth.py python script and http://trac.edgewall.org/wiki/TracCgi#AddingAuthentication, that Trac expects the path to /login to be set up to expect user authorization. In Trac's wiki documentaion, the example only shows how to set this up via the <Location> directive in the Apache configuration. I could find nowhere in the documentation explaining how to do this via an .htaccess fie. I tried creating a /login path manually and put an .htaccess file within it, but that did not work. Has anyone had any luck getting Trac to run using an .htaccess file method? Thansk in advance. -- You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en.
