Jump to content

Category:Web server software

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Racerx11 (talk | contribs) at 03:30, 7 January 2015 (Reverted good faith edits by 182.72.164.122 (talk): Better before. (TW)). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A web server (sometimes called an HTTP server or application server) is a program that serves content using the HTTP protocol. This content is frequently in the form of HTML documents, images, and other web resources, but can include any type of file. The content served by the web server can be pre-existing (static content) or generated on the fly (dynamic content).

In order to be considered a web server, an application must implement the HTTP protocol. Applications built on top of web servers (such as blogging software, forums, or wikis) belong in the separate web software category.