push via https apache2
Mike Barretta
mike.barretta at gmail.com
Mon Nov 9 20:28:07 CST 2009
Also worth checking the permissions on the directory you're pushing
to. Everything needs to be writable by the user or group that apache
runs under.
On Mon, Nov 9, 2009 at 7:52 PM, Kevin Maris <lounginsince84 at gmail.com> wrote:
> I remember getting this error for several reasons. Make sure your
> PYTHON_PATH is set; also make sure that the hgwebdir script is using
> the appropriate python install that you have (in my case, sunos, i
> had to use something like #!/usr/share/ib/python2.6 instead of
> #!/usr/bin/python or whatever). Also, lets see your apache directives
> ie the <Directory> or <Location>, as they may be fudged. It'd also
> help to post the rest of your setup like where the repo is installed,
> etc.
>
> And I'm not 100% sure but doesn't https require certificates? If so
> there was a thread a bit ago about that exact issue.
>
> On Mon, Nov 9, 2009 at 4:27 PM, tyk <comp4net at yahoo.com> wrote:
>>
>> Note: "apacheuser" was a virtual user configured with htpasswd. So that part
>> was correct. Pulling through the Apache CGI script works well.
>>
>> "hg serve" worked -- I can push to this server.
>>
>>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
More information about the Mercurial
mailing list