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

-Dan
>   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
>     
> <http://212.175.105.61:8094/tracproject1/wiki/TracInstall#ConfiguringAuthentication>."
>
>
>     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.
>         <http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>
>         
> ------------------------------------------------------------------------
>         Be a better sports nut! Let your teams follow you with Yahoo
>         Mobile. Try it now.
>         
> <http://us.rd.yahoo.com/evt=51731/*http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ>
>         >


-- 
C. Daniel Chase                                      [EMAIL PROTECTED]
Web Systems Analyst                                     (423) 425-4003
The University of Tennessee at Chattanooga         http://www.utc.edu/
Get Firefox!   http://www.spreadfirefox.com/?q=affiliates&id=58708&t=1
HighEdWebDev 2007                           http://highedweb.org/2007/ 


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