tags 374985 + unreproducible
tags 374985 + moreinfo
thanks

Cristian Ionescu-Idbohrn wrote:
The bug does not seem to be tagged 'confirmed' yet, but for the
record, I can confirm I've been hit by it too.

I cannot reproduce that bug, when I do what is explained in `/usr/share/doc/bugzilla/README.Debian'.

I set the following virtualhost:

<VirtualHost 127.0.0.1>
    ServerAdmin [EMAIL PROTECTED]
    ServerName bugzilla.domain.com

    DocumentRoot /usr/share/bugzilla/web
    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

    #SetEnv X_BUGZILLA_SITE "basic"
    SetEnv X_BUGZILLA_WEBPATH "/"

    # This is needed for keeping a good url in lots of links
    RewriteEngine On
    RewriteRule ^(.*/cgi-bin/bugzilla)/?$ $1/index.cgi [R]

</VirtualHost>

And edit /etc/bugzilla/params to set the variable "urlbase":

 'urlbase' => 'http://127.0.0.1/cgi-bin/bugzilla/',

And everything works fine, the login page too.

Tell me if this helps to solve the bug.

Thanks.

--
Alexis Sukrieh


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to