Re: [users@httpd] png images are broken with reverse proxy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> <VirtualHost *:80>
>     ServerAdmin webmaster@mydomain
>     DocumentRoot  /var/www/html/
>     ServerName mydomain
>     <IfModule mod_proxy.c>
>     ProxyRequests off
>     <Proxy *>
>        Order deny,allow
>        Deny from all
>        Allow from 192.168.80.0/25
>     </Proxy>

Why have a <Proxy> block if you have 'ProxyRequests off'?

>     ProxyPass / http://192.168.3.1/
>     ProxyPassReverse / http://192.168.3.1/
>   </IfModule>
> </VirtualHost>

- Which proxy modules do you load/are statically linked in the binary?
- Is there anything in the errorlog for this request?
- Does the backend application send the file as application/x-png (or
whatever the MIME type of a PNG image is)?

Joost


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux