Mod 8 Day 5 Flashcards
Directives that Define the parameters of the main server which responds to request not handled by a virtual host
Main server
Container used to maintain information about multiple domains / hostnames on one web server
Virtual host
Directives that control the overall operation of the Apache server process as a whole
Global environment
What command is used to check syntax errors for the httpd.conf file without restarting the server
Apachectl -t
What main server directive provides the name and Port that the server uses to identify itself to incoming request
Server name
What global environment directive defines the top of the directory tree where the servers configuration, error, and log files are stored
Server root
What main server directive defines the default directory that will contain all web pages related documents and files
Document root
what global environment directive instructs the web server to accept incoming request on a specified port or IP address and Port combination
Listen
tracks access agent and referrer information and identifies the location of the file that stores a record of access attempts to the web
Custom log
Sets the name of the file where the server errors will be logged
Error log
Controls the types of messages logged to the error_log
Log level
The main server directive contains three sections used to control logging what are they
Custom log
Error log
Log level
Name the commands used in conjunction with the telnet protocol to gain information about the HTTP request and response Header information
Get
Head
Reveals the entire HTTP request and message body
Get
Reveals the web server version and Os information only without the body
Head