○ mod_gzip もとい mod_deflate 【関連】mod_gzip のインストール
Apache 1.3 を使ってた時には mod_gzip を導入してたんけど、Apache 2.0 に変えてから今まで導入してなかった。最初は様子見だったんけど、きっぱり忘れてました(笑)
んで、2.0 では mod_gzip を使わずに Apache に標準でついてる mod_deflate を使うのが素直。うちの環境では必要なモジュール等は揃ってたんでコンフィグを設定するだけ。httpd.conf に追加してもいいんけど、せっかく conf.d があるわけだから /etc/httpd/conf.d/deflate.conf として作成。
## /etc/httpd/conf.d/deflate.conf ## LoadModule deflate_module modules/mod_deflate.so <IfModule mod_deflate.c> <Directory /> #SetEnv gzip-only-text/html 1 #SetOutputFilter DEFLATE AddOutputFilterByType DEFLATE text/html text/plain </Directory> </IfModule>
+++GET 141+++ GET /linux/ HTTP/1.1 Accept: */* Accept-Language: ja,en-us;q=0.5 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322) Host: hostname Pragma: no-cache Connection: keep-alive +++RESP 141+++ HTTP/1.1 200 OK Date: Thu, 31 Jul 2003 11:25:29 GMT Server: Apache/2.0.47 (Red Hat Linux) Last-Modified: Sat, 31 May 2003 03:39:41 GMT ETag: "1c3f1-2d6-8b233940" Accept-Ranges: bytes Content-Length: 726 Vary: Accept-Encoding Connection: close Content-Type: text/html +++CLOSE 141+++
+++GET 142+++ GET /linux/ HTTP/1.1 Accept: */* Accept-Language: ja,en-us;q=0.5 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322) Host: hostname Pragma: no-cache Connection: keep-alive +++RESP 142+++ HTTP/1.1 200 OK Date: Thu, 31 Jul 2003 11:25:38 GMT Server: Apache/2.0.47 (Red Hat Linux) Last-Modified: Sat, 31 May 2003 03:39:41 GMT ETag: "1c3f1-2d6-8b233940" Accept-Ranges: bytes Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 549 Connection: close Content-Type: text/html +++CLOSE 142+++
*.*.*.* - - - [23/Jun/2003:03:50:43 +0900] "CONNECT mail.acmemail.net:25 HTTP/1.0" 405 942 "-" "-" *.*.*.* *.*.*.* - - [23/Jun/2003:03:50:42 +0900] "POST http://*.*.*.*:25/ HTTP/1.1" 200 841 "-" "-"
# perl pxytest -M myserver myserver
…(中略)…
Test complete - no proxies found
あと、もう一つ、こんなの。
*.*.*.* %s - - [23/Jun/2003:15:17:24 +0900] "SEARCH / HTTP/1.1" 405 926 "-" "-"