Re: Difference between NN and IE

2001-02-16 Thread Matt Sergeant
On Fri, 16 Feb 2001, G.W. Haywood wrote: > Hi there, > > On Fri, 16 Feb 2001, Scott Alexander wrote: > > > Why is it Netscape displays the pop up authenticate window when the > > user enters the wrong password. But Internet Explorer displays my > > 401.html page if I return an AUTH_REQUIRED; from

Re: Difference between NN and IE

2001-02-16 Thread G.W. Haywood
Hi there, On Fri, 16 Feb 2001, Scott Alexander wrote: > Why is it Netscape displays the pop up authenticate window when the > user enters the wrong password. But Internet Explorer displays my > 401.html page if I return an AUTH_REQUIRED; from my AuthAny.pm This really isn't the place to discuss

Difference between NN and IE

2001-02-16 Thread Scott Alexander
Hi, Why is it Netscape displays the pop up authenticate window when the user enters the wrong password. But Internet Explorer displays my 401.html page if I return an AUTH_REQUIRED; from my AuthAny.pm handler? If I click on the pop up window cancel in Netscape then it will display the 401.htm

Re: difference between ...

2000-05-25 Thread Doug MacEachern
On Wed, 24 May 2000, David Hajoglou wrote: > Would there ever be any difference between the output of the following: > > (looking on the mod_perl quick reference card) > > >From Apache::URI > $str = $uri->query() > > > >From Request object >

difference between ...

2000-05-24 Thread David Hajoglou
Would there ever be any difference between the output of the following: (looking on the mod_perl quick reference card) >From Apache::URI $str = $uri->query() >From Request object $str = $r->args(); As far as what they hold about the request, would these ever d

Re: performance difference between apache/perl modules and registry scripts question

1999-10-06 Thread Joshua Chamas
Greg Cope wrote: > > Dear All > > I have been asked to code several apache / perl modules. > > these module accept a "post" consisting of a long string - do a few database > things and return a long string to the browser. > > What are the advantages of using apache / mod_perl modules vs using

Re: performance difference between apache/perl modules and registry scripts question

1999-10-06 Thread Perrin Harkins
This has been discussed on the list before. Please have a look at the archive and see if it answers your question. - Perrin On Wed, 6 Oct 1999, Greg Cope wrote: > Dear All > > I have been asked to code several apache / perl modules. > > these module accept a "post" consisting of a long string

performance difference between apache/perl modules and registry scripts question

1999-10-06 Thread Greg Cope
Dear All I have been asked to code several apache / perl modules. these module accept a "post" consisting of a long string - do a few database things and return a long string to the browser. What are the advantages of using apache / mod_perl modules vs using a registry / mod_perl style CGI scri