ページへ戻る
印刷
効果絶大! :thumb_up: の mod_xsendfile
をテンプレートにして作成 ::
XOOPS マニア
UsersWiki
:nao-pon/blog/2010-05-19 をテンプレートにして作成
開始行:
#navi
RIGHT:&rsslink(../);
#boxdate
* 効果絶大! :thumb_up: の mod_xsendfile
RIGHT:&tag(Apache,PHP,自宅サーバー);
先日、Apache を 1.3 から 2.2 にアップグレードしたので、前...
その効果は絶大! :thumb_up:
xpWiki では、ページに添付されたファイルをはじめ、アイコン...
通常はそんなに問題はないのですが、ボットが襲来した時など...
そんな時のために、monit で監視して異常な負荷になった場合...
ただ、mod_xsendfile は、"Content-Encording" ヘッダを除去...
xpWiki では、積極的に gzip での出力を行っているので、mod_...
//- %%&ref(mod_xsendfile.c);%% (旧 0.11ベース)
//- [[mod_xsendfile 0.12:https://tn123.org/mod_xsendfile/...
//-- %%&ref(nao-pon/Vine Linux 6 (Haut Brion)/mod_xsendfi...
//-- &ref(nao-pon/Vine Linux 6 (Haut Brion)/mod_xsendfile...
- GitHub版[[nmaier/mod_xsendfile:https://github.com/nmaie...
-- &font(150%){&ref(mod_xsendfile_0.c,noinline);};
-- [[nao-pon/mod_xsendfile:https://github.com/nao-pon/mod...
apxs -cia mod_xsendfile.c
で普通にインストールできます。
あとは、http.conf や .htaccess などで
#pre{{
<IfModule mod_xsendfile.c>
XSendFile on
XSendFilePath "/html/hogehoge"
XSendFilePath "/trustpath/hogehoge"
</IfModule>
}}
などとすればOK。(XSendFilePath は、読み込み可能にするパス...
mod_xsendfile 対応版の HypCommonFunc と xpWiki は次のバー...
RIGHT:&font(90%){&page_comments;};
#navi
終了行:
#navi
RIGHT:&rsslink(../);
#boxdate
* 効果絶大! :thumb_up: の mod_xsendfile
RIGHT:&tag(Apache,PHP,自宅サーバー);
先日、Apache を 1.3 から 2.2 にアップグレードしたので、前...
その効果は絶大! :thumb_up:
xpWiki では、ページに添付されたファイルをはじめ、アイコン...
通常はそんなに問題はないのですが、ボットが襲来した時など...
そんな時のために、monit で監視して異常な負荷になった場合...
ただ、mod_xsendfile は、"Content-Encording" ヘッダを除去...
xpWiki では、積極的に gzip での出力を行っているので、mod_...
//- %%&ref(mod_xsendfile.c);%% (旧 0.11ベース)
//- [[mod_xsendfile 0.12:https://tn123.org/mod_xsendfile/...
//-- %%&ref(nao-pon/Vine Linux 6 (Haut Brion)/mod_xsendfi...
//-- &ref(nao-pon/Vine Linux 6 (Haut Brion)/mod_xsendfile...
- GitHub版[[nmaier/mod_xsendfile:https://github.com/nmaie...
-- &font(150%){&ref(mod_xsendfile_0.c,noinline);};
-- [[nao-pon/mod_xsendfile:https://github.com/nao-pon/mod...
apxs -cia mod_xsendfile.c
で普通にインストールできます。
あとは、http.conf や .htaccess などで
#pre{{
<IfModule mod_xsendfile.c>
XSendFile on
XSendFilePath "/html/hogehoge"
XSendFilePath "/trustpath/hogehoge"
</IfModule>
}}
などとすればOK。(XSendFilePath は、読み込み可能にするパス...
mod_xsendfile 対応版の HypCommonFunc と xpWiki は次のバー...
RIGHT:&font(90%){&page_comments;};
#navi
ページ名: