Debian svn + apache2 configuration errors
From: kevin fauchon <kevin.fauchon_at_gmail.com>
Date: Thu, 22 Jul 2010 14:57:56 +0200
Hello,
i'm trying to make up svn + apache.
Let me explain what i hope to have:
server directory /DATA/svn will contain all my repository
I want to acces via http to svn.
(curently, no web gui is installed)
(i already have apache who work fine)
So, that's what i do:
aptitude install subversion libapache2-svn subversion-tools enscript
mkdir /DATA/svn/test -p
and i've edited some files:
/etc/apache2/sites-available/svn.monpoulpe.com :
/DATA/svn/conf :
chown www-data:subversion /DATA/svn -R
/etc/init.d/apache2 restart
And when i try to go to http://svn.monpoulpe.com/test i have a 403
in my apache2 logs:
authz_user and dav_svn apache modules are already loaded.
Is anybody have an idea?
|
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.