Package: bugzilla
Severity: normal

Firstly, this relates to version 2.22-1 in testing and unstable, but the
machine I run reportbug on runs stable.

We configured bugzilla to appear at:
http://bugzilla.exampledomain.co.uk, which redirected nicely to
http://bugzilla.exampledomain.co.uk/cgi-bin/bugzilla/index.cgi

Trying to login after installation, clicking on the login button returns an 
invalid URL, such
as:
http://bugzilla.exampledomain.co.uk/cgi-bin/bugzilla/cgi-bin/bugzilla/index.cgi

However, strangely, clicking on the login link at the bottom of the page,
brings up a cut-down login screen, which allows satisfactory login.  My apache
virtual host looks like this:
<VirtualHost *>
        ServerAdmin [EMAIL PROTECTED]
        ServerName bugzilla.exampledomain.co.uk
        DocumentRoot /usr/share/bugzilla/web
#    SetEnv X_BUGZILLA_SITE "basic"
    SetEnv X_BUGZILLA_WEBPATH "/"
        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    # This is needed for keeping a good url in lots of links
    RewriteEngine On
    RewriteRule ^(.*/cgi-bin/bugzilla)/?$ $1/index.cgi [R]
        CustomLog /var/log/apache2/bugzilla.wayforth.co.uk-access.log combined
        ErrorLog  /var/log/apache2/bugzilla.wayforth.co.uk-error.log
</VirtualHost>

It's almost as if the RewriteRule doesn't work, but I am not enough of a guru
to shed any more light on the topic.

Antony

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-12-amd64-k8
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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

Reply via email to