The following reply was made to PR mod_access/1870; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]>
To: DANG Tuan <[EMAIL PROTECTED]>
Cc: Apache bugs database <[EMAIL PROTECTED]>
Subject: RE: mod_access/1870: .htaccess file does not work with a mounted nfs
disk
Date: Fri, 27 Feb 1998 07:51:44 -0700 (MST)
On Fri, 27 Feb 1998, DANG Tuan wrote:
> I can repeat the same problem with apache 1.3b5, here is the
> configuration files :
Erm....
You say the htaccess file contains:
AuthUserFile /usr/local/etc/httpd/passwd/.htpasswd
AuthGroupFile /dev/null
AuthName Tuan_DANG
AuthType Basic
<limit GET>
require valid-user
</limit>
~
Well, it seems pretty obvious that ~ is an invalid command and that
is what the server is reporting...