Re: [users@httpd] Password Protection Ignored

2011-01-24 Thread Jeroen Geilman
On 1/24/11 9:38 AM, --[ UxBoD ]-- wrote: - Original Message - On 1/22/11 1:45 PM, --[ UxBoD ]-- wrote: Hi, I have a reports directory I wish to secure and have created the necessary .htaccess file: Don't. Just use the configuration file if you have access to it. It will make life so

Re: [users@httpd] Password Protection Ignored

2011-01-24 Thread --[ UxBoD ]--
- Original Message - > On 1/22/11 1:45 PM, --[ UxBoD ]-- wrote: > > Hi, > > > > I have a reports directory I wish to secure and have created the > > necessary .htaccess file: > > Don't. > Just use the configuration file if you have access to it. > > It will make life so much easier. >

Re: [users@httpd] Password Protection Ignored

2011-01-23 Thread Jeroen Geilman
On 1/22/11 1:45 PM, --[ UxBoD ]-- wrote: Hi, I have a reports directory I wish to secure and have created the necessary .htaccess file: Don't. Just use the configuration file if you have access to it. It will make life so much easier. -- J. --

Re: [users@httpd] Password Protection Ignored

2011-01-23 Thread --[ UxBoD ]--
- Original Message - > Have you checked the Order directive? > > Also I usually have the Basic authentication in a Location tag to > ensure its been applied to the right URL. > > On Sat, Jan 22, 2011 at 11:45 PM, --[ UxBoD ]-- > wrote: > > Hi, > > > > I have a reports directory I wish to

Re: [users@httpd] Password Protection Ignored

2011-01-22 Thread Devraj Mukherjee
Have you checked the Order directive? Also I usually have the Basic authentication in a Location tag to ensure its been applied to the right URL. On Sat, Jan 22, 2011 at 11:45 PM, --[ UxBoD ]-- wrote: > Hi, > > I have a reports directory I wish to secure and have created the necessary > .htacce

[users@httpd] Password Protection Ignored

2011-01-22 Thread --[ UxBoD ]--
Hi, I have a reports directory I wish to secure and have created the necessary .htaccess file: AuthUserFile /www/security/somedomain_access AuthType Basic AuthName "Restricted Access" Require user someuser I believe my virtual host config is correct: ServerAdmin webmas...@somedomain.co.uk