Re: [users@httpd] Modification Of Apache Login Prompt

2011-10-18 Thread Yehuda Katz
On Tue, Oct 18, 2011 at 9:38 AM, Amol Puglia wrote: > I need help in modifying the apache login prompt. > Apache does not have a login prompt. Apache sends a WWW-Authenticate: Basic realm="Secure Area" header in the response and it is the browsers responsibility to supply credentials. It does not

Re: [users@httpd] Modification Of Apache Login Prompt

2011-10-18 Thread Marcin 'Rambo' Roguski
> I would like to modify in such a way that if i click on cancel button it > should not give me ERror 401 page. There is a way to modify the look by specifying errordocument for 401, if you want to "beautify" the response. - Th

Re: [users@httpd] Modification Of Apache Login Prompt

2011-10-18 Thread Marcin 'Rambo' Roguski
On Tue, 18 Oct 2011 06:38:19 -0700 (PDT) Amol Puglia wrote: > Hello Team, > > I need help in modifying the apache login prompt. The login prompt isn't part of apache: it's either part of a web app or suppliet by browser in case of http authentication. Mentioning that prompt doesn\'t give you 40

[users@httpd] Modification Of Apache Login Prompt

2011-10-18 Thread Amol Puglia
Hello Team, I need help in modifying the apache login prompt. I am currently using default login prompt provided by apache. I would like to modify in such a way that if i click on cancel button it should not give me ERror 401 page. Instead it should pop up some type of meesage. And also if inc