Re: Problem with ap_internal_redirect_handler

2010-08-24 Thread Martin Townsend
Hi, I'm trying to add a captcha feature to our custom module. How should I handle the returned captcha code in the POST data. I currently have an input filter for processing other POST data but if I use this how do I redirect to the captcha.shtml page if validation fails. If I validate

Re: Problem with ap_internal_redirect_handler

2010-08-24 Thread Ben Noordhuis
On Tue, Aug 24, 2010 at 11:11, Martin Townsend martin.towns...@power-oasis.com wrote: I'm trying to add a captcha feature to our custom module.  How should I handle the returned captcha code in the POST data.  I currently have an input filter for processing other POST data but if I use this how

Re: Problem with ap_internal_redirect_handler

2010-08-24 Thread Martin Townsend
On 24/08/2010 10:24, Ben Noordhuis wrote: On Tue, Aug 24, 2010 at 11:11, Martin Townsend martin.towns...@power-oasis.com wrote: I'm trying to add a captcha feature to our custom module. How should I handle the returned captcha code in the POST data. I currently have an input filter for

Re: Problem with ap_internal_redirect_handler

2010-08-24 Thread Ben Noordhuis
On Tue, Aug 24, 2010 at 11:50, Martin Townsend martin.towns...@power-oasis.com wrote: Do you mean setting a request note from the input filter that an output filter picks up which can then output the captcha.shtml? Yes, if your module consists of filters only. If it also includes a content

Re: Problem with ap_internal_redirect_handler

2010-08-24 Thread Martin Townsend
On 24/08/2010 11:19, Ben Noordhuis wrote: On Tue, Aug 24, 2010 at 11:50, Martin Townsend martin.towns...@power-oasis.com wrote: Do you mean setting a request note from the input filter that an output filter picks up which can then output the captcha.shtml? Yes, if your module consists of

Re: Problem with ap_internal_redirect_handler

2010-08-24 Thread Ray Morris
This sounds to me like an access_checker, which should be called from the access_checker hook. Filters, as I understand it, are for transforming the content - compressing it, for example. Entirely replacing the content with an unrelated document sounds like an abuse of filters. I wonder if

Re: Problem with ap_internal_redirect_handler

2010-08-24 Thread Ben Noordhuis
On Tue, Aug 24, 2010 at 14:56, Ray Morris supp...@bettercgi.com wrote:   This sounds to me like an access_checker, which should be called from the access_checker hook.  Filters, as I understand it, are for transforming the content - compressing it, for example. Entirely replacing the content

Re: Problem with ap_internal_redirect_handler

2010-08-24 Thread Martin Townsend
On 24/08/2010 13:56, Ray Morris wrote: This sounds to me like an access_checker, which should be called from the access_checker hook. Filters, as I understand it, are for transforming the content - compressing it, for example. Entirely replacing the content with an unrelated document sounds

Re: Plan to TR 2.3.8

2010-08-24 Thread Rainer Jung
On 24.08.2010 07:56, Ruediger Pluem wrote: On 08/23/2010 06:53 PM, Rainer Jung wrote: On 23.08.2010 15:56, Jim Jagielski wrote: Either today or tomorrow I will be tagging and rolling httpd-2.3.8 Just a head's up. I played a bit with the new http proxy ping. If it is activated and the

Re: svn commit: r988483 - /httpd/httpd/branches/2.2.x/STATUS

2010-08-24 Thread Nick Kew
On 24 Aug 2010, at 12:13, traw...@apache.org wrote: Author: trawick Date: Tue Aug 24 11:13:14 2010 New Revision: 988483 URL: http://svn.apache.org/viewvc?rev=988483view=rev Log: fix some bogus rev numbers pointed out by niq My +1 for the 2.2.x patch stands - which is what matters.

Re: [us...@httpd] Windows: Apache 2.2 service ignores shutdown

2010-08-24 Thread William A. Rowe Jr.
Sensible suggestion, provided it doesn't cause incompatibility with the previous versions; I'd have to test that. In any case, you were looking for the dev@ list, since this is a suggestion about the httpd code :) On 8/17/2010 12:57 PM, MegaBrutal wrote: Hello, I noticed that after I restart

[PRERELEASE TARBALLS] httpd-2.3.8

2010-08-24 Thread Jim Jagielski
The pre-release test tarballs for httpd-2.3.8 (alpha) are available for download, test and fun: http://httpd.apache.org/dev/dist/ Will call for a release vote in a coupla days... Cheers!

Re: Question about APR SHM

2010-08-24 Thread Alex Wulms
Hi Igor, Thanks for the suggestion. I have meanwhile informed the APR developers via the appropriate list. Cheers, Alex Op 08-08-10 21:47, Igor Galić schreef: - Alex Wulms alex.wu...@scarlet.be wrote: Op 31-07-10 18:07, Alex Wulms schreef: Hi, Hi Alex, despite the

Re: [PRERELEASE TARBALLS] httpd-2.3.8

2010-08-24 Thread Guenter Knauf
Hi all, Am 24.08.2010 18:42, schrieb Jim Jagielski: The pre-release test tarballs for httpd-2.3.8 (alpha) are available for download, test and fun: http://httpd.apache.org/dev/dist/ Will call for a release vote in a coupla days... I know that this topic was already up here, but

Re: [PRERELEASE TARBALLS] httpd-2.3.8

2010-08-24 Thread Paul Querna
On Tue, Aug 24, 2010 at 3:04 PM, Guenter Knauf fua...@apache.org wrote: Hi all, Am 24.08.2010 18:42, schrieb Jim Jagielski: The pre-release test tarballs for httpd-2.3.8 (alpha) are available for download, test and fun:        http://httpd.apache.org/dev/dist/ Will call for a release vote

Re: [PRERELEASE TARBALLS] httpd-2.3.8

2010-08-24 Thread Gregg L. Smith
A loud resounding Amen to Guenter from the Windows balcony. I have reservations however. 1. I have a patch that let's me build trunk with the PCRE 5.0 from 2.2, but I do not want to stay at PCRE 5.0 cause you have to have something newer to link mod_security 2.5.12+ against, so I have to build

HTTPD upgraded on eos - 2.3.8

2010-08-24 Thread Tony Stevenson
As the subject says, httpd is now on 2.3.8 for www.apache.org apr is at trunk mod_wsgi was upgraded to 3.3 (http://modwsgi.googlecode.com/files/mod_wsgi-3.3.tar.gz) Had to comment out an output filter line in the main httpd.conf (line 117) Other than that HTTPD started up just fine.

Re: HTTPD upgraded on eos - 2.3.8

2010-08-24 Thread Tony Stevenson
On Wed, Aug 25, 2010 at 01:04:01AM +0100, Tony Stevenson wrote: Had to comment out an output filter line in the main httpd.conf (line 117) More specifically had to disable deflate - AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xml+rss text/css

Re: HTTPD upgraded on eos - 2.3.8

2010-08-24 Thread Graham Dumpleton
On 25 August 2010 10:10, Tony Stevenson pct...@apache.org wrote: On Wed, Aug 25, 2010 at 01:04:01AM +0100, Tony Stevenson wrote: Had to comment out an output filter line in the main httpd.conf (line 117) More specifically had to disable deflate -  AddOutputFilterByType DEFLATE text/html

Re: [PRERELEASE TARBALLS] httpd-2.3.8

2010-08-24 Thread Ruediger Pluem
On 08/25/2010 12:29 AM, Paul Querna wrote: On Tue, Aug 24, 2010 at 3:04 PM, Guenter Knauf fua...@apache.org wrote: Hi all, Am 24.08.2010 18:42, schrieb Jim Jagielski: The pre-release test tarballs for httpd-2.3.8 (alpha) are available for download, test and fun:

Re: HTTPD upgraded on eos - 2.3.8

2010-08-24 Thread Ruediger Pluem
On 08/25/2010 02:10 AM, Tony Stevenson wrote: On Wed, Aug 25, 2010 at 01:04:01AM +0100, Tony Stevenson wrote: Had to comment out an output filter line in the main httpd.conf (line 117) More specifically had to disable deflate - AddOutputFilterByType DEFLATE text/html text/plain