package: trac
version: 0.8.1-3sarge2 
severity: wishlist

Hi, 

after creating my trac repository with 

$ svnadmin create /srv/trac/first_track_svn
$ trac-admin /srv/trac/first_track initenv

the following apache-config snipplet is presented:

----------------begin------------
Alias /trac "/wherever/you/installed/trac/htdocs/"
    <Location "/cgi-bin/trac.cgi">
        SetEnv TRAC_ENV "/srv/trac/first_track"
    </Location>

    # You need something like this to authenticate users
    <Location "/cgi-bin/trac.cgi/login">
        AuthType Basic
        AuthName "My Project"
        AuthUserFile /somewhere/trac.htpasswd
        Require valid-user
    </Location>
----------------end------------

As the real/more likely paths are known (either from running trac-admin or by 
package defaults), it would be nice, if they were displayed.


regards,
        Holger

Attachment: pgpCb1A6mm74F.pgp
Description: PGP signature

Reply via email to