Re: PROPFIND 405 with git-http-backend and Smart HTTP

2014-08-14 Thread lpicquet
You need to allow the directory to be read? Allow from all -- View this message in context: http://git.661346.n2.nabble.com/PROPFIND-405-with-git-http-backend-and-Smart-HTTP-tp7564017p7616843.html Sent from the git mailing list archive at Nabble.com. -- To

Re: PROPFIND 405 with git-http-backend and Smart HTTP

2012-08-05 Thread Drew Northup
On Mon, Jul 30, 2012 at 5:39 PM, Bo98 wrote: > > Shawn Pearce wrote >> Maybe you forgot to enable ExecCGI? >> > Whoops, completely forgot about that, but, assuming I did it right, it still > doesn't seem to work. > > Here's what I did: > > > Options +ExecCGI > Allow From All > Are a

Re: PROPFIND 405 with git-http-backend and Smart HTTP

2012-07-30 Thread Bo98
ttp://git.661346.n2.nabble.com/PROPFIND-405-with-git-http-backend-and-Smart-HTTP-tp7564017p7564144.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo in

Re: PROPFIND 405 with git-http-backend and Smart HTTP

2012-07-30 Thread Shawn Pearce
On Mon, Jul 30, 2012 at 1:30 PM, Bo98 wrote: > > Shawn Pearce wrote >> >> No, a smart HTTP response looks more like this: >> >> 1e# service=git-receive-pack >> 00a5e7a3bcbbb8083e812ce07a5459f0e6d30edfb9fe HEAD include-tag >> multi_ack_detailed multi_ack ofs-delta side-band side-band-64k >> thi

Re: PROPFIND 405 with git-http-backend and Smart HTTP

2012-07-30 Thread Bo98
e this. -- View this message in context: http://git.661346.n2.nabble.com/PROPFIND-405-with-git-http-backend-and-Smart-HTTP-tp7564017p7564137.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a messa

Re: PROPFIND 405 with git-http-backend and Smart HTTP

2012-07-30 Thread Shawn Pearce
On Mon, Jul 30, 2012 at 1:40 AM, Bo98 wrote: > > Shawn Pearce wrote >> >>> And here's a snip from my access_log: >>> >>> ::1 - - [29/Jul/2012:18:34:34 +0100] "GET >>> /repo/myproject.git/info/refs?service=git-receive-pack HTTP/1.1" 200 117 >> >> Was this request actually served using the smart

Re: PROPFIND 405 with git-http-backend and Smart HTTP

2012-07-30 Thread Bo98
ve got. -- View this message in context: http://git.661346.n2.nabble.com/PROPFIND-405-with-git-http-backend-and-Smart-HTTP-tp7564017p7564056.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of

Re: PROPFIND 405 with git-http-backend and Smart HTTP

2012-07-29 Thread Shawn Pearce
On Sun, Jul 29, 2012 at 11:52 AM, Bo98 wrote: > I'm setting up a git server with git-http-backend and Smart HTTP but I'm > getting PROPFIND Error 405 with git push. This suggests the client didn't see the server as one supporting smart HTTP. ... > > And here's a snip from my access_log: > > :

PROPFIND 405 with git-http-backend and Smart HTTP

2012-07-29 Thread Bo98
ce=git-receive-pack HTTP/1.1" 200 117 ::1 - - [29/Jul/2012:18:34:34 +0100] "GET /repo/myproject.git/HEAD HTTP/1.1" 200 23 ::1 - - [29/Jul/2012:18:34:34 +0100] "PROPFIND /repo/myproject.git/ HTTP/1.1" 405 247 Any ideas? -- View this message in context: http://git.