Centos 6(特に6.5)で連携するには、Apache2.4とPHP7をインストール/コンパイルする必要があります。 iusパッケージを試しましたが、Apache 2.4は正しく機能しますが、php7はまだApache2.2に依存しているようです。自分でphp7をコンパイルしようとすると、--with-apxs2
でフラグを立ててビルドを構成すると、次のようになります。
Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS...
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)
しかし残念ながら、httpd24u
をインストールしてもapxsのサポートは見当たりません。ヒントはありますか?
PHP 7はRemi-Repositoryで入手できます: http://blog.remirepo.net/post/2015/03/25/PHP-7.0-as-Software-Collection
Apache 2.4の場合、ソフトウェアコレクション(SCL)リポジトリを使用できます https://www.softwarecollections.org/en/scls/rhscl/httpd24/
SCLへのWikiリンク: https://wiki.centos.org/AdditionalResources/Repositories/SCL