'./configure' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-apxs2=/usr/local/apache2/bin/apxs' '-with-gd' '--with-jpeg-dir=/usr/local/lib' '--with-pdo-mysql' '--enable-mbstring' '--with-freetype-dir=/usr/local/lib'
./configure --prefix=/usr/local/php --with-apxs2=/usr/local /apache2/bin/apxs --with-openssl --with-curl --enable-fpm --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd
--with-gd --enable-mbstring --with-jpeg-dir=/usr/lib64 --with-freetype-dir=/usr/lib64
./configure --prefix=/usr/local /php --with-apxs2=/usr/local/apache2/bin/apxs -with-openssl --with-curl --enable-fpm --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd
--with-gd --enable-mbstring
修正apache構成文件サポートphp
修正DirectoryIndexindex.htmlとしてDirectoryIndexindex.htmlindex.php
并追加AddType application/x-httpd-php .php
以上は php 評価 (apache) を介して、Apache に関する内容を含みましたので、PHP 教則に興味のある友人の助けになることを望みます。