#author("2019-01-28T04:30:46+09:00","default:kuji","kuji") #author("2019-01-28T04:32:09+09:00","default:kuji","kuji") CONTENTS #contents ---- Lastmodified &lastmod; ---- *Query string too long [#af2a2224] https://pukiwiki.osdn.jp/dev/?%E9%96%8B%E7%99%BA%E6%97%A5%E8%A8%98/2005-01-02 といわれて、PukiWikiを編集出来なくなった。仕様・設定が変わったらしい。 *クエリ文字列の文字列長に制限を追加 [#f06327e9] 一部のWormはありえない長さのGET method(2000文字以上)を送りつけてくる様なので、query-stringの長さをチェックすればはじく事が可能。 +Added PKWK_QUERY_STRING_MAX, prohibits too-long-GET-method, like a worm +Beware: (page-name-length + attach-file-length) <= PKWK_QUERY_STRING_MAX /usr/local/www/PukiWiki/pukiwiki.ini.php // define('PKWK_QUERY_STRING_MAX', 640); // Bytes, 0 = OFF define('PKWK_QUERY_STRING_MAX', 1280); // Bytes, 0 = OFF ---- Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday); #counter([total|today|yesterday]);