ubuntu启用apache的mod_headers和mod_expires
ubuntu部署某些webAPP的时候,发现有几个警告,请启用mod_expires和mod_headers.等等模块都可以按照以下命令,启用apache的缓存
1
2
3
4
5
6
7
8
9
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
页:
[1]