You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jeremy Hilton <je...@adtcs.com> on 2005/01/31 23:37:29 UTC

Re: [users@httpd] Spreading configuration on multiple host - best practize

On 1/31/05 5:08 PM, "dan" <in...@hostinthebox.net> wrote:

> Harald Falkenberg wrote:
>> Hallo,
>> 
>> I'm looking for a reliable method to spread a set of apache config files
>> on multiple unix systems, so that they are always using the same
>> configuration.
>> 
>> Which tools/software/methods are useful for such a task?
>> 
>> Any hint is welcome
>> 
>> Bye
>> Harald
>> 
> 
> I have done, and would suggest again, NFS.
> 
> Keeping centralized data on backend servers, and having frontends that
> do the actual content hosting, over NFS in a secure manner works well.
> 
> Thanks
> -dant
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

I would highly suggest using the suggested rsync method. I would however
suggest tunneling rsync over ssh. With this method, you can automate syncing
with cron and ssh auto-login keys. Plus all data is encrypted over the wire
:)

NFS can be easily misconfigured, allowing for unintentional security holes
in your systems. As a rule, I never allow any type of NFS mount on a
production server.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org