【问题标题】:What is the difference between apache 2.4 (CentOS) and apache 2.4 (Red Hat)?apache 2.4 (CentOS) 和 apache 2.4 (Red Hat) 有什么区别?
【发布时间】:2019-05-05 15:39:17
【问题描述】:

我想使用 Red Hat 的 rh-php71,它是针对 apache 2.4 (Red Hat) 构建的,并使其适用于 apache 2.4 (CentOS)。这可以稳定工作吗?

【问题讨论】:

    标签: php apache centos redhat php-7.1


    【解决方案1】:

    由于 CentOS = RHEL,应该没有任何区别。

    CentOS Linux 发行版是一个稳定、可预测、可管理和可重现的平台,源自 Red Hat Enterprise Linux (RHEL) 的源代码。

    【讨论】:

    • 默认情况下,此选项不起作用。为了使它工作,我创建了 3 个符号链接: ln -s /opt/rh/httpd24/root/etc/httpd/conf.d/rh-php71-php.conf /etc/httpd/conf.d/ ln - s /opt/rh/httpd24/root/etc/httpd/conf.modules.d/15-rh-php71-php.conf /etc/httpd/conf.modules.d/ ln -s /opt/rh/httpd24/ root/etc/httpd/modules/librh-php71-php7.so /etc/httpd/modules/
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-01-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-08-04
    • 2016-11-19
    相关资源
    最近更新 更多