Connecting different servers

Connecting different servers

by Abhinav arya -
Number of replies: 1

Hello to all,

I am facing a little problem, i have linux(RHEL4) based moodle ver 1.5.2.mine server load is increasing day by day, so i was planning to make it  a 3-tier architecture i.e.

1. One application server

2. one database and execution server

3. backup server

does it possible? how i can achieve this?

Plz help me ?

Average of ratings: -
In reply to Abhinav arya

Re: Connecting different servers

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
Just to clarify few things:

> 1. One application server

Do you mean the web server? An application server usually delivers applications to be executed on the client.

> 2. one database and execution server

database server, running MySQL or PostgresQL?

If both answers are yes, the solution is simple. Run MySQL, for example on server2. Install Apache, PHP and Moodle on server1 and during configuration instead of "localhost" give the IP address or name of server2 as the database server.

> 3. backup server

Do you mean data backup or some fail-over mechanism, for example if one of the above servers fail, this will take over?