Forum Discussion
Bastien_8356
Nimbostratus
Jul 14, 2011HTTP health monitor generate an apache error
Hi,
I configure the basic http health monitor (GET /\n\r) on my web servers, I have this in my apache error log :
[Thu Jul 14 13:39:44 2011] [error] [client x.x.x.x] Attempt to se...
Hamish
Cirrocumulus
Jul 14, 2011A couple of things........
1. Change the URI to request a file that actually exists... You probably have apache configured NOT to treat a request for / as a request for the default document (Usually index.html).
2. Add a protocol version. Otherwise the server will default to HTTP/0.9 and some versions of apache usually don't like v0.9...
So the request would normally be
GET / HTTP/1.0\r\n\r\n
You can add extra headers if you require (Such as host: etc).
H
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects