6
7

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 1 year has passed since last update.

Webサーバーで帯域制限するモジュールを探してみた。

Last updated at Posted at 2014-05-21

お客さんの要望でWebサーバーからのダウンロード帯域をユーザー毎に絞りたいと言う話があった。

Apacheのmod_なんとかでそういうのがあったと思ったので調べて見た。

Google先生に聞いたキーワード「mod_bandwidth similar」
順不同(Apache2 or Nginxで)
そういうまとめは、既にあるような気がするが..

mod_qos
http://opensource.adnovum.ch/mod_qos/

mod_limitipconn.c
http://dominia.org/djao/limitipconn2.html

Summer Of Code Project : Bandwidth Limiter For Apache
http://bwmod.sourceforge.net/

bwshare Apache module for bandwidth throttling by HTTP client IP address
http://www.topology.org/src/bwshare/README.html

あ、それmod_mrubyできるよって声がするので、mod_mrubyも
matsumoto-r/mod_mruby
https://github.com/matsumoto-r/mod_mruby

Apache mod_bw - Coding Lessons
http://ivn.cl/category/apache/#bandwidth

mod_cband | Free software downloads at SourceForge.net
http://sourceforge.net/projects/cband/

Apache module : mod_bandwidth | CohProg SàRL
http://www.cohprog.com/mod_bandwidth

(参考まとめ)
Apacheで帯域や接続数を制御するモジュール | やかん部 技術情報|株式会社フラッツFLATz Inc.
http://www.flatz.jp/archives/1922

FreeBSD8.0 +Apache2.2 +MySQL5 +Ruby1.8 +PHP5 サーバーインストール手順: Apache2.2 帯域制限をかける mod_cband最強?mod_bandwidth mod_bwshare... どれがいい?(2008年9月)
http://butsuyokudaimajin.blogspot.com/2008/09/apache22-modbandwidth-modbw.html

6
7
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
6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?