Why is this httpd.conf code working: <Location /repo> DAV svn SVNPath /srv/repo AuthType Basic AuthName "NONE SHALL PASS" AuthDigestDomain /repo AuthUserFile /srv/auth/svn-auth-basic-file #AuthUserFile /srv/auth/svn-auth-digest Require valid-user #Allow users of a certain authentication level read-only access AuthzSVNAccessFile /srv/auth/svn-access-file #WebDAV accessibility settings SVNAutoversioning on ModMimeUsePathInfo on </Location> but this isn't? <Location /repo> DAV svn SVNPath /srv/repo AuthType Digest AuthName "NONE SHALL PASS" AuthDigestDomain /repo #AuthUserFile /srv/auth/svn-auth-basic-file AuthUserFile /srv/auth/svn-auth-digest Require valid-user #Allow users of a certain authentication level read-only access AuthzSVNAccessFile /srv/auth/svn-access-file #WebDAV accessibility settings SVNAutoversioning on ModMimeUsePathInfo on </Location>Could my digest file be bad? Is there a rule for what to put in for realm? Also, the server is operating with 127.0.0.1 for ServerName.
output from httpd -v: Server version: Apache/2.2.8 (Unix)Server built: Feb 14 2008 15:37:26
--------------------------------------------------------------------- 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