On Mon, Apr 21, 2008 at 4:30 PM, J Amuse <[EMAIL PROTECTED]> wrote: > when using f->read it appears as though the HTTP headers are not including. > I know err_headers_out should have access to the headers, but is there a way > to force f->read to access the HTTP headers as well?
No, the headers are not part of the response body. > I've seen the set and > add methods for err_headers_out, but can someone point me to a code example > of either editing the HTTP headers or rewriting the server response when > certain response codes are received? http://perl.apache.org/docs/2.0/user/coding/coding.html#Generating_HTTP_Response_Headers http://perl.apache.org/docs/2.0/user/handlers/filters.html#Introducing_Filters - Perrin