Apache HTTP Server
概念図
code:mmd
flowchart LR
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