The following reply was made to PR mod_userdir/1675; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Gavin Lambert <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: mod_userdir/1675: Peculiar <Directory> results Date: Thu, 15 Jan 1998 20:24:21 -0700 (MST) On 15 Jan 1998, Gavin Lambert wrote: > <Directory /> > Options None > AllowOverride None > order deny,allow > deny from all > allow from none "allow from none" is setting it to allow access from a host named "none". Just leave it out if you want to restrict all access. > </Directory> > > UserDir users/*/public_html > > <Directory /apache/users/*/public_html> > AllowOverride Indexes AuthConfig > Options Indexes IncludesNOEXEC > order allow,deny > allow from all > deny from none > </Directory> What happens if you try including the drive letter, eg. c:/ in the auth files?
