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

ubuntu启用apache的mod_headers和mod_expires

时间:2015-06-02 18:11:39      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:apache   ubuntu   开启模块   

ubuntu启用apache的mod_headers和mod_expires

ubuntu部署某些webAPP的时候,发现有几个警告,请启用mod_expires和mod_headers.等等模块都

可以按照以下命令,启用apache的缓存

root@vr:~# a2enmod headers
Enabling module headers.
To activate the new configuration, you need to run:
service apache2 restart
root@vr:~# a2enmod expires
Enabling module expires.
To activate the new configuration, you need to run:
service apache2 restart
root@vr:~# service apache2 restart

本文出自 “态度决定一切” 博客,请务必保留此出处http://sangh.blog.51cto.com/6892345/1657564

ubuntu启用apache的mod_headers和mod_expires

标签:apache   ubuntu   开启模块   

原文地址:http://sangh.blog.51cto.com/6892345/1657564

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