Authentication problems 2003-12-12 - By Boyle Owen
> -----Original Message----- > From: Stephen Hardisty [mailto:shardisty@(protected)] > > Cheers, but I tried that and I still don't get prompted for a > username & password.
Then there is some other ruleset in your config overriding your Auth* directives. Try Robert's suggestion of a simple "Deny from all" in the dir container to see if there's something else affecting it. Look for:
- <Location> or <Files> container applying to same resources. - "Satisfy any" directive (does an "OR" of authentication and access_control)
Authentication is actually quite simple to set up but it can be confusing, first-time. Your misunderstanding about it being intimately linked to the .htaccess is a common one, for example. I get the slightly queasy feeling that you have reached that stage where you stop thinking about it and start hacking at random. If so, go back, take a deep breath and re-read the docs (sorry..) Start with. http://httpd.apache.org/docs-2.0/howto/auth.html. Then read the docs for each directive to make sure you understand what it *does*. mod_auth is a base module which is installed by default so I wouldn't worry about any "fundamental problems" with your apache - it is far more likely to be a configuration error.
Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored.
> > ______________________________________________________________ > __________ > This email has been scanned for all viruses by the MessageLabs Email > Security System. For more information on a proactive email security > service working around the clock, around the globe, visit > http://www.messagelabs.com > ______________________________________________________________ > __________ > > --------------------------------------------------------------------- > 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@(protected) > " from the digest: users-digest-unsubscribe@(protected) > For additional commands, e-mail: users-help@(protected) > >
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.
--------------------------------------------------------------------- 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@(protected) " from the digest: users-digest-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|