【问题标题】:Is there a difference between installing mod_python via httpd.conf and conf.d in apache?在 apache 中通过 httpd.conf 和 conf.d 安装 mod_python 有区别吗?
【发布时间】:2008-10-09 13:15:22
【问题描述】:

我正在与为我安装 mod_python 的托管服务提供商合作。我在本地按照安装说明将其包含在 httpd.conf 中,但他们选择将其放在 conf.d/python.conf 中。

这两种方法有什么区别/好处吗?

【问题讨论】:

    标签: mod-python apache


    【解决方案1】:

    不,所有文件都在运行时解析,您可以包含任意数量的文件。他们刚刚选择分离配置以便于管理。

    【讨论】:

      猜你喜欢
      • 2018-03-04
      • 2019-12-12
      • 2013-06-12
      • 1970-01-01
      • 2011-03-31
      • 2015-07-15
      • 2012-09-09
      • 2019-01-14
      • 2014-07-16
      相关资源
      最近更新 更多