"C. Daniel Chase" <[EMAIL PROTECTED]> wrote: On 11/17/2007 10:02 AM, Mustafa Aldemir spoke thusly: > Does'nt anybody have an idea??? I have been struggling with this > problem for 3 days with no hope :( I still get "Authentication > information not available" message. http://trac.weblimani.net:8094 > > Here is the part of my Apache configuration: > > > > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /home/tracproject1/ > ServerName trac.weblimani.net > ErrorLog logs/trac.weblimani.net.error_log > CustomLog logs/trac.weblimani.net.access_log common > > > > SetHandler mod_python > PythonHandler trac.web.modpython_frontend > PythonOption TracEnv /home/tracproject1/ > PythonOption TracUriRoot /home/tracproject1 > > > > AuthType Basic If you are using digest-based authentication, as specified in your password creation, this needs to be:
AuthType Digest http://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html thanks but I tried both Basic and Digest Mustafa Aldemir --------------------------------- Never miss a thing. Make Yahoo your homepage. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
