Hi there,

On Mon, 7 Jul 2003, Kirk Bowe wrote:

> ProxyPass / http://other.server.with.specified.port.com:8082/
> ProxyPassReverse / http://other.server.with.specified.port.com:8082/
> ProxyReceiveBufferSize 16384
> 
> Most of it works fine but I appear to be losing content types.

Is it something mod_proxy is doing?

If you look in apache_1.3.27/src/modules/proxy/proxy_util.c
at the function ap_proxy_read_headers() you may find something.

You could add some logging.

73,
Ged.

Reply via email to