RE: Dynamicly insert 'require' into request

2009-07-22 Thread Ben Davies
, Ben -Original Message- From: Ben Davies [mailto:bdav...@stickyeyes.com] Sent: 21 July 2009 14:49 To: modules-dev@httpd.apache.org Subject: RE: Dynamicly insert 'require' into request mod_perl just exposes the API to Perl programmers. Translate their example to C and it'll work

RE: Dynamicly insert 'require' into request

2009-07-22 Thread Tom Evans
On Wed, 2009-07-22 at 10:43 +0100, Ben Davies wrote: Okay, so upon further inspection, it appears that there may not be an equivalent function for mod_perls set_handlers(). This leads me to a problem: how do I turn off a hook, especially, as the check_user() hook expects the r-user property

Re: Dynamicly insert 'require' into request

2009-07-22 Thread Ray Morris
[mailto:bdav...@stickyeyes.com] Sent: 21 July 2009 14:49 To: modules-dev@httpd.apache.org Subject: RE: Dynamicly insert 'require' into request mod_perl just exposes the API to Perl programmers. Translate their example to C and it'll work without mod_perl. Excellent! Just what I

RE: Dynamicly insert 'require' into request

2009-07-22 Thread Ben Davies
July 2009 12:24 To: modules-dev@httpd.apache.org Subject: RE: Dynamicly insert 'require' into request On Wed, 2009-07-22 at 10:43 +0100, Ben Davies wrote: Okay, so upon further inspection, it appears that there may not be an equivalent function for mod_perls set_handlers(). This leads me

RE: Dynamicly insert 'require' into request

2009-07-22 Thread Ben Davies
my postings in future to a few succinct questions. Cheers! Ben Davies -Original Message- From: Ray Morris [mailto:supp...@bettercgi.com] Sent: 22 July 2009 14:36 To: modules-dev@httpd.apache.org Subject: Re: Dynamicly insert 'require' into request Have I made a massive assumption

RE: Dynamicly insert 'require' into request

2009-07-21 Thread Ben Davies
I've just found something that does pretty much what I want but with mod_perl. For an example, see 13.5 in the following chapter (warning: link is a PDF) http://www.modperlcookbook.org/chapters/ch13.pdf I thought that I might be able to control the flow from within the access hook!

Re: Dynamicly insert 'require' into request

2009-07-21 Thread Nick Kew
On 21 Jul 2009, at 13:44, Ben Davies wrote: I've just found something that does pretty much what I want but with mod_perl. For an example, see 13.5 in the following chapter (warning: link is a PDF) mod_perl just exposes the API to Perl programmers. Translate their example to C and

RE: Dynamicly insert 'require' into request

2009-07-21 Thread Ben Davies
To: modules-dev@httpd.apache.org Subject: Re: Dynamicly insert 'require' into request On 21 Jul 2009, at 13:44, Ben Davies wrote: I've just found something that does pretty much what I want but with mod_perl. For an example, see 13.5 in the following chapter (warning: link is a PDF) mod_perl just