In many dedicated servers, the Web server should be the most familiar and common to us, according to different sites and web requirements, the Web server has several common environment configuration scenarios, here is summed up to share:
The current more popular configuration is running PHP is generally, PHP run is definitely a good Linux, but the premise is that you are familiar with the Linux server configuration, if you do not learn Windows is not bad, at least million IP ran up no problem. Win2003 also can, now win2008 R2 is also good.
1, Microsoft IIS: Internet Information Server (IIS), is a Web server that allows information to be published on a public intranet or on the Internet. such as: Wimp (Windows+mysql/mariadb+perl/php/python) website environment;
2, Apache: From NCSA httpd Server, after several changes, become the world's most popular web server software, common Web configuration environment such as: WAMP, lamp, etc.
3, Tomcat server environment: is based on the servlet and JSP specifications to perform better than most commercial application software servers, many Web servers are currently using the Tomcat server environment;
4, IBM WEBSphere server:web Sphere Application Server is a full-featured, open Web Application Server, is a core part of IBM E-business plan, it is based on Java Web server application environment;
5, BEA WEBLogic server: is a multi-functional, standards-based Web application server;
The above several common Web server Software configuration scheme, in the security, the performance and the integration application and so on method has each superiority and the shortcoming, needs us to choose according to the need to meet the actual demand the Web server configuration scheme, usually in the Windows operating system platform Nt/2000/ 2003 is often used to build a Web server for IIS, while the most widely used free HTTP server on UNIX and Linux platforms is the universal, NCSA, and Apache server configuration scheme.