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

Re: Problems with svn copy and svn move and an httpS server

From: Greg Cornell <greg_at_wwc.edu>
Date: 2004-05-12 00:17:30 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Nuno Araujo wrote:
| <VirtualHost *:443>
| ServerName svn.<domain>.com
| ServerAlias svn.<domain>.com:443
| ErrorLog /var/log/apache2/svn-error_log
| CustomLog /var/log/apache2/svn-access_log combined
| <Location />
| DAV svn
| SVNParentPath /home/svn
| AuthzSVNAccessFile /home/svn/conf/permissions
|
| Satisfy Any
| Require valid-user
|
| AuthType Basic
| AuthName "russo79.com subversion repository"
| AuthUserFile /home/svn/conf/svnusers
| </Location>
| </VirtualHost>
I don't know if this will fix your problem but your ServerAlias line is
invalid. The ServerAlias is just another name for your server, don't
add the port.

Greg

- --
Greg Cornell, Unix Sys Admin, Information Services, Walla Walla College
mailto:greg_at_wwc.edu, http://www.gregcornell.com/
gpg key: http://www.gregcornell.com/gpg.key
gpg fingerprint: 23D8 0576 0EAC 682F 1203 2523 3F09 860C 6915 48B2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAoVD6PwmGDGkVSLIRAmgQAJwMRLADYEod4ocRtAjKe39dsjI1qACgifGI
yBuKRMjfIN7EvXwexKyi0eo=
=I9Gv
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 12 00:18:13 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.