Current time: 04-24-2024, 05:15 PM Hello There, Guest! (LoginRegister)


Post Reply 
subversion server problems
Author Message
untitled1 Offline


Posts: 3
Joined: Aug 2010
Reputation: 0
Post: #1
subversion server problems
Hello community,

unfortunately I am not able to get run subversion server (debian) on my ispcp (1.0.3) installation.

I did install libapache2-svn and subversion packages, created the svn directory in /var/www/svn (first I did it in /var/local/svn but later changed is, as I thought this could solve the problem). I set the owner of the folder with subfolders to www-data:www-data.

I tried to add the following to the /etc/apache2/mods-enabled/dav_svn.conf (I also created the pass entries in dav_svn.passwd):

Code:
<Location /svn>
       DAV svn
       SVNPath /var/www/svn
       AuthType Basic
       AuthName "Subversion repository"
       AuthUserFile /etc/apache2/dav_svn.passwd
       Require valid-user
     </Location>

After that I got the message with th login request when calling mydomain.com/svn but after that: 403 error.

Then I also tried to add the above code to /etc/apache2/ispcp/subdomain.mydomain.com.conf after creating the subdomain. But still the same result: 403.

Can someone please help me with this annoying issue, as it was very easy to setup subversion without ispcp and now I have no idea where o begin to search.

Thank you very much!
un1
08-08-2010 08:00 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
subversion server problems - untitled1 - 08-08-2010 08:00 AM
RE: subversion server problems - kilburn - 08-08-2010, 06:39 PM
RE: subversion server problems - untitled1 - 08-08-2010, 07:12 PM
RE: subversion server problems - kilburn - 08-09-2010, 03:45 AM
RE: subversion server problems - untitled1 - 08-10-2010, 08:07 PM
RE: subversion server problems - kilburn - 08-10-2010, 11:45 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)