RE: output filter needs to redirect to 503 error status

2014-10-17 Thread Eric Johanson
Manolache [mailto:sor...@gmail.com] Sent: Thursday, October 16, 2014 6:23 PM To: modules-dev@httpd.apache.org Subject: Re: output filter needs to redirect to 503 error status On 2014-10-16 22:35, Eric Johanson wrote: Thank you for the suggestion. I did try that, but the order in which you set f-r

output filter needs to redirect to 503 error status

2014-10-16 Thread Eric Johanson
Hi, I have an output filter module which is working just fine, but I need to add a feature so that when certain error conditions occur during processing, the output filter hook function redirects the whole request to a 503 error status (service unavailable). Obviously for a handler module this is

Re: output filter needs to redirect to 503 error status

2014-10-16 Thread Sorin Manolache
On 2014-10-16 15:36, Eric Johanson wrote: Hi, I have an output filter module which is working just fine, but I need to add a feature so that when certain error conditions occur during processing, the output filter hook function redirects the whole request to a 503 error status (service

RE: output filter needs to redirect to 503 error status

2014-10-16 Thread Eric Johanson
is to be captured by my error handler to return an HTTP status code. Any other suggestions? Thanks, -Eric -Original Message- From: Sorin Manolache [mailto:sor...@gmail.com] Sent: Thursday, October 16, 2014 12:59 PM To: modules-dev@httpd.apache.org Subject: Re: output filter needs to redirect

Re: output filter needs to redirect to 503 error status

2014-10-16 Thread Sorin Manolache
: Sorin Manolache [mailto:sor...@gmail.com] Sent: Thursday, October 16, 2014 12:59 PM To: modules-dev@httpd.apache.org Subject: Re: output filter needs to redirect to 503 error status On 2014-10-16 15:36, Eric Johanson wrote: Hi, I have an output filter module which is working just fine, but I need

Re: output filter needs to redirect to 503 error status

2014-10-16 Thread Nick Kew
On Thu, 16 Oct 2014 09:36:19 -0400 Eric Johanson er...@valmarc.com wrote: My output filter hooked function is defined as follows: apr_status_t mts_out_filter(ap_filter_t *f,apr_bucket_brigade *bb) I need this function to do something that causes the whole request to be redirected