Changes between Version 1 and Version 2 of TracCgi
- Timestamp:
- 10/22/08 05:31:28 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracCgi
v1 v2 93 93 }}} 94 94 95 Note that in order to get this `htdocs` directory, you need first to extract the relevant Trac resources using the `deploy` command of TracAdmin: 96 [[TracAdminHelp(deploy)]] 97 98 95 99 == Adding Authentication == 96 100 … … 142 146 AuthName "trac" 143 147 AuthDigestDomain /trac 144 Auth UserFile /somewhere/trac.htpasswd148 AuthDigestFile /somewhere/trac.htpasswd 145 149 Require valid-user 146 150 </Location>
