| Arno Oesterheld 2005-04-04, 6:04 pm |
| Hi,
I have some problems with IE-background-images which are solved when I
make the following additions to the Apache configuration-file which I
found at http://dean.edwards.name/my/flicker.html:
<snip>
BrowserMatch "MSIE" brokenvary=1
BrowserMatch "Mozilla/4.[0-9]{2}" brokenvary=1
BrowserMatch "Opera" !brokenvary
SetEnvIf brokenvary 1 force-no-vary
ExpiresActive On
ExpiresDefault A18000
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
LoadModule expires_module modules/mod_expires.so
</snip>
But for my project I am currently working on we are using the tomcat
server.
And I do not know what are the equivalent settings for tomcat? Can
someone please give me a hint or an URL? Or ist this kind of
configuration not possible with tomcat?
Thank you!
Best Regards
Arno
|