Hello,

I have the following directives in my apache configuration.

<Location />
        SetHandler mod_python
        PythonHandler trac.web.modpython_frontend
        PythonOption TracEnvParentDir /var/trac/projects
        PythonOption TracUriRoot /
    </Location>
    <Location "/[^/]+/login">
        AuthType Basic
        AuthName "Deksesuma Trac Server"
        AuthUserFile /var/trac/.htpasswd
        Require valid-user
    </Location>

When I try to log in, I get the "Authentication information not
available" error message. I searched the group and I see similar
directives, but they don't work for me.

If I put the directive under my main domain instead of a subdomain, it
works.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to