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

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;

9 Cards in this Set

  • Front
  • Back
Symbolic links (ln –s)
allow making a file appear to exist in multiple locations (ln -s)
Options
Controlling Real-Time Activity; each scope has options
All
ExecCGI
FollowSymLinks | SymLinksIfOwnerMatched
Includes
IncludesNoEXEC
Indexes
MultiViews
Allowoverride and .htaccess
this directive controls if directives are allowable in .htaccess files and what are allowable
chroot (jail)
prevents Apache from being used as a point of break-in to the system hosting it
limits the portion of the file system Apache can see to the root directory of the jail
programs available to be run in jail can be very limited
Ajax
a web development technique using a combination of JavaScript + XHTML + CSS + DOM + XMLHttpRequest object + XML/JSON; creates an interactive experience that does not require page reloading.
XSS
web application attacks occur through cross-site scripting
Black box
testing tools: Web application security scanners, vulnerability scanners, and penetration testing software
White box
testing tools such as static source code analyzers
WAF (Web application firewalls)
used to provide firewall-type protection at the web application layer