'./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
修改DirectoryIndex index.html 為DirectoryIndex index.html index.php
並加入phpType appli/xphp-httpd-