プログラミングのメモとか

PDFのダウンロード挙動がおかしいとき

Perl、Mojo使用時。MojoはPDFのハンドリングがおかしい。
なので、PDFを置いてあるフォルダはMojoの管理を外す。
#:
# Apach2::Mojoなどの設定を先に記述する
#:

Alias /pdf/ /home/www/XXX/pdf/
<Location /pdf/>
    Options -Indexes FollowSymLinks
    Order Deny,Allow
    Allow from all
    SetHandler default-handler  #これが重要
</Location>

プロセス数(接続数)

http://classaz.blogspot.com/2009/10/apache.html
httpでESTABLISHなものをカウント
netstat -a | grep .http | grep EST | wc
httpdのプロセス数
$ ps -a | grep httpd | grep -v grep | wc
マシン自体のCPU、メモリーなどはtopコマンドで。
top
タグ

このページへのコメント

cTKbiB Thanks again for the article post.Really thank you! Great.

0
Posted by check this out 2013年12月20日(金) 20:31:55 返信

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

メンバーのみ編集できます