OK I managed to understand it and now everything working, including svn 
integration.

As for blocking the projects list:

I found a way to bypass it. I'm using haproxy and I just routed the root 
page of tracd to somewhere else so now you can't see the projects list any 
more :)

Ziv

On Wednesday, August 27, 2014 3:19:18 PM UTC+2, Ziv Barber wrote:
>
> Steps:
>
> mkdir /var/trac/
> mkdir /var/trac/myproject1
> trac-admin /var/trac/myproject1 initenv
>
> htdigest -c /var/trac/passlist MyProj1 myUser
>
> tracd --hostname=localhost -p 3500 \
>         --auth="myproject1,/var/trac/passlist,MyProj1" \
>         -e /var/trac/ &
>
> I can visit http://localhost:3500/myproject1 and it not asking for 
> user/password.
>
> More questions:
>
> 1. Is there a way to block users from viewing the list of projects (the / 
> url)?
>
> 2. Why I need authentication system on the server side? should it be 
> controlled from the trac system?
>
> I'm new to this trac system :)
>
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to