mod_expires

After noticing the number of "hits" to common image files in my stats, I did some googling and concluded that using the mod_expires functions in my common images directory could speed up my web pages and reduce bandwidth used. I asked my host if they could enable it on the server, and this is their reply:

"As far as the expires module this could cause other adverse effects to other clients. It also isnt just simple as just turning an option on. It is a very involved process that inclues completely rebuilding apache and the other web pages services. Due to all above outlined reasons we can not enable this mod on our servers."

To confuse matters further, they added:

"You can use ports 2083 (cpanel) and 2087 (whm) using https to access them securely. Also we advise that you do not to save the passwords. You can also wipe the history and tempory internet files. Also you can clear out AutoComplete and cookies. Another thing would be to change your passwords frequently."

Now am I missing something here, or are these guys one close to the most clueless admins out there? My previous encounters would indicate the latter, but I thought I'd ask. Failing getting mod_expires to work, I'm considering fetching all my images using a "get.php?img=foo.gif" method where I can manually insert a "Expires" header myself. Comments?

thanks

 

 

 

 

Top