Re: Why is my git-http-backend solution using WebDAV on push?

2016-05-25 Thread Luke Madhanga
H. Interesting. When you look at the PHP code, you'll see the following $res = self::proc_open("{$gitcoredir}/git-http-backend", [], $gitdir, true, [...]); ... $resbits = explode("\n", $res); foreach ($resbits as $index => $header) { if ($header && strpos($header,

Re: Why is my git-http-backend solution using WebDAV on push?

2016-05-25 Thread Luke Madhanga
Thanks for the response btw On 25 May 2016 at 22:54, Luke Madhanga <lmadha...@gmail.com> wrote: > H. Interesting. > > When you look at the PHP code, you'll see the following > > $res = self::proc_open("{$gitcoredir}/git-http-backend", [], > $gitdir, true

Why is my git-http-backend solution using WebDAV on push?

2016-05-25 Thread Luke Madhanga
ay 2016 19:00:25 GMT < Server: Apache/2.4.18 (Ubuntu) < Set-Cookie: PHPSESSID=yyy; path=/ < Expires: Fri, 01 Jan 1980 00:00:00 GMT < Cache-Control: no-cache, max-age=0, must-revalidate < Pragma: no-cache < Vary: Accept-Encoding < Content-Encoding: gzip < Content-Length: 109 < Content-Type: text/plain;charset=UTF-8 < * Connection #0 to host madhan.ga left intact * Couldn't find host xxx in the .netrc file; using defaults * Found bundle for host xxx: 0x9bade0 [can pipeline] * Re-using existing connection! (#0) with host xxx * Connected to xxx (xxx) port 80 (#0) > GET /p/git-backend/run/1/HEAD HTTP/1.1 Host: xxx User-Agent: git/2.7.4 Accept: */* Accept-Encoding: gzip Accept-Language: en-GB, en;q=0.9, *;q=0.8 Pragma: no-cache < HTTP/1.1 200 OK < Date: Wed, 25 May 2016 19:00:25 GMT < Server: Apache/2.4.18 (Ubuntu) < Set-Cookie: PHPSESSID=zzz; path=/ < Expires: Thu, 19 Nov 1981 08:52:00 GMT < Cache-Control: no-store, no-cache, must-revalidate < Pragma: no-cache < Content-Length: 23 < Content-Type: text/plain;charset=UTF-8 < * Connection #0 to host xxx left intact * Couldn't find host xxx in the .netrc file; using defaults * Trying xxx... * Connected to xxx (xxx) port 80 (#0) > PROPFIND /p/git-backend/run/1/ HTTP/1.1 Host: xxx User-Agent: git/2.7.4 Accept: */* Depth: 0 Content-Type: text/xml Content-Length: 167 Expect: 100-continue < HTTP/1.1 100 Continue * We are completely uploaded and fine * HTTP 1.0, assume close after body < HTTP/1.0 100 Continue < Date: Wed, 25 May 2016 19:00:25 GMT < Server: Apache/2.4.18 (Ubuntu) < Set-Cookie: PHPSESSID=aaa; path=/ < Expires: Thu, 19 Nov 1981 08:52:00 GMT < Cache-Control: no-store, no-cache, must-revalidate < Pragma: no-cache < Content-Length: 0 < Connection: close < Content-Type: text/json; charset=utf-8 * Empty reply from server * Closing connection 0 error: Cannot access URL http://xxx/p/git-backend/run/1/, return code 52 fatal: git-http-push failed error: failed to push some refs to 'http://xxx/p/git-backend/run/1' -- Yours, Luke Madhanga -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html