Yes, it is readable. I also confirmed the command works.
In the meantime, I’ve tried a few additional things. I found a preinstalled
(but unactivated) module called mod_auth_digest_apple, so I deactivated
mod_auth_digest in favor of the Apple-specific one. There’s one important
difference: the
On Apr 4, 2014, at 04:24, Daniel Shahaf wrote:
> Does 'sudo -u _www wc -l -- /private/etc/svnauth.htdigest' work?
>
> (I'm suspecting /private might be unreadable by _www.)
On a normal OS X system, /private and /private/etc have rwxr-xr-x permissions.
Justin Mrkva wrote on Thu, Apr 03, 2014 at 00:53:41 -0400:
> [error] [client ::1] AuthUserFile not specified in the configuration
>
> Apache runs as _www:_www, and the directory containing the repository as well
> as the repos themselves are all _www:_www 755. The htdigest file
response to
OPTIONS request for 'https://u...@server.domain.com/svn/repo'
Status : 175002
(Of course user, server.domain.com, and repo are placeholders.) The Apache logs
give the following at the same time:
[error] [client ::1] AuthUserFile not specified in the configuration
Apac