APACHE TAJO QUIZ DESCRIPTION

What’s the command to Restart Apache?

  • apachectl -k restart /etc/init.d/apache2 system
     

  • apachectl –k restart /etc/init.d/apache2 restart 
     

  •  apachectl -k run /etc/init.d/apache2 restartsystem
     

  • apachectl -k perform /etc/init.d/apache2 restart

What is the recommended directive to load the Intermediate certificate(s.?

  • SSLCertificateFile
     

  •  SSLCACertificateFile
     

  • SSLCertificateChainFile
     

  • SSLCACertificatePath

By default, where are the HTML files located for the default site on a Windows Apache server?

  • C:Program FilesApache Software FoundationApache2.2htdocswww
     

  • C:Program FilesApache Software Foundation
     

  •  C:Program FilesApache Software FoundationApache2.2www
     

  •  C:Program FilesApache Software FoundationApache2.2htdocs 

Which of the following is not a valid protocol for PCI compliance?

  • SSLv2
     

  •  AES-SHA 56 bit
     

  •  SSLv1
     

  • All of the above

What is the function of the mod_imap Module?

  • Handles IMAP e-mail protocols for Apache.
     

  •  Performs image map handling.
     

  • Allows for shared inter-module memory protocols.
     

  • There is no mod_imap Module which is available for Apache.

What is the default extension for Apache configuration files?

  • .con
     

  • .conf
     

  • .txt
     

  • .configuratio

Where are the Apache log files located by default?

  • C:Program FilesApache Software FoundationApache2.2log
     

  • C:Program FilesApache Software FoundationApache2.2htdocs
     

  • C:Program FilesApache Software FoundationApache2.2conf
     

  • C:Program FilesApache Software FoundationApache2.2logs

Which of the following is not a valid protocol for PCI compliance?

  • SSLv2
     

  •  AES-SHA 56 bit
     

  •  SSLv1
     

  • All of the above

What Module is CacheSize used with?

  • mod_proxy
     

  • mod_ssl
     

  •  mod_usertrack
     

  • mod_alias

What does the SendBufferSize Directive do?

  • Sets the internal IPC buffer settings to the specified amount.
     

  •  Sets the number of 4k buffers in Windows for optimal disk buffering.
     

  • Sets the TCP buffer size to the specified amount.
     

  • Allows the default SMB TCP delay to be overridden.

What does the HostNameLookups double do?

  • Makes Apache perform 2 forward name lookups from different DNS servers to confirm the host name prior to logging.
     

  • Performs a host name lookup in the double file prior to logging the result.
     

  • Performs both a reverse name lookup and then a forward name lookup on that result, prior to logging the result.
     

  • Sets the host name to double for all host names logged.

How do you change the default web root?

  • Change the DocumentRoot in httpd.server file.
     

  •  change the DocumentRoot n httpd.admin file
     

  • change the DocumentRoot in httpd.root file.
     

  • change the DocumentRoot in httpd.conf file.

What does the SendBufferSize Directive do?

  • Sets the internal IPC buffer settings to the specified amount.
     

  • Sets the number of 4k buffers in Windows for optimal disk buffering.
     

  •  Sets the TCP buffer size to the specified amount.
     

  •  Allows the default SMB TCP delay to be overridden.

What’s the location of log files for Apache server?

  • /deck/log/httpd
     

  •  /var/log/httpd
     

  • /drive/log/httpd
     

  •  /location/log/httpd

What does the following set of Directives do? AddType application/x-httpd-php3 .php3.

  • Adds all files with the extension .php3 to the MIME Type application/x-httpd-php3.
     

  •  Creates a new user defined type that can be used subsequently in variable declarations.
     

  • Makes it easier to load new definitions into the configuration files.
     

  • Installed the php3 software onto the system.

Where is the default location for the main Apache configuration file (httpd.conf. on Windows?

  • C:Program FilesApache Software FoundationApache2.2conf
     

  • C:Program FilesApache Software FoundationApache2.2conftextra
     

  •  C:OpenSSLconf
     

  • C:Program FilesApache Software FoundationApache2.2configuration

What does the HostNameLookups double do?

  • Makes Apache perform 2 forward name lookups from different DNS servers to confirm the host name prior to logging.
     

  •  Performs a host name lookup in the double file prior to logging the result.
     

  • Performs both a reverse name lookup and then a forward name lookup on that result, prior to logging the result.
     

  • Sets the host name to double for all host names logged.

htpasswd:

  • it creates a new user
     

  •  None of these
     

  • asks to specify a password for that user
     

  •  Both it creates a new user and asks to specify a password for that user

Does Apache act as Proxy server?

  • can’t be determined
     

  • Yes, by default
     

  • yes,using mod_proxy module.
     

  • No

If a certificate is issued off of the DigiCert High Assurance CA-3 certificate, how many Intermediate certificate files (.crts. will need to be specified in the Apache configuration file?

  • One
     

  • Two
     

  • Three
     

  •  None

On a Microsoft Windows server the Max Spare Servers sets the number of idle child server processes that are allowed before the parent process begins to kill off the idle child processes. True or False?

  • True

  • False

Apache server works on which ports?

  • http – port 80 only
     

  • Both http – port 80 and https – port 443
     

  • https – port 443 only
     

  • none of these

Where are the Apache log files located by default?

  • C:Program FilesApache Software FoundationApache2.2log
     

  • C:Program FilesApache Software FoundationApache2.2htdocs
     

  • C:Program FilesApache Software FoundationApache2.2conf
     

  • C:Program FilesApache Software FoundationApache2.2logs

What option in the IndexOptions Directive is only available after Apache 1.3.10?

  • FancyIndexing
     

  • IconHeight
     

  • NameWidth
     

  • FoldersFirst

What actions. must be done to enable cookies within Apache?

  • Only installing the mon_usertrack.
     

  •  Installing mod_cookies.
     

  • Installing mon_usertrack and setting the Directive cookietracking on.
     

  • Only setting the Directive cookietracking on.

What is the default extension for Apache configuration files?

  • .con
     

  •  .conf
     

  •  .txt
     

  • .configuratio

What Module is CacheSize used with?

  • mod_proxy
     

  • mod_ssl
     

  • mod_usertrack
     

  •  mod_alias

What does the mod_dir Module provide?

  • It provides a basic file directory searching capability for Apache to resolve spelling mismatches.
     

  •  It provides trailing slash “/” redirects and serving diectory index files.
     

  • It allows remote synchoronizaiton for tools such as Microsoft Frontpage.
     

  • It has been discontunued as of Apache 1.2 and is no longer used.

What’s the command to stop Apache?

  • apachectl -k exit /etc/init.d/apache2 exit (Linux.
     

  • apachectl -k run /etcfiit.d/apache2 stop (Linux.
     

  •  apachectl -k interact /etc/init.d/apache2 stop (Linux.
     

  • apachectl -k stop /etc/init.d/apache2 stop(Linux.

By default, where are the HTML files located for the default site on a Windows Apache server?

  • C:Inetsrvwwwroot
     

  •  C:Program FilesApache Software Foundation
     

  • C:Program FilesApache Software FoundationApache2.2www
     

  • C:Program FilesApache Software FoundationApache2.2htdocs