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

Re: Apache + SVN (+ LDAP) don't works

From: Saulo Soares de Toledo <saulotoledo_at_gmail.com>
Date: Wed, 12 May 2010 14:15:41 -0300

To simplify the thread, I removed the LDAP entries! Now a config without
authentication and returning "client denied by server configuration"
message:

   1. <VirtualHost *:8012>
   2.
   3. ServerAdmin me_at_me.com
   4. ServerName my.server.net
   5.
   6. ErrorLog /var/log/apache2/subversion.my.server.net-error_log
   7. CustomLog /var/log/apache2/subversion.my.server.net-access_log
   combined
   8.
   9. DocumentRoot /var/www
   10.
   11. LogLevel debug
   12.
   13. <Location /svn/>
   14. DAV svn
   15.
   16. SVNParentPath /home/files/svn_root
   17. SVNListParentPath on
   18.
   19. # Enable WebDAV automatic versioning
   20. SVNAutoversioning On
   21.
   22. # Repository Display Name
   23. SVNReposName "Subversion Repository"
   24. </Location>
   25.
   26. <Directory "/home/files/svn_root">
   27. Order allow,deny
   28. Allow from all
   29. </Directory>
   30.
   31. <Directory "/var/www">
   32. Order allow,deny
   33. Allow from all
   34. </Directory>
   35.
   36. </VirtualHost>
Received on 2010-05-12 19:16:09 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.