Apache
https://gyazo.com/12ce03b2240c2b9c70a7ecedcb6fd09c
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. マルチプロセスモデル(接続ごとにプロセスをフォーク)なのでメモリがいっぱいに
リクエストを処理するごとにリソースが枯渇
モジュールにより基本機能を拡張可能できる
約20年間OSSとして公開され、バージョンアップした結果により信頼性が高い。 参考 引用記事