Note on configuring Trac debugger from the command line. To add users, do:
D:\Program Files\Apache Group\Apache2\bin
htpasswd -c htpasswd usernamehere
This creates a file for authenticating users. File has username and encrypted passwords.
To update, do:
d:\program files\apache group\apache2\bin
From there, do:
htpasswd passwd usernamehere
Other commands are here:
http://httpd.apache.org/docs/2.0/programs/htpasswd.html
Advertisement