close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of TracCgi


Ignore:
Timestamp:
Jul 14, 2008, 10:28:17 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v1 v2  
    9393}}}
    9494
     95Note that in order to get this `htdocs` directory, you need first to extract the relevant Trac resources using the `copystatic` command of TracAdmin:
     96[[TracAdminHelp(copystatic)]]
     97
     98
    9599== Adding Authentication ==
    96100
     
    142146    AuthName "trac"
    143147    AuthDigestDomain /trac
    144     AuthUserFile /somewhere/trac.htpasswd
     148    AuthDigestFile /somewhere/trac.htpasswd
    145149    Require valid-user
    146150</Location>