gpt4 book ai didi

Git instaweb httpd 配置以在 OSX Leopard 服务器上使用 apache2

转载 作者:太空狗 更新时间:2023-10-29 13:57:35 25 4
gpt4 key购买 nike

默认情况下,git instaweb 需要 lighttpd 网络服务器,而在 OSX Leopard 服务器上,apache2 是默认服务器。

将以下内容添加到 .git/config :

[instaweb]
local = true
httpd = apache2 -f
port = 4321
modulepath = /usr/libexec/apache2

并运行 'git instaweb' 结果:

apache2 not found.  
Install apache2 or use --httpd to specify another httpd daemon.

我应该如何设置 .git/config 让它使用我的默认网络服务器?

谢谢

最佳答案

原因是 apache2 在 OS X 中被命名为 httpd,模块在其他地方。我已尝试更改配置以使其指向正确的路径,但服务器仍然无法正常工作。

或者,您可以使用已经安装的 webrick 守护程序。将这些行添加到您的 ~/.gitconfig 文件(全局设置)或 .git/config 文件(本地设置):

[instaweb]
httpd = webrick

关于Git instaweb httpd 配置以在 OSX Leopard 服务器上使用 apache2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1508752/

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