got it figured out.. I did some tweaking on the Expires lines in the httpd
conf.. then had to restart the webrick daemon servlet for instiki..

-A

On 3/14/07, aaron smith <[EMAIL PROTECTED]> wrote:

I think what I've been experiencing is caching problems. I'm trying to
update all the meta data that is in the HTML. I edited
/app/views/layouts/default.rhtml. But it doesn't ever show up. Is that the
correct location to be editing?

I am using Apache as a proxy to the WEBrick Servlet.. I've set up
expiration on apache as well

ExpiresActive On
ExpiresDefault "access plus 300 seconds"
ExpiresByType text/html "access plus 1 day"
ExpiresByType text/css "access plus 1 day"
ExpiresByType text/javascript "access plus 1 day"

Or am I just editing the wrong file for meta updates?

Thanks.
Aaron

_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to