Hi,

I am trying to setup Authentication for Trac. I put this in my
python.conf for apache:

<Location /tracprojects/sample/login">
   AuthType Basic
   AuthName "Trac"
   AuthUserFile /srv/svn/tracenv/trac.htpasswd
   Require valid-user
   PythonPath "sys.path+['/usr/local/lib/svn-python']+['/usr/local/lib/
pysqlite2']"
</Location>

I double check I have a file here at
'/srv/svn/tracenv'

ls -la trac.htpasswd
-rw-r--r--  1 root root 22 Mar 11 15:48 trac.htpasswd
[EMAIL PROTECTED] tracenv]# pwd
/srv/svn/tracenv

but i still get
Internal Error

Authentication information not available. Please refer to the
installation documentation.

when I hit 'http://localhost/tracprojects/sample/login'

Thank you for any help.


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