On 6/23/05, Mike Koponick <[EMAIL PROTECTED]> wrote: > Hello, > > I'm a newbie to OpenBSD and I'm looking at designing a redundant > webserver and MySQL server. I think I have the MySQL side covered with > the MySQL functionality. > > However, I'm curious to know if anyone has used CARP/PFSYNC as a > "primary" and "secondary" Apache server. The Apache server will use a > virtual name, so an IP address probably won't be a problem. There is a > firewall already in front of the OpenBSD box. > > The goal is to have minimal downtime if there is a hardware failure. > > Thoughts? Suggestions? >
hi Mike, You donot need pfsync in this setup since you don't filter on these machines. Said that you have covered the MySQL side all you need is a simple carp set up and something like rsync or unison to keep your webservers' files in Sync :-) http://www.openbsd.org/3.7_packages/i386/rsync-2.6.3.tgz-long.html http://www.openbsd.org/3.7_packages/i386/unison-2.9.1.tgz-long.html good luck Siju > Thanks in advance, > > Mike