• 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/7

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;

7 Cards in this Set

  • Front
  • Back

Apple Web Server is an important part of

Linux networking

What are the steps to download and install the Apache server using the following steps:

1) Pick directory to download and compile 2) Download Apache from apache.org 3) Start new web server 4) Make the appropriate changes to httpd.conf

What directory did you use to download and compile

/usr/src/apache/

Where did you download Apache from

from apache.org

What does gzip stand for?

A popular compression program in the Unix world that is also available for Windows and Mac.

What does tar stand for?

Is a UNIX shell command that creates a single file called an "archive" from a number of specified files or extracts the files from such an archive. A tar archive has the file suffix ".tar". The files in a tar archive are not compressed, just gathered together in one file.

What do you put under .htaccess file

AuthName Dan


AuthType Basic


AuthUserFile /home/harrisd/apache/.pword


require vaild user