Hi, On Tue, 8 Aug 2006, Alexis Sukrieh wrote:
> 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> I use etch and apache2. I don't need to use virtual hosts. Is it compulsory? I don't think I can't use <VirtualHost 127.0.0.1>, as bugzilla is installed on a server (no X available there; need to access and configure it over the network). <VirtualHost *> settings apply. This is what I do use: ,---- | RewriteEngine On | RewriteLog "/var/log/apache2/rewrite.log" | RewriteLogLevel 9 | RewriteOptions MaxRedirects=10 | RewriteRule ^/bugzilla/?$ /cgi-bin/bugzilla/index.cgi | RewriteRule ^(/cgi-bin/bugzilla)/?$ $1/index.cgi `---- > And edit /etc/bugzilla/params to set the variable "urlbase": > > 'urlbase' => 'http://127.0.0.1/cgi-bin/bugzilla/', Couldn't find anything in /usr/share/doc/bugzilla/README.Debian mentioning 'urlbase'. Anyway, I have: 'urlbase' => './cgi-bin/bugzilla/' ^ (the default value) and that's where the problem is. Removing the '.' in front of that string value makes the login from the 'Home' page work for me. Cheers, Cristian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]