タグ

httpdに関するnipotanのブックマーク (5)

  • httpoxy

    Recommended reading Summary What Is Affected Immediate Mitigation Prevention Interesting, but once you’ve mitigated How It Works Why It Happened History of httpoxy CVEs A CGI application vulnerability (in 2016) for PHP, Go, Python and others httpoxy is a set of vulnerabilities that affect application code running in CGI, or CGI-like environments. It comes down to a simple namespace conflict: RFC 3

  • のみまくし日記 - 中間認証局証明書をPerlbalやPoundで設定するの術。

    プロフィール ぼくのなまえはきむら たけふみと言います。 かんじで書くと木村 岳文です。 タタカウプログラマンです。(なきむし)

  • Lighttpd 1.5 系がスゴイらしい

    はてブで lighty のブログがあることを知ってブログを見てみました。lighty の中の人が書いてます。 ナント、lighty 1.5 系が pre release されているではありませんか! なんでも、1.5 系は いままでより 80% のスループット向上が見込めると書かれています。激速の lighty が更に高速になるってわけですよ。Σ(゚Д゚; Using Async IO allows lighttpd it overlap file-operations. We send a IO-request for the file and get notified when it is ready. Instead of waiting for the file (as in the normal sendfile()) and blocking the server, we ca

  • lighttpd vs Perlbal : blog.nomadscafe.jp

    lighttpd vs Perlbal lighttpdのlinux-aioサポートの記事を読んでいて気になったので、既にaioをサポートしているPerlbalの静的コンテンツを配信するWebサーバとしての性能を調べてみた。 サーバは CPU Pen4 2.8GHz ( HyperThreading付き) Memory 512MB FedoraCore6 な環境です。 上記の記事の様にファイルを3GBほど作成(メモリーより明らかに多い量) 小さい画像ファイルと見立てて、3KBのファイルを10*100*1000=1M個作成しました。 #/bin/bash for i in `seq 1 10`; do for k in `seq 1 100`; do mkdir -p $i/$k; for j in `seq 1 1000`; do dd if=/dev/zero of=$i/$k/$j b

  • zshでhttpd - hibomaの日記

    昨日から引き続いてzshのマニュアルに目を通していたら zsh/socket、zsh/net/tcp というモジュールがあるのを見つけた。で、それらに関して適当にググってたら見つけたのがzshでhttpdサーバーというエントリ。全部シェルスクリプトで書かれてるhttpd/zsh。 起動方法 *セキュアな環境でやってください。デフォルトでは8080ポートが空いて、ルート以下のファイルの内容が丸見えの状態になります ソースをダウンロードします(サイト内からコピーで)。全部シェルスクリプト。 エディタに貼付けて、zshttpd.zshとでも名付けホームなど適当なところに保存 $ source zshttpd.zsh としてソースを読み込む $ zshttpdで起動 http://localhost:8080でアクセスする 例えば /Users/user_name/hoge.txt などと、任意の

    zshでhttpd - hibomaの日記
  • 1