• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/11

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

11 Cards in this Set

  • Front
  • Back
Advantages of Apache
Free
Open-source and highly configurable
Runs on multiple platforms (UNIX, Linux, Windows)
Very scalable – runs some of the largest and smallest sites
Typical HTTPD daemon needs only 200 to 500k per process
Fast response to HTTP queries
Not Bloated – only install the features you need
Apache Directives
special keywords used to control what apache does;
placed in config files

/etc/apache2/conf/
Context of Directives
Server config, VirtualHost, Directory, .htaccess
Server configuration files (e.g. apache2.conf)
includes both Global and Main Server settings
VirtualHost
settings for a virtual server
Directory
settings for a particular directory tree
.htaccess
configuation file remotely located in a web directory
Apache Modules
Modules are an independent part of a program.
Apache's functionality is contained in modules that you can choose to include or exclude
static modules - compiled into the Apache httpd binary
Provide the Core HTTP server features
dynamic modules or DSOs - stored separately and can be optionally loaded at run-time
base modules - included by default
third-party modules - not distributed as part of the Apache HTTP Server tarball
apache2.pid
processid; Apache stores parent PID in ______________
apt-get install
installs programs
a2enmod
enables apache mods