<div dir="ltr">I can confirm that this method works (My production setup currently has 4 domains using the same database).<div><br></div><div>I have a few warnings involving not sharing the data directory. Any template changes you do require a ./<a href="http://checksetup.pl">checksetup.pl</a> run for each PROJECT. Also, if you have Bugzilla configured to store attachments locally, you will run into problems when accessing a bug from a host other than the one the bug was added in. I can, however, confirm that replacing the attachments directory in all but one setup with a symbolic link to the remaining setup and configuring apache to accept symlink read/write eliminates that problem entirely.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 16, 2015 at 4:00 AM, Jochen Wiedmann <span dir="ltr"><<a href="mailto:jochen.wiedmann@gmail.com" target="_blank">jochen.wiedmann@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'd like to ask, whether the following idea is sound:<br>
<br>
I've got a bugzilla installation, where several Intranets are<br>
connected to a single machine. As a consequence, the machine has<br>
multiple network interfaces, and, in particular, multiple IP adresses.<br>
Depending on the users intranet, a different IP address is used as the<br>
browsers URL.<br>
<br>
It is therefore mandatory, that the urlbase parameter varies,<br>
depending on the browsers URL. I intend to resolve the problem as<br>
follows:<br>
<br>
For every IP address, I'll create a VHost in Apache, with a configuration like<br>
<br>
  SetEnv PROJECT "Name of Net"<br>
<br>
Likewise, I'll be setting up Bugzilla once for every net with<br>
<br>
  PROJECT="Name of Net" perl <a href="http://checksetup.pl" rel="noreferrer" target="_blank">checksetup.pl</a><br>
<br>
The various Bugzilla Vhosts will be configured to share a single<br>
database. I won't be able to share the data directories, but I hope<br>
that will be fine.<br>
<br>
In essence, I will have the same situation that I would have when<br>
clustering Bugzilla, only without the shared data directories.<br>
<br>
Are there any problems I will have to expect?<br>
<br>
Thanks,<br>
<br>
Jochen<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
The next time you hear: "Don't reinvent the wheel!"<br>
<br>
<a href="http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg" rel="noreferrer" target="_blank">http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg</a><br>
-<br>
To view or change your list settings, click here:<br>
<<a href="http://bugzilla.org/cgi-bin/mj_wwwusr?user=theycallmefish@gmail.com" rel="noreferrer" target="_blank">http://bugzilla.org/cgi-bin/mj_wwwusr?user=theycallmefish@gmail.com</a>><br>
</font></span></blockquote></div><br></div>