Forum Discussion
al_kabeer_2905
Jun 20, 2011Nimbostratus
Http Monitor
Hi,
i have configure http monitor for apool which contain two nodes as following:
Send String GET /test/index.html HTTP/1.1\r\nHost: Close\r\n\r\n
Recei...
al_kabeer_2905
Jun 22, 2011Nimbostratus
Member 1
curl -v http://192.168.1.2:81/test/index.html
* About to connect() to 192.168.1.2 port 81
* Trying 192.168.1.2... connected
* Connected to 192.168.1.2 (192.168.1.2) port 81
> GET /test/index.html HTTP/1.1
> User-Agent: curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
> Host: 192.168.1.2:81
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Wed, 22 Jun 2011 05:16:50 GMT
< Content-Type: text/html
< Last-Modified: Mon, 06 Jun 2011 07:32:52 GMT
< Content-Length: 293
< Content-Language: en-US
< Server: Proxy/1.0
< Age: 276
This is Intelligent
Enjoy !
Connection 0 to host 192.168.1.2 left intact
* Closing connection 0
Member 2
curl -v http://192.168.1.3:81/test/index.html
* About to connect() to 192.168.1.3 port 81
* Trying 192.168.1.3... connected
* Connected to 192.168.1.3 (192.168.1.3) port 81
> GET /test/index.html HTTP/1.1
> User-Agent: curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
> Host: 192.168.1.3:81
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Wed, 22 Jun 2011 05:02:11 GMT
< Content-Type: text/html
< Last-Modified: Mon, 06 Jun 2011 07:32:52 GMT
< Content-Length: 293
< Content-Language: en-US
< Server: Proxy/1.0
< Age: 1346
This is Intelligent
Enjoy !
Connection 0 to host 192.168.1.3 left intact
* Closing connection 0
thanks
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