diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2009-03-03 19:29:22 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-03 21:43:19 -0800 |
commit | a1070d4cbbf1002cc0b01afc3de06382deb0511a (patch) | |
tree | d38bcbf550f7eeaab6575e4804a3697152407d3f /Documentation/howto/setup-git-server-over-http.txt | |
parent | Documentation: Expand a couple of abbreviations (diff) | |
download | tgif-a1070d4cbbf1002cc0b01afc3de06382deb0511a.tar.xz |
Documentation: Typo / spelling / formatting fixes
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/howto/setup-git-server-over-http.txt')
-rw-r--r-- | Documentation/howto/setup-git-server-over-http.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/setup-git-server-over-http.txt b/Documentation/howto/setup-git-server-over-http.txt index 4032748608..622ee5c8dd 100644 --- a/Documentation/howto/setup-git-server-over-http.txt +++ b/Documentation/howto/setup-git-server-over-http.txt @@ -143,7 +143,7 @@ Then, add something like this to your httpd.conf Require valid-user </Location> - Debian automatically reads all files under /etc/apach2/conf.d. + Debian automatically reads all files under /etc/apache2/conf.d. The password file can be somewhere else, but it has to be readable by Apache and preferably not readable by the world. |