I am setting expires header in .htaccess file as below
ExpiresActive On
ExpiresDefault A1209600
It works for all the files that are in document root, but I have a separate mounted drive which is used as drupal file system ( private ), where I store my jcarousel images and for these images the expires header are not working.