koha-devel
[Top][All Lists]
Advanced

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

Re: [Koha-devel] Different KOHA databases on same Server


From: Michael Hafen
Subject: Re: [Koha-devel] Different KOHA databases on same Server
Date: Mon, 03 Dec 2007 11:21:39 -0700

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
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/koha-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]