07-24-2007 02:09 AM
Hi,
I have the following problem. The configuration of the probe is:
ip slb probe test http
request method GET url /test/test1/default.css
port 80
But the SLB provides probe only for directory /test/ not for whole path (URL). :-( It is seen from the sniffer:
GET /test/ HTTP/1.1
Is this a bug in the IOS or the URL is only for root directory?
Solved! Go to Solution.
07-25-2007 05:56 AM
hi,
can u see any message in web server log file?
I tried the same config and I got correct url path in http request:
-- ip slb config --
ip slb probe TEST http
request url /keepalive/sub/keepalive.txt
interval 10
-- apache log --
192.168.211.1 192.168.211.12 - - [25/Jul/2007:16:55:05 +0200] "GET /keepalive/sub/keepalive.txt HTTP/1.0" 200 7
-- ios version --
12.2(18)SXF7
--
martin
07-25-2007 05:56 AM
hi,
can u see any message in web server log file?
I tried the same config and I got correct url path in http request:
-- ip slb config --
ip slb probe TEST http
request url /keepalive/sub/keepalive.txt
interval 10
-- apache log --
192.168.211.1 192.168.211.12 - - [25/Jul/2007:16:55:05 +0200] "GET /keepalive/sub/keepalive.txt HTTP/1.0" 200 7
-- ios version --
12.2(18)SXF7
--
martin
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide