You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Graham Leggett <gr...@dsn.ericsson.se> on 1999/04/14 12:32:05 UTC

Reverse proxy and caching - is this supposed to work?

Hi all,

I have been having a torrid time trying to convice Apache v1.3.6 to
cache reverse proxy requests.

I have a website configured that hides a number of NT servers behind a
single virtual host. This is done both to eliminate website
fragmentation, and to reduce load on the NT servers. On the first point
Apache performs beautifully, however the cache remains stubbornly empty
despite being configured to cache proxy requests.

The first thing I would like to know is whether Apache's mod_proxy is
actually designed to cache reverse proxy requests. I don't want to spend
weeks trying to enable a feature that does not exist. Is it supposed to
cache reverse proxy requests?

Having poked and prodded for a while, it would seem that Apache is
trying to cache the requests, however is failing because the filename
that Apache tries to write the file to is a NULL pointer. This triggers
PR3178, which makes the particular child segfault.

Can anyone shed any light on why this is happening, or confirm what I am
trying to do is even possible?

Regards,
Graham
--