使用自定义 httpd.conf 启动 apache2

发布于 2024-10-16 01:36:36 字数 100 浏览 0 评论 0原文

有没有办法使用 apachectl 启动 apache 并将非默认 httpd.conf 的路径传递给它?我想避免弄乱标准配置文件。我知道我必须以 root 身份启动它,但这会帮助我玩。

Is there a way how to start apache using apachectl and passing a path to a non-default httpd.conf to it? I would like to avoid messing with the standard config files. I know I will have to start it as root nevertheless, but It would help me to play around.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

朮生 2024-10-23 01:36:36

apachectl 不提供使用自定义配置文件的功能。您必须执行 httpd 本身才能做到这一点。

apachectl does not provide functionality for using custom config file. You have to execute httpd itself in order to do that.

下雨或天晴 2024-10-23 01:36:36

根据 https:// /www.techrepublic.com/blog/linux-and-open-source/control-apache-with-the-apachectl-command/ 这是通过 -f 参数完成的。

例子:

# apachectl -f /etc/httpd/conf/httpd-testing.conf

according to https://www.techrepublic.com/blog/linux-and-open-source/control-apache-with-the-apachectl-command/ this is done with the -f parameter.

Example:

# apachectl -f /etc/httpd/conf/httpd-testing.conf
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文