Re: [EMAIL PROTECTED] png images are broken with reverse proxy

2006-05-01 Thread Vects
Sorry for delay, I was out of office. On Wed, 2006-04-26 at 13:56 +0200, Joost de Heer wrote: > > > > ServerAdmin [EMAIL PROTECTED] > > DocumentRoot /var/www/html/ > > ServerName mydomain > > > > ProxyRequests off > > > >Order deny,allow > >Deny from all

[EMAIL PROTECTED] Re: png images are broken with reverse proxy

2006-04-25 Thread Vects
On Tue, 2006-04-25 at 16:40 +0200, Joost de Heer wrote: > Vects wrote: > > Hi there, > > I have a problem with mod_proxy, png images are broken. I found that > > apache removes '\n\r' (hex 0a0d) from png files. Is there anyway to > > prevent apache to do tha

Re: [EMAIL PROTECTED] png images are broken with reverse proxy

2006-04-25 Thread Vects
On Mon, 2006-04-24 at 17:25 -0400, Joshua Slive wrote: > On 4/24/06, Vects <[EMAIL PROTECTED]> wrote: > > Hi there, > > I have a problem with mod_proxy, png images are broken. I found that > > apache removes '\n\r' (hex 0a0d) from png files. Is there anyway

[EMAIL PROTECTED] png images are broken with reverse proxy

2006-04-24 Thread Vects
Hi there, I have a problem with mod_proxy, png images are broken. I found that apache removes '\n\r' (hex 0a0d) from png files. Is there anyway to prevent apache to do that or I need to fix png files? Thanks, Alexc. - The offici