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.
Apacheとは
アパッチ Apache HTTP Server / Apacha Web server
HTTP Hypertext Transfer ProtocolHTTPS Hypertext Transfer Protocol Secure強め
マルチプロセスモデル(接続ごとにプロセスをフォーク)なのでメモリがいっぱいに
リクエストを処理するごとにリソースが枯渇
モジュールにより基本機能を拡張可能できる
イベント駆動にもできるが、Nginxの性能には及ばない
CMS Content Management Systemを利用する際に、比較的簡単な設定で済む。
約20年間OSSとして公開され、バージョンアップした結果により信頼性が高い。
nginxと同じぐらいのシェア率。
Nginxに移行してる
参考 引用記事
ApacheとNginxについて比較
#Middleware_ミドルウェア