https://issues.apache.org/bugzilla/show_bug.cgi?id=45273

--- Comment #2 from duchuanying <[email protected]> 2010-03-08 11:26:10 UTC ---

In mod_dir,  used ap_internal_fast_redirect, so  CACHE_SAVE filter is not
executed. 

mod_dir use fast_redirect only when the file is local static file. 

        if (rr->status == HTTP_OK
            && (   (rr->handler && !strcmp(rr->handler, "proxy-server"))
                || rr->finfo.filetype == APR_REG)) {
            ap_internal_fast_redirect(rr, r); 
            return OK; 
        }

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to