Web_server Web_server

Web server - Definition

The term web server can mean one of two things:

  1. a computer responsible for serving web pages, mostly HTML documents, via the HTTP protocol to clients, mostly web browsers;
  2. a software program that is working as a daemon serving web documents.

Every web server (sense 1) is running a web server program (sense 2).

The most common web or HTTP server programs are:

The most commonly-used web server program, Apache, with over 67% of market share as of October 2004, is available from the Apache Software Foundation.

See Category:Web server software for a comprehensive list of HTTP server programs.

Common features

Although web server programs differ in detail, they all share some basic common features. Every web server program operates by accepting HTTP requests from the network, and providing an HTTP response to the requester. The HTTP response typically consists of an HTML document, but can also be a raw text file, an image, or some other type of document.

Usually these documents are stored on the web server's local file system. Both URLs and local filenames have a hierarchical structure, and the server maps the URL onto the local file system in a simple way. When web server software is installed and configured, the server administrator specifies a local pathname as the root from which the server software should locate files. For example, suppose we are configuring server software to provide HTTP service on a server whose domain name is example.funnycorp.com. We might set the server software's root directory to /home/public/web/. Then, if a web user enters the URL http://example.funnycorp.com/lips/raspberry.html, the web server software running on the host example.funnycorp.com will retrieve the requested content from the file /home/public/web/lips/raspberry.html.

See also

External links

  • Current web-server statistics can be obtained from the Netcraft Web Server Survey (http://news.netcraft.com/archives/web_server_survey.html).


Example Usage of server

mihochannel: VMware server, player, fusion 向けのIDEを含む仮想マシンファイルはovftoolを使ってもESX4iでimportする際にエラーが出る(SCSIに直せば回避可)ためConverterを使うほうが手っ取り早い #memo #VM
yamami_117: VMware server, player, fusion 向けのIDEを含む仮想マシンファイルはovftoolを使ってもESX4iでimportする際にエラーが出る(SCSIに直せば回避可)ためConverterを使うほうが手っ取り早い #memo #VM
mightymarce: @MarfMom you should then be able to bring it into your WP.org software or just upload it to your FTP server.
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.