Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 92817 invoked from network); 5 Aug 2008 08:54:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Aug 2008 08:54:51 -0000 Received: (qmail 24181 invoked by uid 500); 5 Aug 2008 08:54:41 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 24170 invoked by uid 500); 5 Aug 2008 08:54:41 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 24159 invoked by uid 99); 5 Aug 2008 08:54:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 01:54:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of krist.vanbesien@gmail.com designates 209.85.198.245 as permitted sender) Received: from [209.85.198.245] (HELO rv-out-0708.google.com) (209.85.198.245) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 08:53:47 +0000 Received: by rv-out-0708.google.com with SMTP id c5so2444359rvf.24 for ; Tue, 05 Aug 2008 01:54:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=IG7NHsKf9aRjhYwbsX6mBTy6ka5QC7tEj/hEMhhl7yQ=; b=Jkd0TAn/zlB3IMLzRNAU1hIE1hM+BpX260iiGi13KHok0zQ370tVD5rkMN4LKHcsG8 MrOjIRt/KUfkWoEdVAAIXZJUO4dOzp1zIaFQpHiV0hVThwelSrNL1/wJeioXIjp1gt/n NsUi5Idqq2fGJuUw06cVPyVSouxD921ABSqXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Clu/xaywjOEWAbVWhjg77QRT+6R4A1bozfsAWGsGDujIjaDyA2bvKEh7E5T0fmijRx bP+Xx5RPA99somLw18Zk9Ad5lCNLIxUSP+2pTxAZd4U/6hsGTKAGMvhfvTao7g1XTrji htPhID5HVw/FYFxPI3U0KvGZDn/LzloDf++YQ= Received: by 10.141.1.2 with SMTP id d2mr8069158rvi.42.1217926454719; Tue, 05 Aug 2008 01:54:14 -0700 (PDT) Received: by 10.141.209.21 with HTTP; Tue, 5 Aug 2008 01:54:14 -0700 (PDT) Message-ID: <6ed6382b0808050154x5d0adbfdh96f6bc92e32e8733@mail.gmail.com> Date: Tue, 5 Aug 2008 10:54:14 +0200 From: "Krist van Besien" To: users@httpd.apache.org In-Reply-To: <18818966.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18818966.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] SVN access w/ SSL while keeping old permissions On Mon, Aug 4, 2008 at 22:20, stinger520 wrote: > I already have an svn repository and I am working on getting it set up so > that it can be accessed from anywhere through https view ssl. You want that someone can access it using a web browser? Using the simple svn web view included in mod_svn, or something else? The setup I have looks like this: LoadModule dav_module modules/mod_dav.so LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so DAV svn SVNListParentPath on SVNParentPath /opt/svn/repos AuthType Basic AuthName "Authorization for repository required" AuthUserFile "/opt/svn/user_access/passwd" AuthzSVNAccessFile /opt/svn/user_access/access Require valid-user (This all part of a SSL virtual host config) This way users can access the repository using a svn client and using a webbrowser. User access is granted based on usernames and passwords in /opt/svn/user_access/passwd and /opt/svn/user_access/access is a SVN style access control file. Krist -- krist.vanbesien@gmail.com krist@vanbesien.org Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org