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

2012-07-30 Thread Bo98
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 -- View this message in context: http://git.661346.n2.nabble.com

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

2012-07-30 Thread Bo98
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 > thin-pack no-progress shallow no-done > > Looks like Apa

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

2012-07-30 Thread Bo98
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 http-backend? Try the > request yourself on the comma

PROPFIND 405 with git-http-backend and Smart HTTP

2012-07-29 Thread Bo98
I'm setting up a git server with git-http-backend and Smart HTTP but I'm getting PROPFIND Error 405 with git push. Here's my config: ServerName localhost DocumentRoot /opt/local/apache2/htdocs/repo SetEnv GIT_PROJECT_ROOT /opt/local/apache2/htdocs/repo SetEnv GIT_HTT