logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mozilla specific directives to allow images to display
Author
tmknight



Joined: 20 Apr 2008
Posts: 2

PostPosted: Sun 20 Apr '08 20:02    Post subject: mozilla specific directives to allow images to display Reply with quote

I am having an issue where images do not display in Firefox, but display fine in Internet Explorer. Clicking on image url results in new page with url text as content, no image, no image placeholder, just the text of the url itself. Any suggestions on specific directives that may resolve this?

Apache/2.2.8
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Mon 05 May '08 10:05    Post subject: Reply with quote

What is in your error log? What about the images paths in html?
Back to top
tmknight



Joined: 20 Apr 2008
Posts: 2

PostPosted: Mon 05 May '08 15:27    Post subject: Reply with quote

Please have a look at my topic in the Firefox Forum: http://forums.mozillazine.org/viewtopic.php?t=650093&highlight=. I discovered a workaround by removing the following:
Code:
# Don't compress images
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png)$ no-gzip dont-vary


But would like to know what directive I need to make to allow me to not attempt to compress un-compressible images globally, while still satisfying any need Mozilla browsers may have.

Thanks in advance!
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Mon 05 May '08 15:31    Post subject: Reply with quote

Do you use mod_deflate?

What is in your images tages src="????"
Back to top


Reply to topic   Topic: mozilla specific directives to allow images to display View previous topic :: View next topic
Post new topic   Forum Index -> Apache