List of questions
Related questions
Question 207 - 201 discussion
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when HTTP_REQUEST { if {[HTTP::uri] ends_with 'txt' } { pool pool1 } elseif {[HTTP::uri] ends_with 'php' } { pool pool2 }
http://10.10.1.100/foo.html If a user connects to http://10.10.1.100/foo.html, which pool will receive the request?
A.
pool1
B.
pool2
C.
None. The request will be dropped.
D.
Unknown. The pool cannot be determined from the information provided.
Your answer:
0 comments
Sorted by
Leave a comment first