Hello again, you are right, I had to give more details. Apache is installed on the server.
I initiate a new project with the command: trac-admin /home/tracproject1 initenv then, I create an authentication file with the command: htdigest -c users Tilda admin lastly I start trac on a custom port with: tracd -d --port 8094 /home/tracproject1/ --auth=/home/tracproject1/htdocs,/home/tracproject1/users,Tilda Now trac is running on the specified port. When I open the page http://IP:8094 I get a list of projects. I can open new tickets, edit previously written texts... But when I want to login, I get the message: "Authentication information not available. Please refer to the installation documentation." Here is the content of the users file: admin:Tilda:361150cf9e1f2d89cb3899b0d8348c46 musti:Tilda:27093ed2f8826af010e4d123393ef48e And here is a part of track.ini: [trac] authz_file = authz_module_name = base_url = check_auth_ip = true database = sqlite:db/trac.db default_charset = iso-8859-9 default_handler = WikiModule htdocs_location = ignore_auth_case = false mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search metanav = login,logout,settings,help,about permission_store = DefaultPermissionStore repository_dir = repository_type = # request_filters = <set in global trac.ini> # templates_dir = <set in global trac.ini> timeout = 20 thanks in advance, Mustafa Jani Tiainen <[EMAIL PROTECTED]> wrote: mustafa kirjoitti: > Hello everybody, > > I'm completely new to Trac. I installed it on a CentOS 5 server. I > apply all the installation instructions, but I still get the error > message: "Authentication information not available. Please refer to > the installation documentation." Well, you're missing something... A bit more information would be helpful, I'm still working on my mind reading skills. Are you using Apache, Lighttpd, tracd or something else? What is your web server configuration (parts that affect trac) -- Jani Tiainen 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 -~----------~----~----~----~------~----~------~--~---
