Problems with hgwebdir

Martin Marques martin at marquesminen.com.ar
Sat Feb 2 12:29:30 CST 2008


Martin Marques escribió:
> Matt Mackall escribió:
>>> Should I get the .cgi file from the crew-stable repo?
>> Yes.
> 
> OK, past to the cgi from the crew and I changed everything to work with cgi:
> 
> <VirtualHost hg.marquesminen.com.ar:80>
>      ServerAdmin webmaster at marquesminen.com.ar
>      DocumentRoot /var/www/hg/
> 
>      ScriptAliasMatch	^/(.*)		/var/www/hg/hgwebdir.cgi$1

Responding to myself, this was wrong. It should be:

      ScriptAliasMatch	^/(.*)		/var/www/hg/hgwebdir.cgi/$1


It should be fixed in the mercurial wiki.


More information about the Mercurial mailing list