Problems with hgwebdir

Martin Marques martin at marquesminen.com.ar
Fri Feb 1 19:26:09 CST 2008


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

     <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). :-(






More information about the Mercurial mailing list