diff options
| author | erdgeist <> | 2010-04-09 10:15:51 +0000 |
|---|---|---|
| committer | erdgeist <> | 2010-04-09 10:15:51 +0000 |
| commit | 85e6880233c114450f6a0cc9e655e8c14c8af80a (patch) | |
| tree | c1ed7c868a57a792a2f51a211ff3000958ea7cb1 /opentracker.conf.sample | |
| parent | fc48cbed012c2b7a4eaa8611c6cfb42628a5c622 (diff) | |
Make opentracker's user runtime configurable. Also add more debug output to aid finding problems.
Diffstat (limited to 'opentracker.conf.sample')
| -rw-r--r-- | opentracker.conf.sample | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/opentracker.conf.sample b/opentracker.conf.sample index 9cad622..f5d88d3 100644 --- a/opentracker.conf.sample +++ b/opentracker.conf.sample | |||
| @@ -79,11 +79,17 @@ | |||
| 79 | # batchsync.cluster.admin_ip 10.1.1.1 | 79 | # batchsync.cluster.admin_ip 10.1.1.1 |
| 80 | # | 80 | # |
| 81 | 81 | ||
| 82 | # V) Control directory where opentracker will chdir to. So all black/white | 82 | # V) Control privilege drop behaviour. |
| 83 | # list files may be put in that directory (shell option -d). | 83 | # Put in the directory opentracker will chroot/chdir to. All black/white |
| 84 | # list files must be put in that directory (shell option -d). | ||
| 85 | # | ||
| 84 | # | 86 | # |
| 85 | # tracker.rootdir /usr/local/etc/opentracker | 87 | # tracker.rootdir /usr/local/etc/opentracker |
| 86 | # | 88 | # |
| 89 | # Tell opentracker which user to setuid to. | ||
| 90 | # | ||
| 91 | # tracker.user nobody | ||
| 92 | # | ||
| 87 | 93 | ||
| 88 | # VI) opentracker can be told to answer to a "GET / HTTP"-request with a | 94 | # VI) opentracker can be told to answer to a "GET / HTTP"-request with a |
| 89 | # redirect to another location (shell option -r). | 95 | # redirect to another location (shell option -r). |
