Marc Patermann wrote:
Hi, I have a WebDAV directory (apache httpd 2.2.8; Ubuntu 8.04) with an .ics file in it. The .ics file is used with Thunderbird Lightning.Authorization is configured in an .htaccess file in the directory as follows:AuthBasicProvider file AuthType Basic Authname "name" AuthUserFile /path/to/file Require valid-user <LimitExcept GET OPTIONS> Require user foo </LimitExcept>
I suspect the "Require valid-user" overwhelms you "Require user foo". Have you tried inverting the conditions, like : > AuthBasicProvider file > AuthType Basic > Authname "name" > AuthUserFile /path/to/file > Require user foo > <Limit GET OPTIONS> > Require valid-user > </Limit> ? --------------------------------------------------------------------- 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