phpgroupware-developers
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-developers] Scalability, Server Farms, KDE Plugins


From: Philippe Amelant
Subject: Re: [Phpgroupware-developers] Scalability, Server Farms, KDE Plugins
Date: 30 Sep 2002 16:55:06 +0200

Le lun 16/09/2002 à 16:42, Chris Weiss a écrit :
> If you don't use php4 sessions or cookies you can easly run 2 web servers 
> server-
> farm style with one mysql DB backend.  In this way, the user session is in 
> the url
> and the db, so the web server doesn't care as long the db says it's a valid
> session.
> 
> You can also run 2 databases off one phpgw install using "domains".

you can also use 'lndir' to make multiple link to your dev tree.
Then edit a file in the main dir change it in all dir.
then edit header.inc.php in each dir with different DB.
It's usefull for testing you dev against multiple DB.

> 
> And of course running 2 phpgw installs on 2 db's off the same webserver is no
> problem at all.
> 
> Raúl Alexis Betancort Santana (address@hidden) wrote*:
> >
> >El Mon, Sep 16, 2002 at 06:47:33AM -0600, W. Chris Shank escribió:
> >> How about this: would there be any conflicts in apache, php, or sessioning
> >> if there were 1 webserver that had 2 copies of PHPGW, connecting to
> >> different databases (ie: one stable and one development)? This is the
> >> configuration I would like to run. Do I need to do any spcial
> >> configuration of Apache or PHP to make this work?
> >
> >
> > No problems at all, I have that configuration also, ... simply
> >http://myserver/phpgw and http://myserver/phpgw-dev ... you only have
> >to do the two instalations and the two setups.
> >
> > You will not have any problems with sessionids, apache or the
> >databases (if you don't use the same for the two installations ;) )
> >
> > Best regards
> >--
> >
> >  // Raúl A. Betancort Santana    /> A Dream is an answer to           \\
> > // <address@hidden> // question that we don't know  (oo)   \\
> >// Dimensión Virtual S.L.       //  how to ask.                 / \/ \  //
> >\> A Linux Solution Provider   </                               `V  V' </
> >
> 
> 
> 
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
-- 
Philippe AMELANT
Administrateur Systèmes et Bases de données
Red Hat Certified Engineer
------------------------------------------------------
linux-at-business.com
268, avenue du Président Wilson
F-93218 La Plaine Saint-Denis Cedex
Standard: + 33 (0)1 49 46 56 50
Fax: +33 (0)1 49 46 56 51
------------------------------------------------------





reply via email to

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