On Oct 1, 2007, at 05:55, Dennis Schridde wrote:
> I setup a relay to svn via
> http://trac.lighttpd.net/trac/wiki/ApacheSubversionReci
pe using
> Lighttpd
> 1.4.18, Apache 2.2.6, Subversion 1.3.2.
>
> The config for the vhost is:
> $HTTP["host"] == "xxx" {
> server.document-root =
"/var/www/xxx/htdocs"
> proxy.server = (
> "/" => (("host"
=> "127.0.0.1", "port" => 8080))
> )
> }
>
> It worked very well till someone tried to upload a
bigger amount of
> data.
Oh, you got it to work at all? Neat. I tried it awhile ago
but it
never worked more than about half the time, which was
insufficient. I
forget what the errors were. But I guess there've been some
new
Apache and lighty and Subversion versions since then so I
should give
it a try again.
> The commit involved additions and deletions of mostly
binary files.
> (82
> changes alltogether, the svn db for that revision is
~4MB big)
> svn message was: "svn: COPY of xxx_file_xxx: Could
not read
> response body:
> connection was closed by server.", which appeared
after apparently
> successful
> transfer of a few files.
>
> Connecting directly to Apache works, so I assume that
somewhere
> lighty simply
> drops the connection for some reason... (Maybe a too
small buffer?)
> The
> logfiles don't show any error, though.
>
> If someone could tell me why this happens or perhaps
even how to
> fix it, I
> would glad.
|