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

Re: Apache permission issue

From: Tim Liu <tim.gangliu_at_gmail.com>
Date: 2006-11-08 21:39:42 CET

Permission issue is gone now,

What I did:

1. move repository to /var/www
2. edit "User apache" to httpd.conf
3. chmod -R apache.apache in my repository
4. launch apache as root

since i did them in a patch, don't know which one solves problems.

thx a lot for your help

Tim

On 11/8/06, Ryan Schmidt <subversion-2006d@ryandesign.com> wrote:
>
> On Nov 8, 2006, at 02:20, Tim Liu wrote:
>
> > Yes, here it is. thank you for your help
> >
> > <Location /svn>
> > DAV svn
> > #SVNListParentPath on
> > SVNParentPath /var/subversion/repository
> >
> > <LimitExcept GET PROPFIND OPTIONS REPORT>
> > Require valid-user
> > </LimitExcept>
> > AuthType Basic
> > AuthLDAPURL ldap://...
> > AuthName "Subversion repositories ..."
> >
> > AuthzSVNAccessFile /auto/.../subversion/repository/csmrepos/conf/authz
> > </Location>
>
>
> Tim,
>
> Will you please try adding a trailing slash to your Location
> directive, like this:
>
> <Location /svn/>
>
> I have read messages saying that one should not do this, and as an
> Apache administrator I also usually avoid this, but I have also read
> more recent messages on this list saying that one *should* add the
> trailing slash so it's worth a try.
>
> Other than that: Are all paths leading up to /var/subversion/
> repository readable by Apache? That is, the permissions of /var, /var/
> subversion and /var/subversion/repository are e.g. 755?
>
>
Received on Wed Nov 8 21:47:59 2006

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.