bugzilla重复登录之谜

| | Comments (0) | TrackBacks (0)

暂时还没有使用JIRA,JIRA还是处于我们的测试期,bugzilla依旧是中流砥柱,至于mantis么..不评论了,居然没装上-_-#!
mail server更换了服务器,原来那个还能用,只是域名指向变了,使用管理员帐户登录之后,修改了urlbase之后,每做一次操作居然还需要我登录。看来是bugzilla目录里面还有mail.example.com这个字段存在啊~

解决方案如下:

[root@mail ~]# grep -R example.com /var/www/cgi-bin/bugzilla/*
/var/www/cgi-bin/bugzilla/data/webdot/cD9m6WLfVY.dot:graph [URL="http://mail.example.com/bugzilla/query.cgi", rankdir=LR]
/var/www/cgi-bin/bugzilla/data/webdot/cD9m6WLfVY.dot:node [URL="http://mail.example.com/bugzilla/show_bug.cgi?id=\N", style=filled, color=lightgrey]
/var/www/cgi-bin/bugzilla/data/params:           'cookiedomain' => 'example.com',
/var/www/cgi-bin/bugzilla/data/params:           'maintainer' => 'suchasplus@example.com',

发现了么?除了webdot目录下的一些缓存的东西,在params文件中还是存在cookiedomain这个字段的。仅仅修改urlbase只是可能对部分人(Maybe Windows Server?)有效吧.

修改cookiedomain字段为目前的IP地址后bugzilla正常

0 引用回复

下列是引用此篇的博客地址: bugzilla重复登录之谜.

本篇引用回复地址: http://www.renwenyue.com/mt/mt-tb.cgi/9

添加评论

关于这篇文章

This page contains a single entry by suchasplus published on October 30, 2007 10:44 PM.

厄....我的名字搜索量开始上来了... was the previous entry in this blog.

细节决定成败 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.