Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在与为我安装 mod_python 的托管服务提供商合作。我按照本地的安装说明将其包含在 httpd.conf 中,但他们选择将其放在 conf.d/python.conf 中。
这样做有什么区别/好处吗?
不,所有文件都是在运行时解析的,您可以包含任意数量的文件。他们刚刚选择分离配置以便于管理。