[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Expires line in http header not getting generated
- Subject: [cobalt-users] Expires line in http header not getting generated
- From: "Steve Dondley" <stevedondley@xxxxxxxxx>
- Date: Fri Oct 3 20:11:06 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I'm running a RaQ4 server. I've configured my httpd.conf file to load
both the headers module and the expires module. I've restarted the
server. I've place the following lines in my .htaccess file:
ExpiresActive on
ExpiresByType image/gif "modification plus 7 days"
ExpiresByType text/html "now plus 0 seconds"
But when I look at the HTTP header, no line for "Expires:" exists. Did I
overlook something?