I hit this too just now when upgrading from a hand-installed Bugzilla 3.2 to 
the Debian package. If you set urlbase to anything other than /bugzilla3 
(/bugzilla in my case), the stylesheets don't get included on the webpage, 
because they are referenced
as /bugzilla3.

As you say, the template parameter debian_webpath defaults to /bugzilla3. It's 
not affected by the setting of urlpath.

One workaround is to set X_BUGZILLA_WEBPATH in the Apache config, thus:

    Alias /bugzilla /usr/share/bugzilla3/web
    SetEnv X_BUGZILLA_WEBPATH "/bugzilla/"

It would be nice if debian_webpath was set from urlbase, but I've not looked 
closely enough to see if this is possible/sensible.
-- 
Jim Hague - jim.ha...@acm.org          Never trust a computer you can't lift.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to