Hi All,
I have written a simple perl module (using apache authcookie) for
authenticating users. However, whenever the user types a wrong password,
the entire page refreshes. Is it possible to do a ajax style authentication
here??? I'm sorry if my understanding is seriously flawed (I'm still
learn
_spitFIRE <[EMAIL PROTECTED]> writes:
> Hi All,
> I have written a simple perl module (using apache authcookie) for
> authenticating users. However, whenever the user types a wrong password,
> the entire page refreshes. Is it possible to do a ajax style authentication
> here??? I'm sorry if my u
On 6/3/07, _spitFIRE <[EMAIL PROTECTED]> wrote:
I would basically like to stop the entire page getting
refreshed and have the normal ajax style login here; is that possible?
Not sure what you could consider "normal" here, but there's no reason
you can't use any of the popular JavaScript librari
Hi all,
I have a problem with segmentation faults which I've been unsuccessful
at solving so far. These only occure when running the handler+filter in
a threaded worker-mpm setup, a preforked environment does not have any
problems.
First, the environment. I am running on Debian Etch, with Ap
On Jun 3, 2007, at 2:42 PM, Perrin Harkins wrote:
Not sure what you could consider "normal" here, but there's no reason
you can't use any of the popular JavaScript libraries to call a URL
handled by a mod_perl auth module.
- Perrin
You just need to use some async javascript to pull it off.