Apache更新に伴う.htaccessの修正

メッセージ

Apacheの更新に伴って、1.4.4に含まれている.htaccessの正規表現が使えなくなっています。
.htaccessを修正する以外に、orgサイトでの告知も必要かと思われます。

解決法:official:PukiWiki/xrea.comへの設置より。


http://www.apache.org/dist/httpd/CHANGES_1.3

 Changes with Apache 1.3.32
 *) Fix a bunch of cases where the return code of the regex compiler
    was not checked properly. This affects mod_usertrack and
    core. PR 28218.  [André Malo]

http://www.apache.org/dist/httpd/CHANGES_2.0

 Changes with Apache 2.0.50
 *) Fix a bunch of cases where the return code of the regex compiler
    was not checked properly. This affects: mod_setenvif, mod_usertrack,
    mod_proxy, mod_proxy_ftp and core. PR 28218.  [André Malo]
/* We use this in <DirectoryMatch> and <FilesMatch>, to ensure that 
 * people don't get bitten by wrong-cased regex matches
 */

#ifdef WIN32
#define USE_ICASE REG_ICASE
#else
#define USE_ICASE 0
#endif

*1 objdump -dして調べた
*2 objdump も試してみましたが、1.3.x は追い方がわかりませんでした orz

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2008-12-13 (土) 12:25:52
Site admin: PukiWiki Development Team

PukiWiki 1.5.4+ © 2001-2022 PukiWiki Development Team. Powered by PHP 8.2.12. HTML convert time: 0.257 sec.

SourceForge