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

Re: Debian svn + apache2 configuration errors

From: kevin fauchon <kevin.fauchon_at_gmail.com>
Date: Thu, 22 Jul 2010 15:56:11 +0200

> 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.
>
The directory is empty, but thanks for the informatinon

What are the permissions and ownership of

>
> /DATA/svn/test/format
> /DATA/svn/test
> /DATA/svn
> /DATA
>

chown root:root /DATA && chmod 000 /DATA
chown www-data:subversion /DATA/svn -R && chmod 770 /DATA/svn -R
chmod g+x /DATA/svn -R

Under which user is your apache server running?
>
> apache run under www-data user and group

My unix user "test" is member of unix group test and subversion
Received on 2010-07-22 15:56:51 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.