We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25cfc6 commit 80f0badCopy full SHA for 80f0bad
book/04-git-server/sections/smart-http.asc
@@ -18,10 +18,10 @@ $ sudo apt-get install apache2 apache2-utils
18
$ a2enmod cgi alias env
19
----
20
21
-该操作将会启用 `mod_cgi`, `mod_alias`, 和 `mod_env` 等 Apache 模块, 这些模块都是使该功能正常工作所必须的。
+该操作将会启用 `mod_cgi`, `mod_alias` 和 `mod_env` 等 Apache 模块, 这些模块都是使该功能正常工作所必须的。
22
23
你还需要将 `/srv/git` 的 Unix 用户组设置为 `www-data`,这样 Web 服务器才能读写该仓库,
24
-因为 运行 CGI 脚本的 Apache 实例默认会以该用户的权限运行:
+因为运行 CGI 脚本的 Apache 实例默认会以该用户的权限运行:
25
26
[source,console]
27
0 commit comments