Hi All,

I am trying to do what GWT suggest in Perfect Caching section of
http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html

I am trying to add the following in my httpd.conf

LoadModule expires_module modules/mod_expires.so

<Files *.nocache.*>
  ExpiresDefault "access"
</Files>

This does not work... The following works but it caches all the
javascript files.

LoadModule expires_module modules/mod_expires.so
ExpiresActive On
ExpiresByType application/x-javascript "access plus 104 weeks"

As suggested by GWT i do not want to cache the nocache.js file. Please
let me know what i am doing wrong.

Thanks,
Parag

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to