Problems with hgwebdir

Martin Marques martin at marquesminen.com.ar
Sat Feb 2 11:09:57 CST 2008


Matt Mackall escribió:
> On Fri, 2008-02-01 at 23:26 -0200, Martin Marques wrote:
>>
>> <VirtualHost hg.marquesminen.com.ar:80>
>>      ServerAdmin webmaster at marquesminen.com.ar
>>      DocumentRoot /var/www/hg/
>>
>>      ScriptAliasMatch	^/(.*)		/var/www/hg/hgwebdir.cgi$1
>>
>>      <Directory /var/www/hg/>
>>          Options ExecCGI FollowSymLinks
>>          AllowOverride None
>>      </Directory>
>>
>>      ServerName hg.marquesminen.com.ar
>>      ErrorLog logs/hg.marquesminen.com.ar-error_log
>>      CustomLog logs/hg.marquesminen.com.ar-access_log combined
>> </VirtualHost>
>>
>> Now I get mercurial errors (check hg.marquesminen.com.ar). :-(
> 
> Ahh, looks like your .CGI is too new. You should grab the
> corresponding .CGI for the 0.9.4 version. Not sure why it was considered
> a good idea to change the CGI script..
> 

Right now I installed the package from Fedora-devel 
(mercurial-0-9.5-6.fc7) and copied the hgwebdir.cgi from the package to 
where I have the virtual host defined.

Now it works great. Thanks alot. I will file a bug report on Fedora 7 
and 8 so they fix this.


More information about the Mercurial mailing list