gpt4 book ai didi

php - 在 centos 中从源代码构建 php 5.5,缺少 mod_php

转载 作者:太空宇宙 更新时间:2023-11-03 17:22:06 25 4
gpt4 key购买 nike

我正在使用以下命令从源代码构建 php 5.5:

sudo ./configure --enable-mbstring --enable-intl --with-gd --with-mysql --with-pdo-mysql --with-curl --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --includedir=/usr/include --prefix=/opt/php5

然后

sudo make install

在编译过程中完全没有问题,我可以在最后执行 php -v 这给了我正确版本的 php 但问题是当我尝试使用 httpd (apache) 和当我执行 'http://localhost ' 我可以看到 php 源代码。

我无法启用 mod_php,并且/etc/httpd/modules/目录中没有 mod_php。我需要做什么来创建一个 mod_php 以便我可以在 httpd (apache) 服务器中启用它?

最佳答案

我必须包括

 --with-apxs2

在重新编译之前我必须安装:

sudo yum install httpd-devel

然后不要忘记包含在虚拟主机中:

<IfModule mod_php5.c>
AddType application/x-httpd-php .php
</IfModule>

关于php - 在 centos 中从源代码构建 php 5.5,缺少 mod_php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25302891/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com