*** amp组合方式:
(1) client --> http protocol --> httpd-server + php modules --> php-mysql 驱动 --> mysql protocol --> mysqld-server
(2) client --> http protocol --> httpd-server --> fastcgi protocol --> fpm (php application server) --> php-mysql 驱动 --> mysql protocol --> mysqld-server
快速部署amp:
CentOS7 :
Modules模式 :
程序包:httpd,php,php-mysql,