On Wed, Feb 27, 2002 at 08:07:31AM -0500, Brian Akins wrote:
> On Tuesday 26 February 2002 07:00 pm, Justin Erenkrantz wrote:
> > Uh, wouldn't you just want to remove ap_internal_fast_redirect()?
> > No sense in having two redirects there.
> 
> ap_internal_fast_redirect doesn't do much.  It basically copies info 
> (filename, content type, etc) from one request_rec to another.  It doesn't 
> actually do a redirect.

Well, it does and it doesn't.  But, as we've said before, we're
expecting to kill ap_internal_fast_redirect real soon now.  It's
on our release showstoppers list - therefore, the next release
(i.e. 2.0.33) better have this removed.  

What I was pointing out was that you don't need to have the
fast_redirect call there if you use internal_redirect call as well.

> I am just porting some stuff from 1.3 to 2 and this is a real sticking 
> problem.  So far, Apache 2 has been great in testing performance wise.

Ah, cool.  Please let us know if you have any further problems or
questions.  -- justin

Reply via email to