Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 68757 invoked from network); 2 Dec 2005 03:40:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Dec 2005 03:40:12 -0000 Received: (qmail 21772 invoked by uid 500); 2 Dec 2005 03:40:00 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 21748 invoked by uid 500); 2 Dec 2005 03:40:00 -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 21736 invoked by uid 99); 2 Dec 2005 03:40:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 19:40:00 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.236.219.70] (HELO piccollo.p6m7g8.net) (66.236.219.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 19:41:26 -0800 Received: from [192.168.0.210] (pcp09581396pcs.rtchrd01.md.comcast.net [68.49.179.55]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.4/8.13.4) with ESMTP id jB23dVYR076820 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 1 Dec 2005 22:39:38 -0500 (EST) (envelope-from pgollucci@p6m7g8.com) Message-ID: <438FC1EB.7010403@p6m7g8.com> Date: Thu, 01 Dec 2005 22:39:23 -0500 From: "Philip M. Gollucci" Organization: TicketMaster User-Agent: Thunderbird 1.5 (X11/20051124) MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] SVN and httpd w/ SSL X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm trying to setup an svn repository that works with httpd2 over ssl. I've gotten pretty far following the Subversion book. So I can start the server. I can make requests to it. I can check out my repo via svn and ssl. Then I try to do an svn add, svn ci And I get this -- any great ideas ? client stderr: svn: Commit failed (details follow): svn: Can't create directory '/home/svn/db/transactions/8-1.txn': Permission denied svn: Your commit message was left in a temporary file: svn: '/y/svn-commit.5.tmp' sever error_log: [Thu Dec 01 22:24:13 2005] [error] [client 68.49.179.55] client denied by server configuration: /www/sites/svn.x.y First some versions: FreeBSD 6.0-RELEASE Apache/2.0.55 DAV/2 SVN/1.3.0-rc2 mod_ssl/2.0.55 OpenSSL/0.9.7e If anyone cares, these are all from the ports tree svnadmin create /home/svn/repos chown -R nobody:svnadmin /home/svn/repos htpasswd -cm /usr/local/etc/apache2/svn-users pgollucci cat /usr/local/etc/apache2/svn-auth [/] * = rw (I'll restrict this once I get it working) cat /usr/local/etc/apache2/httpd.conf ServerRoot "/usr/local" Listen 443 LockFile /var/log/httpsd-accept.lock PidFile /var/run/httpsd.pid LogLevel info ErrorLog /var/log/httpsd-error.log User nobody Group svnadmin ServerAdmin w@x.y ServerName x.y ServerSignature EMail UseCanonicalName Off LoadModule ssl_module libexec/apache2/mod_ssl.so LoadModule mime_module libexec/apache2/mod_mime.so AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl SSLRandomSeed startup builtin SSLRandomSeed connect builtin SSLMutex file:/var/log/httpd-ssl_mutex SSLSessionCache shm:/var/log/httpd-ssl_gcache_data(512000) LoadModule setenvif_module libexec/apache2/mod_setenvif.so SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 LoadModule auth_module libexec/apache2/mod_auth.so LoadModule access_module libexec/apache2/mod_access.so LoadModule dav_module libexec/apache2/mod_dav.so LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so LoadModule dav_svn_module libexec/apache2/mod_dav_svn.so LoadModule authz_svn_module libexec/apache2/mod_authz_svn.so Order allow,deny Allow from all NameVirtualHost * ServerName svn.x.y:443 SSLEngine On SSLCertificateFile /usr/local/etc/apache2/certs/svn.x.y.crt SSLCertificateKeyFile /usr/local/etc/apache2/keys/svn.x.y.key DocumentRoot /www/sites/svn.x.y DAV svn SVNPath /home/svn AuthzSVNAccessFile /usr/local/etc/apache2/svn-auth AuthName "Cluster" AuthType Basic AuthUserFile /usr/local/etc/apache2/svn-users Require valid-user Order allow,deny Deny from all -- ------------------------------------------------------------------------ "Love is not the one you can picture yourself marrying, but the one you can't picture the rest of your life without." "It takes a minute to have a crush on someone, an hour to like someone, and a day to love someone, but it takes a lifetime to forget someone..." Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com --------------------------------------------------------------------- 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