2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

mod_pagespeedインストール

Posted at

atインストール

# yum install at

mod_pagespeedインストール

# cd /usr/local/src/
# wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm
# rpm -ivh mod-pagespeed-stable_current_x86_64.rpm
# /etc/rc.d/init.d/httpd restart

設定

/etc/httpd/conf.d/pagespeed.conf
...
<Location /mod_pagespeed_statistics>
…
<Location /pagespeed_console>
…
<Location /mod_pagespeed_message>
…

あたりにBASIC認証設定など。

参考

https://developers.google.com/speed/pagespeed/mod?hl=ja
http://kb.eukhost.com/how-to-install-mod_pagespeed-on-centos/

環境

CentOS6.4 (さくらのVPS)

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?