Re: COPY causes 502 Bad Gateway through reverse proxy
From: Seth Daniel <subversion_at_sethdaniel.org>
Date: 2005-04-04 22:09:59 CEST
On Thu, Mar 31, 2005 at 01:48:40PM +0100, Dick Davies wrote:
[...snip...]
Like I replied earlier, you were exactly correct:
You had a patch that you applied to Apache
package ProxyDav;
use strict;
use Apache::RequestRec ();
use Apache::Const -compile => qw(OK);
sub handler {
my $method = $r->method();
1;
__END__
<Location /svn>
-- seth / @sethdaniel.org The world really isn't any worse. It's just that the news coverage is so much better. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Apr 4 22:12:32 2005 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.