投稿アップデート情報 追記(4/11)
待っていたApache Lounge版のApache2.2.22が出た。早速ダウンロード。
News & Hangoutによると,APR 1.4.6 と zlib 1.2.6 待ちだった模様。Changelog Apache 2.2はこんな感じ。
いろいろ変わっているんだが,httpd.confで変わっているのは,次の部分だけ。
***** Apache2.2.21
427: # MaxRanges: Maximum number of Ranges in a request before
428: # returning the entire resource, or 0 for unlimited
429: # Default setting is to accept 200 Ranges
430: #MaxRanges 0
***** Apache2.2.22
427: # MaxRanges: Maximum number of Ranges in a request before
428: # returning the entire resource, or one of the special
429: # values ‘default’, ‘none’ or ‘unlimited’.
430: # Default setting is to accept 200 Ranges.
431: #MaxRanges unlimited
*****
httpd.exeをちょっと停止。展開したファイルを現在のものと置き換え。いつもログファイルの保存を忘れるので,注意。httpd.exeを再起動。
初めてインストールする場合は,本家のお世話-#14。(Apacheの再導入)を参照してください。
追記(4/11):
Apache導入についての新しい記事を,本家のお世話-#28。,本家のお世話-#29。に書いた。
This website uses cookies.