[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bugzilla on Debian testing (VirtualHost)



On Wednesday, 08.11.2006 at 14:17 +0100, Rohrbach Andre wrote:

> <VirtualHost *:80>
>         DocumentRoot /var/www/bugzilla
>         ServerName bug.domain.ch
> </VirtualHost>
> 
> [...]
>
> ------------------------------------------------------------------------
> -----
> Not Found
> 
> The requested URL /cgi-bin/bugzilla/index.cgi was not found on this
> server.
> ------------------------------------------------------------------------
> -----
> 
> That should I do to get Bugzilla working?

Bugzilla is failing here because Bugzilla resides in *two* locations,
under /var/www (which you've configured), but also under
/usr/lib/cgi-bin (which you haven't).

I think you need to add a /cgi-bin alias to the virtual host
specification for Bugzilla.

Something like:

   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

(change the latter path depending on where Bugzilla's files actually
live - I've reconfigure my setup slightly so can't tell you the exact
packaged setup!)

Dave.
-- 
Please don't CC me on list messages!
...
Dave Ewart - davee@sungate.co.uk - jabber: davee@jabber.org
All email from me is now digitally signed, key from http://www.sungate.co.uk/
Fingerprint: AEC5 9360 0A35 7F66 66E9 82E4 9E10 6769 CD28 DA92

Attachment: signature.asc
Description: Digital signature


Reply to: