Apache HTTP Server
代表的なWebサーバのOSS
通称Apache
概念図
code:mmd
flowchart LR
User1 <-->|Request/Response| AApache HTTP Server
User2 <-->|Request/Response| AApache HTTP Server
subgraph OS
direction LR
A <--> Contents
A <-.-> php-fpm <-.-> DB
end
代表的なファイル
/etc/httpd/conf/httpd.conf
/etc/httpd/conf.d/*.conf
/etc/httpd/conf/logs/access_log (= /var/log/httpd/access_log)
MPM
代表的なパラメータ
ThreadsPerChild
MaxClients
ApacheとNginxの違い