Apache HTTP Server

0
Answered
0
Correct
0%
Accuracy
Question 1 Easy Mcq

Which of the following commands will you use to compile and install the Apache Server on Unix or Unix-like systems?

Question 2 Easy Mcq

Which utility comes with the Apache for creating and updating user authentication files?

Question 3 Easy Mcq

Which of the following levels are available in the SSLVerifyClient directive?

Question 4 Easy Mcq

Which of the following commands will you use to check the configuration files before starting the Apache server?

Question 5 Easy Mcq

Which of the following commands will you use on a RedHat Linux system to install the Apache-2.0.4-i386.rpm package?

Question 6 Easy Mcq

Which of the following commands will you use to run the Apache as a service on a Windows NT based machine?

Question 7 Easy Mcq

Which are the two types of user authentication options available in the AuthType directive?

Question 8 Easy Mcq

Which of the following directives tells the Apache to parse files for the SSI directives if they have the execute bit set?

Question 9 Easy Mcq

Which user can use port numbers less than 1024 in unix/linux if they want to use other than the default port number 80?

Question 10 Easy Mcq

Which command is used to check the version of the Apache server installed (using an rpm package) on a RedHat Linux system?

Question 11 Easy Mcq

State whether true or false: sections are processed after sections and .htaccess files are read after sections.

Question 12 Easy Mcq

Which of the following options are available for the LogLevel directive in the Apache?

Question 13 Easy Mcq

Which protocols are available in the SSLProtocol directive?

Question 14 Easy Mcq

Which of the following directives will you use to include only all .conf files present in the '/usr/local/apache2/conf' directory where '/usr/local/apache2' is your ServerRoot directory?

Question 15 Easy Mcq

Which of the following directives sets how deeply mod_ssl should verify before deciding that the clients do not have a valid certificate?

Question 16 Easy Mcq

What is the default Apache access for ?

Question 17 Easy Mcq

Which of the following is the correct method to set a DocumentRoot directive for '/usr/web' folder in the Apache?

Question 18 Easy Mcq

State whether true or false:The BufferedLogs directive causes the mod_log_config to store several log entries in memory and write them together to the disk, rather than writing them after each request.

Question 19 Easy Mcq

In which of the following sections can we use the AllowOverride directive?

Question 20 Easy Mcq

Which of the following commands will you use to stop an Apache service via command line on a Windows NT based machine?

Question 21 Easy Mcq

Which of the following directives is used to set the maximum length of the queue of pending connections?

Question 22 Easy Mcq

Which of the following configurations will prevent the proxy server from being used to access the google.com website?

Question 23 Easy Mcq

Which of the following modules allows the creation of web space for every user by using the public_html directory created in every user's home directory?

Question 24 Easy Mcq

How will you uninstall the 'myapache' service (the name that you gave to the Apache service earlier) on a Windows NT based machine?

Question 25 Easy Mcq

If no port number is specified in the ServerName directive, which port number will the server use?

Question 26 Easy Mcq

Which of the following commands will you use to run the Apache in the debug mode?

Question 27 Easy Mcq

What is the default https port number?

Question 28 Easy Mcq

Which of the following directives can we not use in the and the sections?

Question 29 Easy Mcq

Which of the following directives allows the configuration of a trailing footer line under server generated documents like FTP directory listing etc.?

Question 30 Easy Mcq

In a Windows operating system, if the Apache is installed from a precompiled executable, what will be the extension of the module files?

Question 31 Easy Mcq

What is the default value of backlog in the ListenBackLog directive?

Question 32 Easy Mcq

Which of the following is the default option for the LogLevel directive in the Apache config file?

Question 33 Easy Mcq

Which of the following directives sets the authorization realm for a directory for HTTP authentication?

Question 34 Easy Mcq

What does the depth of 1 mean in the SSLVerifyDepth directive?

Question 35 Easy Mcq

On which of the following platforms can Apache be installed?

Question 36 Easy Mcq

Which of the following commands will you use to remove the Apache -2.0.4-i386.rpm package from a RedHat Linux system?

Question 37 Easy Mcq

Which of the following commands will you use to check whether any Apache rpm package is installed on your RedHat Linux system or not?

Question 38 Easy Mcq

Which of the following directives sets the contact address that the server includes in any error messages it returns to the client?

Question 39 Easy Mcq

What is the default filename in the AccessFileName directive in the Apache config file?

Question 40 Easy Mcq

Which of the following log format strings denotes 'Remote Host'?

Question 41 Easy Mcq

Which of the following commands will you use to apply the changes made in the httpd.conf file without restarting the Apache server (installed through an rpm package) on a RedHat Linux system?

Question 42 Easy Mcq

Which of the following commands will you use to start the Apache server (installed through an rpm package) on a RedHat Linux system?

Question 43 Easy Mcq

State whether true or false:IPv6 addresses must be surrounded in square brackets in the Listen directive e.g.Listen [2001:db8::a00:20ff:fea7:ccea]:80