Re: [users@httpd] how to suppress hard-coded response body in 302 redirect

2011-08-30 Thread Peter Glasten
Thanks, Nick! mod_asis does not really help, as built-in filters mess with my response (remove content-length: 0 and add default content-type), but at least I now understand better what's going on. Useful site as well - keep working on it! Peter On Mon, Aug 29, 2011 at 8:14 PM, Nick Kew wrote:

Re: [users@httpd] how to suppress hard-coded response body in 302 redirect

2011-08-29 Thread Nick Kew
On 29 Aug 2011, at 23:21, Peter Glasten wrote: > Hello! > > In my Apache module Since this is a development question, it would be more on-topic for the modules-dev list than here. > (module AP_MODULE_DECLARE_DATA ... etc etc - low-level Apache module written > in C) I need to return a 302 redi

[users@httpd] how to suppress hard-coded response body in 302 redirect

2011-08-29 Thread Peter Glasten
Hello! In my Apache module (module AP_MODULE_DECLARE_DATA ... etc etc - low-level Apache module written in C) I need to return a 302 redirect status with no body, Content-Length set to zero, and no content-type (this is a third-party requirement that I cannot change). Apache by default adds hard-c