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

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, sysadmin@babylon.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


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...