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
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/koha-devel


_______________________________________________
Koha-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/koha-devel

Reply via email to