| -----Original Message----- | From: [EMAIL PROTECTED] | Sent: Thursday, January 28, 1999 3:38 PM | To: Richard Masters; apache-bugdb@apache.org; [EMAIL PROTECTED] | Subject: Re: os-windows/3196: Continuing problems with root directori | [snipped] | | I just tried this with Apache 1.3.5-dev | (a tarball from 1/27/99) on NT 4.0 SP3. | (this setup is basically what you did | in your last attempt) | | Alias /croot/ c:/ | | <Directory "c:/"> | AuthUserFile "userauth.uaf" | AuthType Basic | AuthName RestrictedInformation | require user foo | </Directory> | | And this worked for me. Maybe you can try this | again with Apache 1.3.4?
I have just tried this. The authentication now seems to work okay, but there is still an problem with handling the root directory. If I request http://x.y.z/croot (without trailing slash) I am prompted for a username and password, then Apache tells the browser that /croot was not found. This strange behaviour is explained by the entry in the error log: d:\Apache\Apache.exe: [Tue Feb 02 17:36:52 1999] [error] [client 194.66.234.253] File does not exist: d:/pub/wwwroot/croot So it still does not work properly for me. Richard