Checking URLS across a cluster.
"J.Slee" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
Hi
I am trying to check that a certain URL is available across
a cluster. I can not change the requested URL to contain the IP address
of each cluster member as it needs to still be of the form
http://myhostsite.domain/mypage. Is there anyway to set up the request
so that it can request this URL from 3 different hosts.
I think I read in the documentation that LWP automatically set up the
"host" before passing the request onto the network.
I expect it just does a DNS lookup on the host portion of the URL
provided, and this will just give back the virtual IP address of the
cluster.
Is there anyway to override this and send the GET request to individual
members of the cluster ?
Regards Jamie