summaryrefslogtreecommitdiffstats
path: root/git-http-backend.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-08-18 06:13:13 +0000
committerJunio C Hamano <junio@kernel.org>2011-08-18 06:13:13 +0000
commitf727901f143d965c00ad283c9cfaee214464e9fd (patch)
tree257c17b95a31532b7e1365bb5d6f5281afb18dea /git-http-backend.html
parentdf1f3a600a762224ed9c8a5e5123d5bc9e971c12 (diff)
downloadgit-htmldocs-f727901f143d965c00ad283c9cfaee214464e9fd.tar.gz
Autogenerated HTML docs for v1.7.6-549-gf85a0
Diffstat (limited to 'git-http-backend.html')
-rw-r--r--git-http-backend.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-http-backend.html b/git-http-backend.html
index 25c5d1fe5..6ae2a41fa 100644
--- a/git-http-backend.html
+++ b/git-http-backend.html
@@ -545,6 +545,13 @@ rest to gitweb:</p></div>
ScriptAlias /git/ /var/www/cgi-bin/gitweb.cgi/</tt></pre>
</div></div>
+<div class="paragraph"><p>To serve multiple repositories from different <a href="gitnamespaces.html">gitnamespaces(7)</a> in a
+single repository:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>SetEnvIf Request_URI "^/git/([^/]*)" GIT_NAMESPACE=$1
+ScriptAliasMatch ^/git/[^/]*(.*) /usr/libexec/git-core/git-http-backend/storage.git$1</tt></pre>
+</div></div>
</dd>
<dt class="hdlist1">
Accelerated static Apache 2.x
@@ -642,7 +649,7 @@ invoked by the <em>git-receive-pack</em>.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-04-01 04:48:58 UTC
+Last updated 2011-08-18 06:09:28 UTC
</div>
</div>
</body>