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:
<VirtualHost *:80>
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
</VirtualHost>
<Location /home/tracproject1/>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /home/tracproject1/
PythonOption TracUriRoot /home/tracproject1
</Location>
<Location /home/tracproject1/login>
AuthType Basic
AuthName "Tilda"
AuthUserFile /home/tracproject1/.htpasswd
Require valid-user
</Location>
Mustafa Aldemir <[EMAIL PROTECTED]> wrote: 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
---------------------------------
Never miss a thing. Make Yahoo your homepage.
Mustafa Aldemir
---------------------------------
Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---