httpd
https://en.wikipedia.org/wiki/Httpd
HTTP Daemon is a software program that runs in the background of a web server and waits for the incoming server requests. The daemon answers the request automatically and serves the hypertext and multimedia documents over the internet using HTTP.
httpのデーモン
要はhttpサーバ
主にUNIX系OSのWebサーバソフトでよく見られる実行ファイル名およびコマンド名。 メモリ上に留まって要求に応じて動作する常駐プログラム(デーモン)の一種で、外部からのHTTP接続を受け付けて要求されたファイルを送信したり、送られたデータを受け取って保存したり、指定されたプログラムを起動したりする。
とくにapacheをさす