码迷,mamicode.com
首页 > Web开发 > 详细

Apache配置静态缓存---模块

时间:2016-06-08 17:22:50      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:虚拟主机   access   

1.编辑虚拟主机文件

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

<IfModule mod_expires.c>

          ExpiresActive on

          ExpiresByType image/gif  "access plus 1 day"

          ExpiresByType image/jpeg  "access plus 24 hours"

          ExpiresByType image/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/image/common/logo.png‘ -I


Apache配置静态缓存---模块

标签:虚拟主机   access   

原文地址:http://11706174.blog.51cto.com/11696174/1787423

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!