The WEB server

1. A WEB server is also called a WEB server or HTTP server

2. The WEB server uses HTTP or HTTPS

3.HTTP port: TCP 80 HTTPS port: TCP 443

4.WEB server publishing software: Microsoft: IIS(can publish WEB sites and FTP sites) Linux: Apache/LAMP/Tomcat/ nginx. etc Third-party: PHPStudy, XAMPP

5. Deploy the WEB server: 1) Configure static IP address 2) Install IIS-WEB plug-in 3) Disable default site 4) Create a website – address port binding – specify site path – set permissions 5) Set the default document (set the home page)

6. One server simultaneously publishes multiple web sites: 1) different IP, same port 2) Same IP, different port 3) Same IP, same port, different domain name (host header)

7. Website type: 1) static website: the general extension is.html or.htm without background database 2) dynamic website: the general extension is.asp or.php with background database, ASP or PHP can connect the front page and background database

8 common small problems: 1) with the domain name can, not with IP 2) all IIS configuration is correct, but with the domain name access do not forget to refer to DNS, DNS cache empty 3) check again, found that all configuration is no problem! But keep popping up the User Login dialog box to check that the site folder grants IUSR guest permissions