|
From: Alvaro d. C. <ac...@ba...> - 2001-07-26 07:01:34
|
Hi! I think that currently is not possible to have 2 different web server with different names pulling the data from the same database. Maybe you can use other schemas to share the load between the servers, but the name for the web server has to be the same, I think. Good luck! -- Alvaro El d_ 25 Jul 2001 10:11:35 -0400, Martin, James S. escribi_ > Currently I have the Slash 2.0 database setup on a Linux box, and 2 Solaris > boxes trying to act as the web servers pulling the slash database. Let's > call the the first slash server slash1, and the other slash2. Well almost > all is fine and dandy. Slash1 connects and pulls data remotely with no > problem. I rsynched the /usr/local/slash dir to the second machine, made > the necessary configuration changes(I think) and setup the necessary perl > modules and it pulls the data--but all the links from the main page point > back to slash1. I know this has something to do with the absolutedir and > rootdir variables in the database, both of which are set to slash1's > hostname. How is it possible then to have to webservers sharing the same > database if they are pulling a static absolute and root dir from a database? > I'd like to be able to hit the database with either machine and each machine > processing it's on perl scripts. > > Thanks, > > James > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-general > |