Package: libapache2-svn
Version: 1.6.6dfsg-2
Severity: normal
Since an upgrade a very short while ago my subversion setup does not work
anymore, after running for years without trouble.
The setup is a apache2+https+subversion from debian unstable, on an internal
host reachable from a debian lenny apache2+https forward proxy.
The internal (debian unstable) server uses a simple:
<Location /src>
DAV svn
SVNPath /home/svn/src
SVNAutoversioning on
AuthType Basic
AuthName "Misc Source/Softwarethings"
AuthUserFile /home/svn/htpasswd
AuthzSVNAccessFile /home/svn/src-authz.conf
Satisfy Any
Require valid-user
</Location>
as part of a SSL <VirtualHost> block.
The external (debian lenny) machine uses:
ProxyPass /src https://svn.vpnhostname/src
ProxyPassReverse /src https://svn.vpnhostname/src
also as part of a SSL <VirtualHost> block, additionally the virtual host
has a bunch of local svn repositories - these still work.
Since the update trying to access the repository using the external
svn.domain.de name just gives:
svn: Commit failed (details follow):
svn: Server sent unexpected return value (502 Proxy Error) in response
to OPTIONS request for 'https://svn.domain.de/src/kernel'
The error log on the proxy host is just:
[Mon Nov 30 02:07:02 2009] [error] [client ...] (70014)End of file
found: proxy: error reading status line from remote server svn.vpn.sdinet.de
[Mon Nov 30 02:07:02 2009] [error] [client ...] proxy: Error reading
from remote server returned by /src/kernel
The error log on the real backend server shows:
[Mon Nov 30 03:07:02 2009] [error] [client 192.168.x.y] Re-negotiation
handshake failed: Not accepted by client!?
Accessing the backend https server directly when on the same lan as the
server with
svn ls https://svn.vpnhostname/src/kernel
work, but
svn ls https://svn.domain.de/src/kernel
is also broken.
-- System Information:
Debian Release: squeeze/sid
APT prefers oldstable
APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.27-sdinet47-tokamak (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages libapache2-svn depends on:
ii apache2.2-common 2.2.14-3 Apache HTTP Server common files
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libsvn1 1.6.6dfsg-2 Shared libraries used by Subversio
libapache2-svn recommends no packages.
Versions of packages libapache2-svn suggests:
pn db4.8-util <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]