Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 874 Bytes

web-servers.md

File metadata and controls

19 lines (11 loc) · 874 Bytes

Web servers

A web server refers to either the hardware (computer) or software (application) that helps deliver web content.

Apache

  • apachectl a command line tool for controlling Apache.
  • a2enmod/a2dismod a command line tool for enabling and disabling Apache2 modules.

Caching / Optimizing

A web server is responsible for and should be configured to set HTTP cache headers (see HTTP > Caching) appropriately.

A web accelerator serves as a front for your web server, speeding up delivery by various techniques including full-page caching and gzipping responses. Varnish is a popular, open source example.

Uncategorized

Loab Balancing FAQ