Common web server software collates of win+linux

  • 2020-08-22 23:12:50
  • OfStack

(1) Apache Apache is the no.1 Web server software in the world. It can run on almost any widely used computer platform. Apache originated from NCSAhttpd server and has been modified many times to become one of the most popular Web server software in the world. Apache comes from the pronunciation of "a patchy server", meaning a server full of patches. Because it is free software, people are constantly coming to it to develop new functions, new features, and fix old bugs. Apache is characterized by its simplicity, speed, stable performance, and can be used as a proxy server.

The feature is to handle php pages, if you need to execute php too much content can use apache, if static content can be used nginx

(2) IIS is the abbreviation of Internet Information Server, which is translated into Chinese as "Internet Information Service ". The latest version of Windows2016 contains IIS 10. IIS and Window Server are fully integrated in one, so users can take advantage of the security features built into Windows Server and NTFS (NT File System, NT's file system) to build strong, flexible and secure Internet and Intranet sites.

服务器版本 IIS默认版本
server2003 6.0
server2008 7.0
server2008 r2 7.5
server2012 8.0
server2016 10

windows server preferred, good stability. The website needs to support asp, asp.net will need to use iis

(3) The web server of GFE Google saw a sharp increase in the number of users. iis is now being pressed.

(4) Nginx is not only a small and efficient HTTP server, but also an efficient load balancing reverse proxy, through which users' requests can be accepted and distributed to multiple Mongrel processes, the concurrency ability of Rails application can be greatly improved.

(5) Lighttpd is an open source WEB server software developed by German Jan Kneschke, based on the BSD license. Its fundamental purpose is to provide a secure, fast, compatible and flexible web server environment specially designed for high-performance websites. It features very low memory overhead, low CPU occupancy, high performance, and rich modules. Lighttpd is one of the most excellent lightweight web server among many OpenSource. Support FastCGI, CGI, Auth, output compression (output compress), URL rewrite, Alias and other important functions.

(6) Zeus is a very excellent Web Server running under Unix. It is said that its performance exceeds Apache and it is the most efficient Web Server 1.

(7) Sun Java system Web server is the previous Sun ONE Web Server. It appears primarily on mission-critical Web servers that run Solaris operating systems. Its latest version number is 6.1, and it can support x86 versions Solaris, Red Hat Linux, ES116en-ES117en 11i, IBM AIX, and even Windows, but most of its users choose the SPARC version of Solaris operating system.

(8) Resin provides the fastest jsp/servlets operating platform. With the support of java and javascript, Resin has the flexibility to choose the right development language for tasks. An advanced language of Resin XSL(XML stylesheet language) can separate form from content.

(9) Jetty is an open source servlet container that provides a running environment for web content based on Java, such as JSP and servlet. Jetty was written in the Java language and its API was released as a set of JAR packages. Developers can instantiate the Jetty container as an object, quickly providing a network and web connection to a number of Java applications running independently (ES154en-ES155en).

(10) BEA WebLogic is an Java application server for the development, integration, deployment and management of large-scale distributed Web applications, network applications and database applications. The dynamic functions of Java and the security of Java Enterprise standard are introduced into the development, integration, deployment and management of large-scale network applications. BEA WebLogic Server has the performance, scalability and high availability required to address critical Web application system issues.

(11) Tomcat is one of the core projects of Jakarta project of Apache Software Foundation (Apache Software Foundation), which is jointly developed by Apache, Sun and some other companies and individuals. With the participation and support of Sun, the latest Servlet and JSP specifications are always reflected in Tomcat. Because Tomcat is advanced in technology, stable in performance, and free of charge, it is deeply loved by Java fans and recognized by some software developers. It has become a popular Web application server at present.

js is an Javascript operating environment (runtime). It actually encapsulates the Chrome V8 engine. V8 engine performs Javascript very fast and performs very well. Node. js optimizes 1 particular use case to provide an alternative to API to make V8 work better in a non-browser environment. Node.js is a platform based on the Chrome JavaScript runtime, which is used to build network applications with fast response speed and easy expansion. Node. js USES the event-driven, non-blocking I/O model to be lightweight and efficient, making it ideal for running data-intensive real-time applications on distributed devices.


Related articles: