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

Bugzilla on Debian testing (VirtualHost)



Hello

I have a problem with a Bugzilla installation on a Debian testing and
hope, someone can help me finding a solution.
What I did:

- Installing a Debian testing system with the netinstaller (minimal
configuration)
- Upgrade and Dist-Upgrade via apt-get
- Installing a LAMP system: apt-get install apache2 mysql-server php5
- Protect the MySQL Database: mysqladmin password ****
- Copy and configure some PHP-tools in /var/www
- Installing Bugzilla: apt-get install bugzilla (configuration via
wizard during installation)

/var/www has now the following subfolders:

lrwxrwxrwx  1 root root   23 2006-11-08 08:02 bugzilla ->
/usr/share/bugzilla/web
drwxr-xr-x  4 it   it   4096 2006-11-06 14:34 cross
drwxr-xr-x 15 it   it   4096 2006-11-06 14:34 mambo
lrwxrwxrwx  1 root root   21 2006-11-06 09:33 phpmyadmin ->
/usr/share/phpmyadmin

Accessing the tools via

- http://servername.domain.ch/bugzilla
- http://servername.domain.ch/cross
- http://servername.domain.ch/mambo

Is not a problem, all the tools are working.

But I shuld have access like that:

- http://bug.domain.ch
- http://cross.domain.ch
- http://mambo.domain.ch

So I add to /etc/apache2/httpd.conf the following lines:

----------------------------------------------------------
<VirtualHost *:80>
        DocumentRoot /var/www/bugzilla
        ServerName bug.domain.ch
</VirtualHost>

<VirtualHost *:80>
        DocumentRoot /var/www/cross
        ServerName cross.domain.ch
</VirtualHost>

<VirtualHost *:80>
        DocumentRoot /var/www/mambo
        ServerName owa.domain.ch
</VirtualHost>
------------------------------------------------------------

Result:

- Cross is working
- OWA is working
- Bug results:

------------------------------------------------------------------------
-----
Not Found

The requested URL /cgi-bin/bugzilla/index.cgi was not found on this
server.
------------------------------------------------------------------------
-----

That should I do to get Bugzilla working?
I read a lot of forum-entries found via google, nothing helped me fixing
the problem.
In /etc/apache2/apache2.conf nothing is edited by me.

Hope someone can help me fixing the problem.

Thank you
Andy



Reply to: