Forum Moderators: phranque

Message Too Old, No Replies

synchronizing two or more apache servers to support a single web site

I can't figure out where to find a better material on this suject

         

hi2bez

8:34 am on Oct 10, 2006 (gmt 0)

10+ Year Member



Hello everybody!
Thanks in advance for having someone like u to assist those in need!

here is my problem

I have developed a helpdesk system for my company and now i m looking forward to get it alive. the problem is what if the web server fail in whatsoever case. and i thought to have to apache web servers to run synchronously on different machines as redundent servers

I think this is something like clustering or mirroring. The thing is I can't do it or i don't know how to do this on apache web server.

Someone please help me
thanks a lot!

jamie

9:53 am on Oct 11, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



hi hi2bez,

welcome to webmasterworld!

we have used rsync in the past to keep two file structures in sync. it is a free *nix program and is relatively easy to configure.

it only copies changes (incremental) so you can schedule it to run often.

i have never looked at other solutions, rsync was always enough.

cheers