您的位置:首页 > Web前端

Trac 不能登陆:Authentication information not available. Please refer to the installation documentation

2010-07-08 14:26 471 查看
Trac 不能登陆:Authentication information not available. Please refer to the installation documentation

启动方式

tracd --port 8003 --basic-auth="trac,/home/trac/.htpasswd,trac" /home/path/projects/demo>demo.log 2>&1 &

注意如果是多个项目,认证的Domain不能相同 :trac,/home/trac/.htpasswd,trac

比如项目1是:

tracd --port 8003 --basic-auth="trac1,/home/trac/.htpasswd,trac1" /home/path/projects/demo1>demo.log 2>&1 &

项目2 应该为

tracd --port 8003 --basic-auth="trac2,/home/trac/.htpasswd,trac2" /home/path/projects/demo2>demo.log 2>&1 &
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐