You should Reply All so this discussion stays on the mailing list. On Jul 22, 2010, at 08:42, kevin fauchon wrote:
> I have edited the file, so my chost is now: > > Servername svn.monpoulpe.com > DocumentRoot /var/www/svn.monpoulpe.com/ > <Directory /var/www/svn.monpoulpe.com> > Options Indexes FollowSymLinks MultiViews > AllowOverride None > Order allow,deny > allow from all > </Directory> > <Location /> FYI, I'm not sure if you've got anything in /var/www/svn.monpoulpe.com/, but note that Apache will not serve anything out of that directory; since you're saying "Location /", *all* requests will be handled by Subversion. > DAV svn > SVNParentPath /DATA/svn > AuthType Basic > AuthName "Subversion Repository" > AuthUserFile /var/www/include/svn.monpoulpe.com.htpassword > #AuthzSVNAccessFile /DATA/svn/config > Require valid-user > </Location> > ErrorLog /var/log/apache2/svn_error.log > CustomLog /var/log/apache2/svn_access.log combined > </VirtualHost> > > And now, the 403 error is gone. > But i have a new one.... > > (20014)Internal error: Can't open file '/DATA/svn/test/format': Permission > denied > Could not fetch resource information. [500, #0] > Could not open the requested SVN filesystem [500, #13] > > > Rights are OK, svnadmin verify test is OK too... > Apache modules are OK, and i don't understand where is the problem. What are the permissions and ownership of /DATA/svn/test/format /DATA/svn/test /DATA/svn /DATA ? Under which user is your apache server running?