Re: [users@httpd] Client Authentication Setup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/18/05, Eric Brown <ericbro@xxxxxxxxx> wrote:
>  <Location /svn>
>      DAV svn
>      SVNParentPath /export/myserver/repos
>
>      #Access Policy
>      AuthzSVNAccessFile /etc/svn-access-file
>
>      #Authentication
>      Require valid-user
>
>      #How to authenticate
>      AuthType Basic
>      AuthName "Eric's Repos"
>      AuthUserFile /etc/svn-auth-file
>      AllowOverride None
>      Order Allow, Deny
>      Allow from all
>  </Location>
>
>  the user and group have recursive read/write perms on
> /export/myserver/repos
>
>  Apache's error log shows the following:
>  [crit] client 10.0.0.2 Permission Denied /export/myserver/repos/ .htaccess
> pcfg_openfile: unable to check .htaccess file, ensure it is readable
>
>  access log:
>  "PROPFIND / HTTP 1.1" 403 202 "-" "SVN/1.1.4 (r13838) neon/0.24.7 (access
> through repo browser)
>  "GET / HTTP 1.1 403 202 Mozilla/4.0 compatible msie 6.0 Win Nt 5.1
>
>
>  I can't figure out what I'm missing.  Any input would be appreciated.

The request is for "/", but the subversion repository is at "/svn".

Also, make sure you turn AllowOverride Off if you aren't using .htaccess files.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux