DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19342>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19342 Apache does not present login box for protected area Summary: Apache does not present login box for protected area Product: Apache httpd-2.0 Version: 2.0.40 Platform: Other OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: mod_auth AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I have some experience implementing basic authentication to protect a directory area of my system and yet I am unable to password protect a section of my web site using basic auth with my new system. I keep getting presented with the following web page without every being presented with a login box. <----- BEGIN WEB OUTPUT ----- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Authorization Required</title> </head><body> <h1>Authorization Required</h1> <p>This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr /> <address>Apache/2.0.40 Server at www.domain.ext Port 80</address> </body></html> <----- END WEB OUTPUT ----- My error log reports... [Sat Apr 26 00:30:05 2003] [error] [client 192.168.xx.yy] File does not exist: /www1/error Any help is appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
