Forum Discussion
Can we specify a host header in a healthy monitor?
In a nutshell, this is what I"m trying to accomplish:
1) Monitor a homage of a site.
2) There are 3 IIS virtual websites on the proxy server.
3) The f5 healthy monitor will show the site as down because IIS does NOT know which site the request is for.
So, the question is, is there a way to specify the host header so that IIS will know which site should respond to the incoming healthy
monitor request?
Any direction is fully appreciated.
Thanks.
Regards,
TRX
7 Replies
- Chris_Miller
Altostratus
Host:www.sample.com
GET /index.html HTTP/1.1\r\nHost:www.sample.com.com \r\nConnection: Close\r\n\r\n
- Hello,
Would/should this suffice?
Host:www.ddd.com GET / xyz
It seems to not work yet. Am I missing anything?
Please let me know.
Regards,
TRX
- Chris_Miller
Altostratus
Posted By trx on 01/10/2011 10:11 AMWould/should this suffice?
Host:www.ddd.com GET / xyz
It seems to not work yet. Am I missing anything?
Please let me know.
Regards,
TRX
- Hello,
It does NOT like the "/n" characthers in the get request.
ex)
GET /index.html HTTP/1.1\r\nHost:www.sample.com.com \r\nConnection: Close\r\n\r\n
Is it needed?
Thanks.
Regards,
TRX
- Chris_Miller
Altostratus
When you say "it," are you referring to the server or the F5 LTM? If F5, what version are you running? - We are on version "9.4.5".
- Chris_Miller
Altostratus
Found some great examples thanks to a link Hoolio had posted in a different thread.https://support.f5.com/kb/en-us/sol...l2167.html
For 9.4, this should work:
GET /index.html HTTP/1.1\r\nHost: host.domain.com\r\nConnection: Close
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com