1.编辑虚拟主机文件

vim /usr/local/apache2/conf/extra/httpd-vhosts.conf

<IfModule mod_expires.c>

          ExpiresActive on

          ExpiresByType p_w_picpath/gif  "access plus 1 day"

          ExpiresByType p_w_picpath/jpeg  "access plus 24 hours"

          ExpiresByType p_w_picpath/png  "access plus 24 hours"

          ExpiresByType text/css  "now plus 2 hours"

          ExpiresByType application/x-javascript "now plus 2 hours"

          ExpiresByType application/x-shockwave-flash "now plus 2 hours"

          ExpiresDefault "now plus 0 min"

</IfModule>



查看网页的具体元素信息----

curl -x192.168.2.10:80 'http://www.xrc.com/static/p_w_picpath/common/logo.png' -I