[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] RE: multiple http test
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] RE: multiple http test
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Wed, 12 Dec 2007 22:10:53 +0100
- References: <802789653FBE7445BF7EA6181DF47BA603F65B1A (at) ALPMLVEM16.e2k.ad.ge.com> <200712120914.29891.s_aiello (at) comcast.net> <961092e10712120624r287d46fdhc65d2dc41b7776b3 (at) mail.gmail.com> <200712121058.36437.s_aiello (at) comcast.net> <961092e10712120803o28a6ec52jeb556240f4a654f5 (at) mail.gmail.com>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
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