[Koha-devel] Different KOHA databases on same Server

Michael Hafen mdhafen at washk12.org
Mon Dec 3 19:21:39 CET 2007


As far as I know there is no provision in the code for such a setup.
However, it is possible to have the same server host two different
installations of Koha, each pointed at a different database.  This is
the setup I have.

With an Apache config like:

NameVirtualHost [ip]

<VirtualHost opac.your.domain>
   ServerName opac.your.domain
 ...
</VirtualHost>

<VirtualHost koha.your.domain>
   ServerName koha.your.domain
 ...
</VirtualHost>

<VirtualHost opac2.your.domain>
   ServerName opac2.your.domain>
 ...
</VirtualHost>

<VirtualHost koha2.your.domain>
   ServerName koha2.your.domain
 ...
</VirtualHost>

and the appropriate DNS entries.

On Mon, 2007-12-03 at 20:06 +0200, ZANG wrote:
> Is it possible to have multiple KOHA databases on the same Server.
> 
> With other words is there a way to force one group of clients to use
> one database
> 
> and the other group a different database?
> 
> Does KOHA make provision for that?
> 
>  
> 
> I will appreciate help on that!
> 
>  
> 
> 
> _______________________________________________
> Koha-devel mailing list
> Koha-devel at nongnu.org
> http://lists.nongnu.org/mailman/listinfo/koha-devel





More information about the Koha-devel mailing list