You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Manuel VACELET <ma...@st.com> on 2004/10/25 12:08:58 UTC

svn copy error

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