On 7/23/2015 3:20 PM, Jim Gronowski wrote:
> Iām trying to do health checks on a site that is served with SNI ā so
> going directly to the IP generates a 404 ā the backend server is looking
> for the hostname to determine which site to send it to.
>
>
>
> Is it correct to put the full URL in the httpchk section, like so?
This is the construct that I found, which I can confirm works on 1.5.12
and 1.5.14. The whole thing is all on one line. The only space that
exists after /html is right before HTTP/1.1.
option httpchk GET
/html/js/barebone.jsp?minifierType=js&minifierBundleId=javascript.barebone.files&languageId=en_US
HTTP/1.1\r\nHost:spiffy.example.com
Thanks,
Shawn