Httpd

Revision as of 14:02, 24 May 2025 by imported>Comp.arch (Fix HTTPd entry at List_of_computing_and_IT_abbreviations to link here?)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Lowercase

File:Web server serving static content.png
PC clients communicating via network with an HTTPd process serving static content only

HTTPd is a software program that usually runs in the background (i.e. a so-called "daemon"), as a process, and plays the role of a server in a client–server model using the HTTP and/or HTTPS network protocol(s).

The process waits for the incoming client requests and for each request it answers by replying with requested information, including the sending of the requested web resource, or with an HTTP error message.

HTTPd stands for Hypertext Transfer Protocol daemon.

It usually is the main software part of an HTTP server better known as a web server.<ref name="http-server-httpd">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Some commonly used implementations are:

See alsoEdit

ReferencesEdit

Template:Reflist

External linksEdit

Template:Set index