Centos
在 centos 6 上安裝 apache 2.4 和 php7
我需要安裝/編譯 apache 2.4 和 PHP7 才能在 Centos 6(特別是 6.5)上協同工作。我已經嘗試過 ius 包,但是雖然 apache 2.4 可以正常工作,但似乎 php7 仍然依賴於 apache 2.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)
但不幸的是,我沒有看到通過安裝任何 apxs 支持
httpd24u
。有什麼提示嗎?
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