ct38 发表于 2018-11-21 10:49:31

ubuntu启用apache的mod_headers和mod_expires

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


页: [1]
查看完整版本: ubuntu启用apache的mod_headers和mod_expires