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.
- Timestamp:
-
Jul 14, 2008, 10:28:17 AM (16 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
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 `copystatic` command of TracAdmin: |
| 96 | [[TracAdminHelp(copystatic)]] |
| 97 | |
| 98 | |
95 | 99 | == Adding Authentication == |
96 | 100 | |
… |
… |
|
142 | 146 | AuthName "trac" |
143 | 147 | AuthDigestDomain /trac |
144 | | AuthUserFile /somewhere/trac.htpasswd |
| 148 | AuthDigestFile /somewhere/trac.htpasswd |
145 | 149 | Require valid-user |
146 | 150 | </Location> |