summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-07 14:37:39 -0800
committerJunio C Hamano <gitster@pobox.com>2013-11-07 14:37:39 -0800
commit8edf8c0a9bddb33f45017a856e909c5e47c8a7f6 (patch)
treecbdddc425c08a34aec405ea07011c6fd861bfb7e
parent5022b58e5832297f654230db89c0d0f92d8e3f1e (diff)
parent6d52bc318bf4953e0ad332b7a200b02cb9fa58bf (diff)
downloadgit-8edf8c0a9bddb33f45017a856e909c5e47c8a7f6.tar.gz
Merge branch 'sc/doc-howto-dumb-http' into maint
An ancient How-To on serving Git repositories on an HTTP server lacked a warning that it has been mostly superseded with more modern way. * sc/doc-howto-dumb-http: doc/howto: warn about (dumb)http server document being too old
-rw-r--r--Documentation/howto/setup-git-server-over-http.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/howto/setup-git-server-over-http.txt b/Documentation/howto/setup-git-server-over-http.txt
index 7f4943e102..c8036492e6 100644
--- a/Documentation/howto/setup-git-server-over-http.txt
+++ b/Documentation/howto/setup-git-server-over-http.txt
@@ -6,6 +6,10 @@ Content-type: text/asciidoc
How to setup Git server over http
=================================
+NOTE: This document is from 2006. A lot has happened since then, and this
+document is now relevant mainly if your web host is not CGI capable.
+Almost everyone else should instead look at linkgit:git-http-backend[1].
+
Since Apache is one of those packages people like to compile
themselves while others prefer the bureaucrat's dream Debian, it is
impossible to give guidelines which will work for everyone. Just send