LPI
117-304 · Question #10
With HAProxy, which one of the following ACLs can match requests made to the domain example.org?
The correct answer is A. acl acl_example hdr_sub(Host) example.org. See the full explanation below for the reasoning.
Question
With HAProxy, which one of the following ACLs can match requests made to the domain example.org?
Options
- Aacl acl_example hdr_sub(Host) example.org
- Bacl acl_example url_domain example.org
- Cacl acl_example hdr_sub(Domain) example.org
- Dacl acl_example url_host example.org
How the community answered
(20 responses)- A80% (16)
- B10% (2)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.