Re: subrequest->run() doesn't send HTTP headers

2003-02-26 Thread rm
On Wed, Feb 26, 2003 at 10:23:53AM -0500, Geoffrey Young wrote: > > > > well, the Eagle book is a little out of date here > > http://marc.theaimsgroup.com/?l=apache-modperl&m=96687764724849&w=2 > > subrequests do not include headers, so if you use $sub->run() to send the > subrequest to the c

subrequest->run() doesn't send HTTP headers

2003-02-26 Thread rm
Hello list, i'm trying to run a subrequest from within a mod_perl content handler. The subrequest is build from the request's 'lookup_file()' method. Unfortunately, when i invoke the 'run()' method of the subrequest, no HTTP headers are sent (even so the documentation from 'Writing Apache Modules