Difference between revisions of "Web server"

From Sinfronteras
Jump to: navigation, search
(Página creada con «In computing, a server is a computer program or a device that provides functionality for other programs or devices, called "clients". Typical servers are database servers,...»)
 
(The Apache HTTP Server)
Line 6: Line 6:
 
A web server is a computer system that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web. https://en.wikipedia.org/wiki/Web_server
 
A web server is a computer system that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web. https://en.wikipedia.org/wiki/Web_server
  
==The Apache HTTP Server==
+
==Apache==
 
The Apache HTTP Server, colloquially called Apache, is the world's most used web server software.
 
The Apache HTTP Server, colloquially called Apache, is the world's most used web server software.

Revision as of 00:23, 12 November 2016

In computing, a server is a computer program or a device that provides functionality for other programs or devices, called "clients". Typical servers are database servers, file servers, mail servers, print servers, web servers, game servers, and application servers.

The computer that a server program runs in is also frequently referred to as a server (Server machine).

Web server

A web server is a computer system that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web. https://en.wikipedia.org/wiki/Web_server

Apache

The Apache HTTP Server, colloquially called Apache, is the world's most used web server software.