On Wed, 18 Sep 2002, Peter Bi wrote: > Problem in authentication: if mod_perl returns cached header and the > document is proxy cached in the plain Apache, the backend authentication > handler (in the mod_perl server) will not be able to protect it.
If you use HTTP Basic authentication then response to request with Authorization header will never be cached by mod_proxy or mod_accel. However mod_accel can ignore Authorization header by per location/files basis. Igor Sysoev http://sysoev.ru