IT, Linux 某所の"munin"がびっくりするくらい画面表示が重くなっていて、ひょんなことから改善することになった話。前提条件として、このmuninが動いているサーバは数百台のノード(サーバ)を管理している状態で、muninのバージョンは2.0系でした。本当は、後学... 続きを読む
Scribe is a server for aggregating log data streamed in real time from a large number of servers. It is designed to be scalable, extensible without client-side modification, and robust to failure of the network or any specific machine. 続きを読む
YAPC::Asia Tokyo 2010 で LT してきました。以下はその資料(に少し説明を追加したもの)です。mod_rewrite正規表現によるURL書き換えモジュールスイス製アーミーナイフ / 黒魔術 まだ Apache 使ってますよね? reverse proxy とか…はてなの mod_rewrite 活用事... 続きを読む
kazuhoさんが「プロのサーバ管理者の間では存在価値が疑問視されて久しい (Min|Max)SpareServers だと思う」と書いたり、hirose31さんが去年のYAPC::Asiaで{Start,{Min,Max}Spare}Servers,MaxClientsは同じにしているよと発表したり、実際前職のサーバはそのよ... 続きを読む
The requested blog was not found on this server -- unless you requested that of Dan Kogai (小飼 弾). 具体的には、 LogFormat "%h\t%l\t%u\t%t\t\"%r\"\t%>s\t%b\t\"%{Referer}i\"\t\"%{User-Agent}i\"" combined_tsv ないし、さらに LogFormat "%h\t%l\t... 続きを読む
Logstalgia (aka ApachePong) replays or streams a standard website access log (eg access.log) as a retro arcade game-like simulation. Video: http://www.youtube.com/watch?v=BYYX-h4-dpM (average quality) Screenshots: 1 2 3 UPDATE - 0.9.2 Release... 続きを読む
Perlbal is our Perl-based reverse proxy load balancer and web server. It processes hundreds of millions of requests a day just for LiveJournal, Vox and TypePad and dozens of other "Web 2.0" applications. Overview Perlbal is a single-threaded ... 続きを読む
那須です。 Webシステムの開発をしていると、急激なアクセス増に備え、あらかじめHTTP通信の帯域や接続数を制御したいということがあります。 先日、Apacheで使えるトラフィック制御モジュールを調べる機会があったので、まとめておきたいと思います。 Apache2.... 続きを読む
About the module mod_cband is an Apache 2 module provided to solve the problem of limiting users' and virtualhosts' bandwidth usage. The current versions can set virtualhosts' and users' bandwidth quotas, maximal download speed (like in mod_b... 続きを読む
Mahout's goal is to build scalable, Apache licensed machine learning libraries. Initially, we are interested in building out the ten machine learning libraries detailed in http://www.cs.stanford.edu/people/ang//papers/nips06-mapreducemulticor... 続きを読む
10:46 | ウェブサービスでは、アクセスが集中して、サイトが落ちる、というのは、よくある話です。純粋に人気が出てアクセス集中するなら、サーバ管理側の責任と言われても、しかたないと思います。しかし、botやF5アタックによる突発的な集中アクセスで、落ち... 続きを読む
DoS攻撃対策のApacheモジュール mod_evasive と言うのを見つけましたので、試しに使ってみようかと思います。 この mod_evasive は、設定した一定時間を超えるアクセスに対して、403(Forbidden)と返して、これまた一定時間アクセスが行えない様にする事が出来る... 続きを読む
自己証明書 This entry was posted by tkoshima on 2006/11/27 (月) at 17:54:03 Category: Linux. CentOSに限ったことではないですが、opensslで自己証明書をつくってapacheでオレオレ証明書をテストしてみる(CAは立てない) CentOSであれば、 yum install ht... 続きを読む
bind-usersネタですけど、自分も投稿者と同じような状況にあったのにスルーしてた部分で、うまいworkaroundが紹介されてたので書いときます。 続き▽ 続きを読む
This translation may be out of date. Check the English version for recent changes. 続きを読む
mod_rails is on the way Hongli and crew from Phusion have been hard at work for some time to fix the ease-of-deployment issue on Apache with their Passenger project. They now have a video that demos how simple it’ll be to install and get run... 続きを読む
http://gyazo.com/cbaf16b8ac44a2715aaf400cd7a9afdc.png という由来があったんで、簡単にまとめてみる。 ・CentOS ・デフォルトでApacheが動いてて、これは都合で消せない ・railsを動かしたい といった状況から、 ・ロードバランサはapache mod_proxy_balance... 続きを読む
英語の記事を紹介するというこのブログの趣旨からちょっとはずれるが、自分用のメモ代わりと情報共有のために書いておく。 Rails で Apache + FastCGI の本番環境を構築していたのだが、思いっきりはまってしまった。 そのはまりパターンと脱出法を以下に紹介。... 続きを読む
Posted by masuidrive Thu, 20 Jul 2006 10:33:00 GMT Ruby on Railsが簡単にアプリケーションを構築できる一つの特徴に「convention over configuration」=「設定より規約」があります。 Railsはアプリを作るのは簡単ですが、それを公開するのがちょっと面倒で... 続きを読む
普通の帯域節約術としては、mod_deflateでdeflate圧縮するとか、CSSやJSファイルのHTTPレスポンスヘッダにLast-ModifiedやEtagを追加しておいて、ブラウザがHTTPリクエストヘッダにIf-Modified-SinceやIf-None-Matchを付加するようにし、コンテンツが変更されて... 続きを読む