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

COPY 502 Bad Gateway

From: Lash <lash_at_email.it>
Date: 2007-02-18 14:46:34 CET

Hi all
i have this apache configuration file (on a debian sarge):

<VirtualHost [ip adress]:443>
        ServerAdmin hostmaster@example.it
        ServerName svn.example.it

        DocumentRoot /var/www/svn.example.it

        <Location /repo>
                DAV svn
                SVNPath /var/lib/svn/repo/
                AuthType Basic
                AuthName "Subversion Repository"
                AuthUserFile /user.passwd
                
                <LimitExcept GET PROPFIND OPTIONS REPORT>
                Require valid-user
                </LimitExcept>
        </Location>
</VirtualHost>

the ssl directive is in another file.

when i perform a copy a receive the error in the subject.
i haven't a proxy!!!!!!!!!!!!!!!!!!!!!!
there is a way to resolve this problem!?????????
i see in the archive but in all the mail that refer to this
problem there is a proxy behind the server,
insted my apache server is directly connected on internet.

-- 
Andrea Corradi | Debian User | www.debian.org
Fingerprint: A41E F6B0 DBDB F04C 4940 E411 30F3 CD62 57B1 8458
gpg --keyserver keyserver.linux.it --recv-key 57B18458
Please avoid sending me Word or PowerPoint attachments.
http://www.gnu.org/philosophy/no-word-attachments.html
 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Corso base ASP Gratis - Video con trucchi e segreti per imparare a creare il tuo Sito Web Dinamico con la tecnologia ASP
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=5146&d=18-2
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 18 14:45:19 2007

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.