http://japan.linux.com/desktop/06/03/31/0137249.shtml?topic=1
- Theo's page
http://www.theos.com/deraadt/
http://www.khelekore.org/rabbit/
RabbIT is a web proxy that speeds up web surfing over slow links by doing:
- Compress text pages to gzip streams. This reduces size by up to 75%
- Compress images to 10% jpeg. This reduces size by up to 95%
- Remove advertising
- Remove background images
- Cache filtered pages and images
- Uses keepalive if possible
- Easy and powerful configuration
- Multi threaded solution written in java
- Modular and easily extended
- Complete HTTP/1.1 compliance
http://www.journalarchive.jst.go.jp/japanese/top_ja.php
- 電子アーカイブで過去の学術雑誌を初公開(明治期からの日本の研究の探索が可能に)
http://www.jst.go.jp/pr/info/info271/index.html
http://www.linux.or.jp/JF/JFdocs/TransparentProxy.html
LAN 側からの port 80 へのアクセスを squid (port 3128) を経由させる.
squid の設定
httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy on httpd_accel_uses_host_header on
iptables の設定
/sbin/iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 3128