We currently operate multiple LAMP servers (clustered) and have several VirtualHost config files.
We don't want to have to SCP the file between servers (SPOF). Is that the best bet?
|
We currently operate multiple LAMP servers (clustered) and have several VirtualHost config files. We don't want to have to SCP the file between servers (SPOF). Is that the best bet? |
||||
|
|
Use mod_vhost_alias without changing config later at all? |
|||
|
|
|
My recommendation would be to use a configuration management tool like Puppet or Chef to manage the configurations on the different servers. |
|||
|
|