What is the correct entry in Squid’s configuration file to create an acl named blacklist based on this f
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?
The listing below is an excerpt from a Squid configuration file:
The listing below is an excerpt from a Squid configuration file:
Which ACL type in Squid’s configuration file is used for authentication purposes?
Which ACL type in Squid’s configuration file is used for authentication purposes?
Which of the following is recommended to reduce Squid’s consumption of disk resources?
Which of the following is recommended to reduce Squid’s consumption of disk resources?
Which Apache directive allows the use of external configuration files defined by the directive AccessFileName?
Which Apache directive allows the use of external configuration files defined by the directive AccessFileName?
Which Apache directive is used to configure the main directory for the site, out of which it will serve docume
Which Apache directive is used to configure the main directory for the site, out of which it will serve documents?
When Apache is configured to use name-based virtual hosts:
When Apache is configured to use name-based virtual hosts:
Which statements about the Alias and Redirect directives in Apache’s configuration file are true?
Which statements about the Alias and Redirect directives in Apache’s configuration file are true?
Which directives in httpd.conf need to be adjusted?
A web server is expected to handle approximately 200 simultaneous requests during normal use with an occasional spike in activity and is performing slowly. Which directives in httpd.conf need to be adjusted?
Considering that DocumentRoot is set to /srv/www/default/html, which TWO of the following sentences are true?
Consider the following / srv/www/ default/html/ restricted/.htaccess
AuthType Basic
AuthUserFile / srv/www/ security/ site-passwd
AuthName Restricted
Require valid-user
Order deny,allow
Deny from all
Allow from 10.1.2.0/24
Satisfy any
Considering that DocumentRoot is set to /srv/www/default/html, which TWO of the following sentences are true?