Re: Carp and Apache

2005-11-11 Thread DAve
on using CARP outside of using it with PF. Thanks, DAve The trick with CARP is that it is an IP-level heartbeat, so if you are running Apache, you want to carp up after you start apache, and carp down before you stop Apache. From some test boxes, web0: ifconfig_fxp1=inet 192.168.1.210 netmask

Re: Carp and Apache

2005-11-04 Thread Danny Howard
Dave, Yes. The trick with CARP is that it is an IP-level heartbeat, so if you are running Apache, you want to carp up after you start apache, and carp down before you stop Apache. From some test boxes, web0: ifconfig_fxp1=inet 192.168.1.210 netmask 255.255.255.0 defaultrouter=192.168.1.1

Carp and Apache

2005-10-24 Thread DAve
Good afternoon, This might be a stupid question, but that never stopped me before ;^) I've been watching CARP and now that it is in 5.4 I would like to give it a try but I am not able to find much information outside of using it with PF. I am curious how apache should be setup. Where