Problems with hgwebdir

Adis Nezirovic adis at linux.org.ba
Sat Feb 2 15:54:11 CST 2008


On Sat, Feb 02, 2008 at 04:29:30PM -0200, Martin Marques wrote:
> 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

Or should it be:
  ScriptAliasMatch  ^(.*)          /var/www/hg/hgwebdir.cgi$1

(btw, both methods mentioned in 'PublishingRepositories' use this
syntax.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial/attachments/20080202/fc051576/attachment.pgp 


More information about the Mercurial mailing list