Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C29BF19F for ; Tue, 13 Aug 2013 07:40:47 +0000 (UTC) Received: (qmail 34076 invoked by uid 500); 13 Aug 2013 07:40:46 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 34051 invoked by uid 500); 13 Aug 2013 07:40:46 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 34035 invoked by uid 99); 13 Aug 2013 07:40:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2013 07:40:45 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [192.35.17.14] (HELO david.siemens.de) (192.35.17.14) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2013 07:40:39 +0000 Received: from mail1.siemens.de (localhost [127.0.0.1]) by david.siemens.de (8.13.6/8.13.6) with ESMTP id r7D7dtU7001619; Tue, 13 Aug 2013 09:39:55 +0200 Received: from GBOXFW99E01MSX.ww005.siemens.net ([137.223.15.50]) by mail1.siemens.de (8.13.6/8.13.6) with ESMTP id r7D7dsWD004692 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 13 Aug 2013 09:39:55 +0200 Received: from GBOXFW99E01MSX.ww005.siemens.net ([137.223.15.50]) by GBOXFW99E01MSX.ww005.siemens.net ([137.223.15.50]) with mapi; Tue, 13 Aug 2013 08:39:54 +0100 From: "Cooke, Mark" To: "users@subversion.apache.org" CC: Steven Wee Date: Tue, 13 Aug 2013 08:39:53 +0100 Subject: RE: About subversion configure with apache2 Thread-Topic: About subversion configure with apache2 Thread-Index: Ac6X81c5wFjmzyq5RGiKV32Ejgc6/gABGTCA Message-ID: <4F7A7621A511B945915EB16D655311D81837E2EAD8@GBOXFW99E01MSX.ww005.siemens.net> References: <004901ce97f4$043c7b10$0cb57130$@Gmail.com> In-Reply-To: <004901ce97f4$043c7b10$0cb57130$@Gmail.com> Accept-Language: en-US, de-DE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, de-DE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Note: please use "plain text" if possible for this list. > -----Original Message----- > From: Steven Wee [mailto:wmkm0113@gmail.com]=20 > Sent: 13 August 2013 08:09 > To: users@subversion.apache.org > Subject: About subversion configure with apache2 >=20 > Hi: >=20 > I configure subversion works with apache2,and=20 > configure the virtual host for working, I want used the=20 > "SVNListParentPath" option to show all repository, and I=20 > configure the virtual host at apache2 used DAV=20 > svn ..., when I visit the domain, I response the=20 > message: "403 Forbidden This website requires you to log=20 > in.", can you help me to resolve this problem? Probably... > BTW: I used DAV svn ...=20 > is worked. ...but it would help if you could provide more information about your curre= nt settings. Are you on windoze or *nix? Are you using http or https? Wh= at is the contents of your apache config files (clean out usernames and pas= swords before posting). How do you know your section is working? As a first guess, something else in your configuration file(s) is specifyin= g authentication and authorisation but we cannot tell yet. ~ mark c