I'm a newbie to content technology. I've recently implemented a css 11154 into our test environment and done the configs. Everything seems to work fine, however when I took the webserver off line the Sorry server displayed "page cannot be found" instead of displaying what I was wrote on the Sorry server site. I pasted the revelant bit of my config for you all to look at to see if I've missed any thing. Thanks in advance.
service SORRYwebserver
ip address 132.130.203.16
protocol tcp
port 443
keepalive type http
keepalive port 80
active
service TEST1webserver
ip address 132.130.203.13
protocol tcp
port 443
keepalive port 443
keepalive type http
active
service TEST2webserver
ip address 132.130.203.14
protocol tcp
port 443
keepalive port 443
keepalive type http
active
!*************************** OWNER ***************************
owner samson
content rule_external
add service TEST1webserver
add service TEST2webserver
balance leastconn
protocol tcp
vip address 132.130.205.3
primarySorryServer SORRYwebserver
active
content rule_internal
add service TEST1webserver
add service TEST2webserver
balance leastconn
protocol tcp
vip address 132.130.205.4
primarySorryServer SORRYwebserver
active