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

Error: Server sent unexpected return value (403 Forbidden) in response to OPTIONS

From: GiuseppeB <giuseppe.battinelli_at_gmail.com>
Date: Fri, 5 Jun 2009 15:48:17 -0700 (PDT)

Hello guys,
I need your help, I can't solve my issue e no group helped me.
I've a win server, with apache and svn.
In the past I had apache on port 5432(and so svn) and everything goes ok.
For my requirement now I had to move apache to port 80 (so svn is gone to 80).When I try to access to my old repository this is the error:

Error: Server sent unexpected return value (403 Forbidden) in response to OPTIONS

I'm not able to understand.
If i go on server and I enter

localhost/svn
it works correctly,
if from other machine i run

ipaddress/svn
it gives me error I posted.

In the httpd.conf I've
Listen 80
ServerName 'Ipaddress'
and
<Location /svn>
        DAV svn
        SVNPath "C:/svn/repository"
        AuthType Basic
        AuthName "My subversion repository"
        AuthUserFile "C:/svn/conf/dav_svn.passwd"
        AuthzSVNAccessFile "C:/svn/conf/dav_svn.authz"
    Require valid-user
</Location>

How can i change port of svn?
Please help me.

I think there's some problem with svn on port 80. It's not a problem change it, but I'm not able to move svn on a port different from apache one. Is it possible? How?
Thanks

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-06 00:50:51 CEST

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.