Apache相关 -- 自己整理的

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/liangxw1/article/details/84851386

 make sure Apache has mod_headers and mod_expires enabled:

... list your current modules...
apachectl -t -D DUMP_MODULES

... enable headers and expires if not in the list above...
a2enmod headers
a2enmod expires

猜你喜欢

转载自blog.csdn.net/liangxw1/article/details/84851386