Home
TeamSite
Apache version shipped with TS & mod_expires
Sharty
Hi All,
got a question for all Apache Experts!
I have a problem with flickering background images (which are based in a CSS) in IE6. It seems to be, that this is an IE6 bug, which can be fixed by an Apache workaround...
The following lines have to be added in the Apache httpd.conf file:
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
Turn on the Apache module mod_expires:
LoadModule expires_module modules/mod_expires.so
And concerning exactly this module is my question about. It is shipped in the "normal" version of Apache starting 1.3 - the TS Apache version does not have this module.
After implementing this module on the TS Server, the WebDeamon isn't coming up again, no matter what I do. Seems to be, that he does not like this module.
Any ideas what I can do about it?
Thanks a lot
Jens
Find more posts tagged with
Comments
plaird
Are you seeing any kind of error message either on the console when you're starting Apache or in the error log?
Also, are the problematic images part of the TeamSite UI or are they part of a site that you're managing in TeamSite? If it's the latter, the webserver you need to be reconfiguring is the "origin" or "customer" websever (typically runs on port 81), not iw-webd. Iw-webd is responsible for serving the TeamSite UI and routes other requests to other servers as appropriate.
Sharty
Thanks a lot for your comment!
I was actually using the apache under the iw-webd - and I couldn't do the fix.
Now I was editing the conf files under the preview apache, and it did help to get rid of worst flickering issues! The rest I have to do within the stylesheets!
Thanks again
Cheers, Jens