The server is the soul of a website and a necessary carrier for opening a website. According to the architecture, servers are divided into non-x86 servers and x86 servers. Non-x86 servers use a reduced instruction set or EPIC (Parallel Instruction Code) processor. x86 servers are also known as CISC (Complex Instruction) architecture servers.
Computer software used to manage resources and provide services to users is generally divided into file servers (which allow users to access files on other computers). server software works on client-server (C/S) or browser-server (B/S.
WWW Server Setup 1, Microsoft IIS setup (1) IIS installation (2) basic configuration of web servers in IIS
- Home Directory label, "local path" is used to set the location of web content on the hard disk
- Document label. "enable default content document" is used to set the default homepage webpage.
Tips: Port 80 is the standard port assigned to HTTP and is mainly used for publishing Web sites.
[Read] allows users to read files from the website;
Run scripts (such as ASP): allows you to run Active Server Pages and ASP scripts on the web site;
[Execution (such as ISAPI application or cgi)] allows the execution of ISAPI or CGI application on the website. After this permission is enabled, the "run script" permission is automatically enabled;
[Write] allows users to write data to the web site through a client browser (such as entering a registration form );
[Browse] when a user does not send a request to a website for a specific file, and no default document is defined in the website, IIS returns the HTML representation of files and subdirectories under the root directory of the site.
2. Microsoft PWS
The personal web server has been eliminated.
3. Apache (1) Installation of Apache (2) Configuration
Core File "httpd. conf"
- Configure DocumentRoot and website path
- Configure directoryindex. The site displays the home page by default.
4. Set up FTP Server 1, Microsoft iis2, Serv-U 3, and email server in other ways.