Re: ProxyPass not getting type of dynamic images?

2003-07-11 Thread HLiu
] infocc: Subject: ProxyPass not getting type of dynamic images

ProxyPass not getting type of dynamic images?

2003-07-10 Thread Kirk Bowe
Hi, I'm doing a naive one size fits all ProxyPass thing wherein I've got one server simply sitting between the end users and the real machine. So my only lines are: ProxyPass / http://other.server.with.specified.port.com:8082/ ProxyPassReverse /

Re: ProxyPass not getting type of dynamic images?

2003-07-08 Thread Ged Haywood
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

ProxyPass not getting type of dynamic images?

2003-07-07 Thread Kirk Bowe
Hi, I'm doing a naive one size fits all ProxyPass thing wherein I've got one server simply sitting between the end users and the real machine. So my only lines are: ProxyPass / http://other.server.with.specified.port.com:8082/ ProxyPassReverse / http://other.server.with.specified.port.com:8082/