Sorry for asking such problems again, i've tried many times and read
many threads before, but it still doesn't work.

I've installed trac on ArchLinux, everything is ok except when i click
on the login button, it says
"Authentication information not available. Please refer to the
installation documentation. "

My httpd.conf is configures as following
<Location /svn>
   DAV svn
   SVNParentPath /home/svn/repositories
   AuthzSVNAccessFile /home/svn/.svn-policy-file
   AuthName "ZelluX's SVN Repo"
   AuthType Basic
   Satisfy Any
   Require valid-user
</Location>

<LocationMatch "/trac/[^/]+/login">
    AuthType Basic
    AuthName "Trac"
    AuthUserFile /home/trac/.htpasswd
    Require valid-user
</LocationMatch>

<Location /trac>
    AuthName "Trac Projects"
    AuthType Basic
    AuthUserFile /home/trac/.htpasswd
    Satisfy Any
    Require valid-user
    SetHandler mod_python
    PythonInterpreter main_interpreter
    PythonHandler trac.web.modpython_frontend
    PythonOption TracEnvParentDir /home/trac
    PythonOption TracUriRoot /trac
    require valid-user
</Location>

And when i visit http://myip/svn, a windows popups to ask for username
and password.
Though configured similar to svn, /trac won't ask for password.

Is there anything wrong? Many thanks

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to