Changes between Version 5 and Version 6 of Trac Standalone
- Timestamp:
- Apr 12, 2015, 9:30:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Standalone
v5 v6 22 22 $ tracd -p 8080 /path/to/project 23 23 }}} 24 Strictly speaking this will make your Trac accessible to everybody from your network rather than ''localhost only''. To truly limit it use ''--hostname''option.24 Strictly speaking this will make your Trac accessible to everybody from your network rather than ''localhost only''. To truly limit it use the `--hostname` option. 25 25 {{{#!sh 26 26 $ tracd --hostname=localhost -p 8080 /path/to/project … … 285 285 286 286 === Authentication for tracd behind a proxy 287 It is convenient to provide central external authentication to your tracd instances, instead of using `--basic-auth`. There is some discussion about this in #9206.287 It is convenient to provide central external authentication to your tracd instances, instead of using `--basic-auth`. There is some discussion about this in [trac:#9206]. 288 288 289 289 Below is example configuration based on Apache 2.2, mod_proxy, mod_authnz_ldap.