Re: push_handlers

2002-01-11 Thread James G Smith
Stathy Touloumis [EMAIL PROTECTED] wrote: For some reason the call to 'push_handlers' does not seem to register the 'handler' with mod_perl correctly when used in the code below. It seems that only a few initial requests will successfully be processed by this handler. It then just seems to be

RE: push_handlers

2002-01-11 Thread Stathy Touloumis
Makes sense, will look over the docs again. Thanks, Stathy Touloumis [EMAIL PROTECTED] wrote: For some reason the call to 'push_handlers' does not seem to register the 'handler' with mod_perl correctly when used in the code below. It seems that only a few initial requests will successfully

RE: push_handlers

2001-08-24 Thread Geoffrey Young
-Original Message- From: Rasoul Hajikhani [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 2:59 PM To: [EMAIL PROTECTED] Subject: push_handlers Hello again, The problem with push_handlers, I just realized, is that the PerlHandler argument assumes that its argument is

Re: push_handlers and PerlAuthenHandler troubles [second try]

2001-07-10 Thread Doug MacEachern
On Tue, 26 Jun 2001, Bolt Thrower wrote: My apologies if you've seen this twice. For a particular Location, I'd like to selectively (i.e., based on arbitrary criteria) determine whether a visitor needs authentication. So I set up a Location section in httpd.conf as follows:

RE: push_handlers and PerlAuthenHandler troubles

2001-07-01 Thread Christian Gilmore
There are known bugs in push_handlers/set_handlers that I believe are corrected in CVS and should be part of the 1.26 release. Perhaps these bugs are the problem. Regards, Christian -Original Message- From: Bolt Thrower [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 10:50 PM

Re: push_handlers and PerlAuthenHandler troubles [second try]

2001-06-26 Thread Rodney Broom
- Original Message - From: Bolt Thrower [EMAIL PROTECTED] Location / AuthType Apache::AuthTicket AuthName HomeIntranet PerlAuthenHandler Intranet::CheckSiteAuthen #PerlAuthenHandler Apache::AuthTicket-authenticate PerlAuthzHandler

Re: push_handlers and PerlAuthenHandler troubles [second try]

2001-06-26 Thread Bolt Thrower
Rodney Broom wrote: Location / AuthType Apache::AuthTicket AuthName HomeIntranet PerlAuthenHandler Intranet::CheckSiteAuthen #PerlAuthenHandler Apache::AuthTicket-authenticate PerlAuthzHandler Apache::AuthTicket-authorize require valid-user

RE: push_handlers question

2001-03-05 Thread Geoffrey Young
-Original Message- From: Mike Cameron [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 11:59 PM Cc: modperl Subject: push_handlers question I am trying to sub class Apache::AuthCookieURL and would like to use $r-push_handlers(PerlAuthenHandler = My::Class-authenticate);

Re: push_handlers question

2001-03-05 Thread Mike Cameron
Thanks for the suggestion, but what i really want to know is why is the request object passed if I call the module directly from http.conf and not when I use the push handlers method? Are the two methods not functionally equivalent? Everything works fine when the handler is set in httpd.conf.

RE: push_handlers question

2001-03-05 Thread Geoffrey Young
-Original Message- From: Mike Cameron [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 10:18 AM Cc: '[EMAIL PROTECTED]' Subject: Re: push_handlers question Thanks for the suggestion, but what i really want to know is why is the request object passed if I call

RE: push_handlers question

2001-03-05 Thread Geoffrey Young
-Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 9:58 AM To: 'Mike Cameron' Cc: '[EMAIL PROTECTED]' Subject: RE: push_handlers question -Original Message- From: Mike Cameron [mailto:[EMAIL PROTECTED]] Sent

RE: push_handlers question

2001-03-05 Thread Robert Landrum
At 10:36 AM -0500 3/5/01, Geoffrey Young wrote: Thanks for the suggestion, but what i really want to know is why is the request object passed if I call the module directly from http.conf and not when I use the push handlers method? Are the two methods not functionally equivalent?

RE: push_handlers question

2001-03-05 Thread Geoffrey Young
-Original Message- From: Robert Landrum [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 11:19 AM To: Geoffrey Young; 'Mike Cameron' Cc: [EMAIL PROTECTED] Subject: RE: push_handlers question At 10:36 AM -0500 3/5/01, Geoffrey Young wrote: Thanks for the suggestion

Re: push_handlers question

2001-03-05 Thread Mike Cameron
]] Sent: Monday, March 05, 2001 11:19 AM To: Geoffrey Young; 'Mike Cameron' Cc: [EMAIL PROTECTED] Subject: RE: push_handlers question At 10:36 AM -0500 3/5/01, Geoffrey Young wrote: Thanks for the suggestion, but what i really want to know is why is the request object passed if I

RE: push_handlers (was: PerlCleanupHandler vs register_cleanup)

2000-08-24 Thread Geoffrey Young
a quick test showed the handlers to be FIFO, so I would expect you to get moda modb modc d e HTH --Geoff -Original Message- From: Paul G. Weiss [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24, 2000 2:38 PM To: 'Stas Bekman' Cc: modperl Subject: push_handlers (was:

Re: push_handlers weirdness...

2000-05-31 Thread Kip Cranford
On: Wed, 31 May 2000 17:04:05 EDT Geoffrey Young wrote: hi all... I'm not sure if this is related to some of the get/set handler strangeness that I have been seeing lately (as I try to do some weird stacked handler acrobatics), or if it's the result of some closure thing that I really