On Wed, Dec 12, 2007 at 11:03:38AM -0500, Josh Luthman wrote:
group-compress Apache Web Instances 0.0.0.0 webInstA01 # noconn http://vhost1.domain.com=1.3.5.8/status/status.htm http://vhost2.domain.com=1.3.5.9/status/status.htm https://vhost3.domain.com=1.3.5.10/status/status.htm 0.0.0.0 webInstB01 # noconn http://vhost4.domain.com=1.3.5.11/status/status.htm
That's the same way Bert has it up there. Though anyone reading in the future be warned - those HTTP URLs are after the noconn, there are no breaks!
Note that you can use a backslash at the end of the line to break up long lines in bb-hosts. So I've taken to writing this like
0.0.0.0 webInstA01 # noconn \
http://vhost1.domain.com=1.3.5.8/status/status.htm
http://vhost2.domain.com=1.3.5.9/status/status.htm
https://vhost3.domain.com=1.3.5.10/status/status.htm \
which at least makes it clearer where the http checks belong.
Henrik