Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.05 KB

0x0C.Web-server.md

File metadata and controls

55 lines (34 loc) · 1.05 KB

Learning Objectives

General

  • What is the main role of a web server
  • What is a child process
  • Why web servers usually have a parent process and child processes
  • What are the main HTTP requests

DNS

  • What DNS stands for
  • What is DNS main role

DNS Record Types

  • A
  • CNAME
  • TXT
  • MX

How the web works:

https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/How_the_Web_works


NGINX:


NGINX Configurations:


Root and sub domain:


HTTP: