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

501 Not Implemented...Apache2

From: Matthew Devine <mdevine_at_opendemand.com>
Date: Mon, 8 Dec 2008 15:35:00 -0500

So I read through some previous posts but haven't been able to lock down the
error from those so I figured I would post again. I have a SVN repository
set up on a server. All internal access seems to work fine except when
trying to use the Repo-Browser in TortoiseSVN, but that's another story.

The problem I have is when I try to access it from the outside world. I get
the following error from Tortoise and something similar from a web browser:
Server sent unexpected return value (501 Not Implemented) in response to
OPTIONS request for 'https://svn.openload.net/svn/repos/launcher'

Now I know because it works internally it would have to be some sort of
network issue. But I don't know what, I'm going through SSL which would
typically mean I should get blocking from a firewall(proper port forwarding
setup). So I'm at a bit of a loss, below is the basic details. Any help
would be appreciated.

Ubuntu-Server 6.06.2 "Dapper Drake" 2.6.18-6-sparc64-smp

Loaded Modules:
dav_svn, dav, ssl, alias, authz_host, authn_file, autoindex, auth_basic,
authz_default, authz_groupfile, authz_user, cgid, dir, env, mime,
negotiation, setenvif, status
     
NameVirtualHost *:443
<VirtualHost *:443>
        DocumentRoot /var/www
        SSLEngine On
        SSLCertificateFile /etc/apache2/ssl/subversion.crt
        SSLCertificateKeyFile /etc/apache2/ssl/subversion.key

        <Location /svn/repos>
          DAV svn
          SVNParentPath /var/svn/repositories
          SVNListParentPath On
          AuthType Basic
          AuthName "Subversion Repository"
          AuthUserFile /etc/svn-auth-file
          AuthGroupFile /etc/svn-group-file
          Require valid-user
          <LimitExcept GET PROPFIND OPTIONS REPORT>
            Require group svn_committers
          </LimitExcept>

          <Limit GET PROPFIND OPTIONS REPORT>
            Require group svn_committers
            Require group svn_readers
          </Limit>
        </Location>

        ErrorLog /var/log/apache2/error.log
        LogLevel debug
        CustomLog /var/log/apache2/access.log combined
</VirtualHost>

Matt Devine

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=981284

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-08 23:16:31 CET

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.