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
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
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
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
>
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
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
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
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