Re: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Manilal K M
On 14/03/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Manilal K M [mailto:[EMAIL PROTECTED] > > Sent: Dienstag, 14. März 2006 12:46 > > To: users@httpd.apache.org > > Subject: Re: [EMAIL PROTECTED] Basic Authentica

RE: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Boyle Owen
> -Original Message- > From: Manilal K M [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 14. März 2006 12:46 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Basic Authentication not working > in Gentoo Linux > > On 14/03/06, Boyle Owen <[EMAIL PRO

Re: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Manilal K M
I have tried with a fresh new Directory tag within the DocumentRoot. The follwoing configuration was added Options FollowSymLinks Options +ExecCGI AuthName "E-mail login:" AuthType Basic AuthUserFile /usr/local/bp/htpasswd Require user manilal

Re: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Manilal K M
On 14/03/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > Another point: > > Are you sure you are accessing the resource via this VH? I notice it's a > cgi-bin directory... Is there another VH container that could be allowing > access via a ScriptAlias or something? There is no other virtual host. But

RE: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Boyle Owen
is message may be ignored. > -Original Message- > From: Manilal K M [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 14. März 2006 12:18 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Basic Authentication not working > in Gentoo Linux > > On 14/03/06, Boyle Owen <[

RE: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Boyle Owen
> -Original Message- > From: Manilal K M [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 14. März 2006 12:18 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Basic Authentication not working > in Gentoo Linux > > There was no other "AuthConfig"

Re: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Manilal K M
On 14/03/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Manilal K M [mailto:[EMAIL PROTECTED] > > Sent: Dienstag, 14. März 2006 11:06 > > To: users@httpd.apache.org > > Subject: Re: [EMAIL PROTECTED] Basic Authentica

Re: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Manilal K M
On 14/03/06, Nick Kew <[EMAIL PROTECTED]> wrote: > On Tuesday 14 March 2006 08:55, Manilal K M wrote: > > > > > So you're "Wraith Enterprises" of Texas? I didn't got you :) I just put a arbitrary hostname.

RE: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Boyle Owen
> -Original Message- > From: Manilal K M [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 14. März 2006 11:06 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Basic Authentication not working > in Gentoo Linux > >I have comment out the directive _Allo

Re: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Nick Kew
On Tuesday 14 March 2006 08:55, Manilal K M wrote: > So you're "Wraith Enterprises" of Texas? -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

Re: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Manilal K M
On 14/03/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Manilal K M [mailto:[EMAIL PROTECTED] > > Sent: Dienstag, 14. März 2006 09:55 > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] Basic Authentication not worki

RE: [EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Boyle Owen
> -Original Message- > From: Manilal K M [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 14. März 2006 09:55 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Basic Authentication not working in > Gentoo Linux > > Hello all, >I am a newbie in a

[EMAIL PROTECTED] Basic Authentication not working in Gentoo Linux

2006-03-14 Thread Manilal K M
Hello all, I am a newbie in apache, less than 2 weeks of experience. I am trying to protect one of my directory in the web server with Basic authentication. I am using Gentoo Linux with apache-2.0.55. I see that auth_module is loaded as a Module. I have configured the Virtual Host like this. Th