Edgewall Software

Changes between Version 44 and Version 45 of TracOnFedoraCore


Ignore:
Timestamp:
Feb 3, 2006, 9:38:47 AM (18 years ago)
Author:
fedora@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnFedoraCore

    v44 v45  
    3131   PythonOption TracUriRoot /foobar
    3232 </Location>
    33 
     33 <Location "/foobar/login">
     34   AuthType Basic
     35   AuthName "alexandria"
     36   AuthUserFile /opt/trac/trac.htpasswd
     37   Require valid-user
     38 </Location>
    3439}}}
    3540
    36 The example above assumes you have a trac project environment setup in ''/var/trac/foobar/'' directory, described in step 2.
     41The example above assumes you have a trac project environment setup in ''/var/trac/foobar/'' directory, described in step 2 and a htpasswd file in /opt/trac/trac.htpasswd for authentication purposes (see also wiki:TracModPython).
    3742
    3843You will need to restart apache after editing trac.conf: