On Mar 11, 4:57 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I am trying to setup Authentication for Trac. I put this in my > python.conf for apache: > > <Location /tracprojects/sample/login">
Is that verbatim from your Apache config? If so you are missing a double-quote before the path, but you have one at the end. You can either add one at the beginning or remove the one at the end, but Apache may be confused by the mismatch. If that doesn't help, double- check the Apache logs for any errors, especially in loading the configuration. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
