Changes between Version 3 and Version 4 of TracCgi


Ignore:
Timestamp:
May 19, 2008, 10:20:32 PM (16 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracCgi

    v3 v4  
    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>