LPI Exam Questions

which one of the following ACLs can match requests made to the domain example.org?

With HAProxy, which one of the following ACLs can match requests made to the domain
example.org?

A.
acl acl_example hdr_sub(Host) example.org

B.
acl acl_example url_domain example.org

C.
acl acl_example hdr_sub(Domain) example.org

D.
acl acl_example url_host example.org