Re: How I pass a information ?

2009-07-22 Thread ricardo13
Hi, Eric Covener wrote: On Tue, Jul 21, 2009 at 10:17 AM, ricardo13ricardoogra...@gmail.com wrote: Hi, I would like to konw how I pass information to other machine and between modules. For example: module A (mod_rewrite) in Server A forward request to module b (worker.c) in

RE: Dynamicly insert 'require' into request

2009-07-22 Thread Ben Davies
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 to contain the username, meaning that the sending of a 403

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
This leads me to a problem: how do I turn off a hook, Whatever it is I need to do, I need to do in the access() hook. In access, set a variable. Call it skipauth. Set it to 1 if you need to skip authorization. In auth, first check skipauth. If it's true, skip your authorization and

RE: Dynamicly insert 'require' into request

2009-07-22 Thread Ben Davies
One solution would be to set a note for your hook in an earlier stage, and then return DECLINED from your handler when you detect that note. Ah, but from what I can work out, before the check_user() hook fires, the 403 is sent to the client because of the presence of the require. I can't have

RE: Dynamicly insert 'require' into request

2009-07-22 Thread Ben Davies
First of all, thank you to everyone who has replied. Every reply has been enlightening and helpful. I'm clearly a novice to module development, and I only ever post when I am truly stuck and need help, and only when I have exhausted all possible avenues (I own all of the books mentioned regularly

RE: Apache SSI Help Needed

2009-07-22 Thread Plüm, Rüdiger, VF-Group
Please ask this question on the users list and provide your configuration. Regards Rüdiger From: Sameer Ravindra Sent: Mittwoch, 22. Juli 2009 06:45 To: dev@httpd.apache.org Subject: Apache SSI Help Needed

Re: [VOTE] Release APR 1.3.7

2009-07-22 Thread Mihai Moldovanu
Jim Jagielski wrote: Release candidate tarballs in usual location (http://apr.apache.org/dev/dist/) [not for distribution]. Vote starts as we speak and will run for 48 hours. Apr APR 1.3.7 compile and installed without problems . However i tried to recompile apr-utils ( 1.3.8 ) and on tests

Re: [VOTE] Release APR 1.3.7

2009-07-22 Thread Bojan Smojver
On Wed, 2009-07-22 at 11:35 +0300, Mihai Moldovanu wrote: + ./testall -v -q What happens when you run make check from the build directory? PS. If you look inside test/Makefile, you'll see that LD_LIBRARY_PATH is adjusted before running the tests, in order to pick up now dynamically linked DBM

Re: [VOTE] Release APR 1.3.7

2009-07-22 Thread Mihai Moldovanu
Bojan Smojver wrote: On Wed, 2009-07-22 at 11:35 +0300, Mihai Moldovanu wrote: + ./testall -v -q What happens when you run make check from the build directory? PS. If you look inside test/Makefile, you'll see that LD_LIBRARY_PATH is adjusted before running the tests, in order to pick

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-22 Thread Jim Jagielski
On Jul 20, 2009, at 4:32 PM, Jim Jagielski wrote: Available from the usual location (http://httpd.apache.org/dev/dist/) [not for distribution] are the release tarballs for httpd 2.2.12. Vote starts now and runs for ~48hrs. (it may take some time for the site to sync). +1 for: Solaris 10

[Fwd: Application Period for Travel Assistance to ApacheCon US 2009 Opens Soon]

2009-07-22 Thread William A. Rowe, Jr.
For our communities' attention, this is a few day's heads up before the applications actually open... Original Message Subject: Application Period for Travel Assistance to ApacheCon US 2009 Opens Soon Date: Wed, 22 Jul 2009 19:46:15 +1000 From: Gav... gmcdon...@apache.org The

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-22 Thread Mihai Moldovanu
Jim Jagielski wrote: Available from the usual location (http://httpd.apache.org/dev/dist/) [not for distribution] are the release tarballs for httpd 2.2.12. Vote starts now and runs for ~48hrs. (it may take some time for the site to sync). +1 for: tfm32 tfm64 Works as exected on both versions

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-22 Thread Jim Jagielski
On Jul 20, 2009, at 4:32 PM, Jim Jagielski wrote: Available from the usual location (http://httpd.apache.org/dev/dist/) [not for distribution] are the release tarballs for httpd 2.2.12. Vote starts now and runs for ~48hrs. (it may take some time for the site to sync). I'm going to give it

Re: [VOTE] httpd 2.2.12 tarballs

2009-07-22 Thread Res
On Wed, 22 Jul 2009, Jim Jagielski wrote: Solaris 10 (sparc) Ubuntu 8.10 CentOS 4 OS X 10.5.7 also good on Slackware 12.2 -- Res -Beware of programmers who carry screwdrivers

Problems with mod_mbox

2009-07-22 Thread Noah Slater
Hey, I just sent the following email to the CouchDB developer list: http://mail-archives.apache.org/mod_mbox/couchdb-dev/200907.mbox/20090722214200.ga11...@tumbolia.org Preparing these emails is such a chore, I thought I'd post some comments here: * The URIs are really horrible. Is