hgwedir, two questions url generation and creating repositories over http?
Adis Nezirovic
adis at linux.org.ba
Mon Sep 1 01:56:33 CDT 2008
You can use either
ScriptAliasMatch ^(.*) /path/to/cgi-bin/hgwebdir.cgi$1
or
RewriteRule (.*) /path/to/cgi-bin/hgwebdir.cgi$1
As seen at
http://www.selenic.com/mercurial/wiki/index.cgi/PublishingRepositories
(section "Configuring Apache")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial/attachments/20080901/7965f9f1/attachment.pgp
More information about the Mercurial
mailing list