Performing a DNS lookup with dig results in this answer:
;; QUESTION SECTION:
:5.123.168.192.in-addr.arpa. IN PTR
;; ANSWER SECTION:
5.123.168.192.in-addr.arpa. 600 IN P...
Which option within a Nginx server configuration section defines the file system path from which the content of the server is retrieved?
A. location
B. htdocs
C. DocumentRoot
D. root
E. base_di...
Which Apache HTTPD configuration directive specifies the RSA private key that was used in the generation of the SSL certificate for the server?
A. SSLCertificateKeyFile
B. SSLKeyFile
C. SSLPrivat...
Which of the following sshd configuration should be set to no in order to fully disable password based logins? (Choose two.)
A. PAMAuthentication
B. ChallengeResponseAuthentication
C. PermitPlain...
With Nginx, which of the following directives is used to proxy requests to a FastCGI application?
A. fastcgi_pass
B. fastcgi_proxy
C. proxy_fastcgi
D. proxy_fastcgi_pass
E. fastcgi_forward
In a PAM configuration file, which of the following is true about the required control flag?
A. If the module returns success, no more modules of the same type will be invoked
B. The success of th...
After the installation of Dovecot, it is observed that the dovecot processes are shown in ps ax like this:
31248 ? S 0:00 dovecot/imap
31253 ? S 0:00 dovecot/imap-login
In order to associate th...
How is the LDAP administrator account configured when the rootdn and rootpw directives are not present in the slapd.conf file?
A. The default account admin with the password admin are used
B. The ...
What is the purpose of DANE?
A. Verify the integrity of name information retrieved via DNS.
B. Allow secure dynamic DNS updates.
C. Invalidate name information stored on caching name servers to s...