LPI 202-450 Exam
Linux Professional Institute (Page 10 )

Updated On: 26-Jan-2026

Which Apache HTTPD configuration directive specifies the RSA private key that was used in the generation of the SSL certificate for the server?

  1. SSLCertificateKeyFile
  2. SSLKeyFile
  3. SSLPrivateKeyFile
  4. SSLRSAKeyFile

Answer(s): A


Reference:

https://httpd.apache.org/docs/2.4/ssl/ssl_faq.html#aboutcerts



Which of the following statements are true regarding Server Name Indication (SNI)? (Choose two.)

  1. It supports transparent failover of TLS sessions from one web server to another.
  2. It allows multiple SSL/TLS secured virtual HTTP hosts to coexist on the same IP address.
  3. It enables HTTP servers to update the DNS of their virtual hosts’ names using the X 509 certificates of the virtual hosts.
  4. It provides a list of available virtual hosts to the client during the TLS handshake.
  5. It submits the host name of the requested URL during the TLS handshake.

Answer(s): B,E



Given the following Squid configuration excerpt:

cache_dir ufs /var/spool/squid3/ 1024 16 256

Which of the following directories will exist directly within the directory:
/var/spool/squid3/? (Choose two.)

  1. 0F
  2. A0
  3. 0b
  4. FF
  5. 00

Answer(s): A,C



The following Apache HTTPD configuration has been set up to create a virtual host available at www.example.com and www2.example.com:


Even though Apache HTTPD correctly processed the configuration file, requests to both names are not handled correctly. What should be changed in order to ensure correct operations?

  1. The configuration must be split into two VirtualHost sections since each virtual host may only have one name.
  2. The port mentioned in opening VirtualHost tag has to be appended to the ServerName declaration’s values.
  3. Both virtual host names have to be placed as comma separated values in one ServerName declaration.
  4. Both virtual host names have to be mentioned in the opening VirtualHost tag.
  5. Only one Server name declaration may exist, but additional names can be declared in ServerAlias options.

Answer(s): C



Which keyword is used in the Squid configuration to define networks and times used to limit access to the service?

  1. acl
  2. allow
  3. http_allow
  4. permit

Answer(s): A


Reference:

https://www.tecmint.com/configure-squid-server-in-linux/



Viewing page 10 of 25
Viewing questions 46 - 50 out of 120 questions



Post your Comments and Discuss LPI 202-450 exam prep with other Community members:

Join the 202-450 Discussion