LPI Exam Questions

What is the correct entry in Squid’s configuration file to create an acl named blacklist based

In the file /var/squid/url_blacklist is a list of URLs that users should not be allowed to
access. What is the correct entry in Squid’s configuration file to create an acl named
blacklist based on this file?

A.
acl blacklist urlpath_regex /var/squid/url_blacklist

B.
acl urlpath_regex blacklist /var/squid/url_blacklist

C.
acl blacklist file /var/squid/url_blacklist

D.
acl blacklist urlpath_regex “/var/squid/url_blacklist”

E.
acl blacklist “/var/squid/url_blacklist”