Definition of Http server

FOLDOC
HTTP server
<World-Wide Web> (Or "web server") A server process running at a web site which sends out web pages in response to HTTP requests from remote browsers.
If one site runs more than one server they must use different port numbers. Alternatively, several hostnames may be mapped to the same computer in which case they are known as "virtual servers".
Apache and NCSA HTTPd are two popular web servers. There are many others including some for practically every platform. Servers differ mostly in the "server-side" features they offer such as server-side include, and in their authentication and access control mechanisms. All decent servers support CGI and most have some binary API as well.
(1997-02-05)

Search Dictionary:
Search Web Search Dictionary



HTTP server definition was found in categories: Language, Idioms & Slang(1)  Encyclopedia(1)  

HTTP server Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
http server

http server
(or "web server") a server process running at a web site which sends out web pages in response to http requests from remote browsers



HTTP server Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Web server
The term web server can mean one of two things:
  1. computer program that is responsible for accepting HTTP requests from clients, which are known as web browsers, and serving them HTTP responses along with optional data contents, which usually are web pages such as HTML documents and linked objects (images, etc.).
  2. computer that runs a computer program which provides the functionality described in the first sense of the term.

See more at Wikipedia.org...