How to seperate email and web hosting service into 2 servers?

giant

Verified User
Joined
Jun 15, 2004
Messages
13
Hi

Can anyone help on running seperate servers for web and email on the directadmin control panel.

thanks

giant
 
Hello,

Might be tricky since all config files are stored locally. You could use rsync and/or a script to copy the configs to anothe machine.. but would take quite a bit of work to keep it syncronized and to get it working correctly.

John
 
Thafusion said:
is it possible that a few web servers access 1 mysql server ?

Yes, if you configure mysql to accept non localhost conenctions.

Chris
 
You'd just have to set "host=server.hostname.com" in the /usr/local/directadmin/conf/mysql.conf file.

The next release should automatically add the hostname of the accessing server to the mysql server (instead of localhost) if the "host" value is set.

John
 
Back
Top