Package: bugzilla
Version: 2.18-6

The default "Home" link in the "Actions:" section of the footer points at %urlbase% which on my system is setup as "http://bugzilla.ddihealth.com/cgi-bin/bugzilla/";
When selecting this link, I recieve the following error:

        Forbidden

        You don't have permission to access /cgi-bin/bugzilla/ on this server.

I have tried this with both apache_1.3.33-6 and apache2_2.0.54-4 and get the 
same result.
As far as I could tell both versions of apache were configured to look for 
index.cgi files.
As to why they aren't finding the index.cgi file, I can only guess it has 
something to do with the path being in a cgi-bin area?
Both versions of Apache were as configured by the Debian packages.

In the end, to fix it, I had to modify the bugzilla template so that the 
index.cgi was explicitly used in the URL.
I edited 
"/usr/share/bugzilla/template/en/default/global/useful-links.html.tmpl" and 
changed line 33...

from:
        <a href="[% Param('urlbase') %]">Home</a> |
to:
        <a href="[% Param('urlbase') %]index.cgi">Home</a> |

I'm not sure if this is the correct fix, but hopefully the problem can be resolved so that bugzilla will work as installed without any tweaks necessary.

--
----------
Jim Barber
DDI Health


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

Reply via email to