[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn copy error

From: Manuel VACELET <manuel.vacelet-abecedaire_at_st.com>
Date: 2004-10-25 14:08:58 CEST

Hi all,

I have a problem with svn copy and https server: I get the famous '502
bad gateway' error.

I googled and I found this issue is related to apache configuration. But
  I don't understand why it works with http and not with https.

In my httpd.conf I have a virtual host
<VirtualHost ipaddress:443>
   ServerName svn.sub.domain.com
   <Location /svnroot/sources>
     DAV svn
     SVNPath /svnroot/sources
     AuthzSVNAccessFile /svnroot/sources/.SVNAccessFile
     Require valid-user
     AuthType Basic
     AuthName "Subversion Authorization"
     AuthUserFile /etc/httpd/conf/htpasswd
   </Location>
</VirtualHost>

And when I make a copy on
https://svn.sub.domain.com/svnroot/sources/trunk toward
https://svn.sub.domain.com/svnroot/sources/tags/first

I get the 502 error :/

I have no idea where I can look for doc about this (even I already read
the apache conf doc)

Regards
Manuel

-- 
# VACELET Manuel     manuel.vacelet-abecedaire(at)st(dot)com #
# Tel:  042 6089                          +33 (0)476 92 6089 #
# STMicroelectronics  - Central R&D DAIS - Flexware          #
# 850, rue Jean Monet - 38926 CROLLES CEDEX - FRANCE         #
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 25 14:09:44 2004

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.