COPY fails: 502 Bad Gateway (over https / SSL)
From: Brett Shelton <Brett.Shelton_at_toro.com>
Date: 2005-11-22 15:31:52 CET
The Problem I am having is that when performing a copy on subversion
I know others have had this problem in the past, but I have not seen a
Ivo posted an explaination of the problem at
Jeff Snyder mentions a couple solutions, one of which is hacking
Seth Daniel posted a mod_perl2 solution at
** Is this problem ready to be submitted in the Subversion Issue
I am currently using apache_2.0.55 with openssl. To recreate the
Below is the relevant section from httpd.conf:
<VirtualHost *:443>
ServerName svn1.mydomain.com
ServerAlias svn.mydomain.com
ServerAdmin webmaster@svn1.mydomain.com.com
DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs/svn"
ErrorLog logs/svn1.mydomain.com-error_log
CustomLog logs/svn1.mydomain.com-access_log common
<Location /svn>
DAV svn
SVNParentPath "C:/svn-repos"
SSLRequireSSL
AuthType Basic
AuthName "Subversion repositories. For readonly access to
guest)"
AuthUserFile passwd
AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>
</VirtualHost>
<VirtualHost *:80>
ServerName svn1.mydomain.com
ServerAlias svn.mydomain.com
Redirect / https://svn.mydomain.com/
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs/svn"
ErrorLog logs/svn.mydomain.com-error_log
CustomLog logs/svn.mydomain.com-access_log common
</VirtualHost>
Best regards,
Brett
|
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.