Set Tracd Autostart & Authentication

Micheal Chen Lv6

date: 2011-02-15 21:54:19

  1. Create /volume1/svn/auth-file using Apache htpasswd

  2. Add following lines to /etc/rc.local file

1
2
# run tracd
/opt/bin/tracd-2.5 --daemonize --port 8000 --basic-auth="*,/volume1/svn/auth-file,realm" /volume1/svn/ac-trac
  1. trac-admin-2.5 /volume1/svn/ac-trac permission add admin TRAC_ADMIN
  • Title: Set Tracd Autostart & Authentication
  • Author: Micheal Chen
  • Created at : 2011-02-15 21:54:19
  • Updated at : 2025-03-22 21:00:48
  • Link: https://www.xhis.com/hexo/2011/02/15/notes/Set-Tracd-Autostart-Authentication/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
Set Tracd Autostart & Authentication