[Momonga-devel.ja:01729] httpd-2.0.46-2m


shigeです.

httpd-2.0.46-2m で httpd パッケージに変更を加えましたので御報告します.

httpdのエラーメッセージの装飾に使用している CSS (Cascading Style
Sheet) が収められるディレクトリを,管理しやすい様,以下の通り変更しま
した.

● 変更点 ── /var/www/error/ 以下へ移動

		【旧】 /var/www/html/styles

		【新】 /var/www/error/styles

エラーメッセージの設定をMomongaデフォルトの状態で利用されている方
(/var/www/error/ 内のファイルを御自身でカスタマイズされていない方)
は,パッケージアップグレード時に作成される

		/var/www/error/include/top.html.rpmnew

を

		/var/www/error/include/top.html

に mv して御利用ください.

※ SPECで %config(noreplace) 扱いにしているため.


● 必要な作業

sudo mv /var/www/error/include/top.html.rpmnew \
		/var/www/error/include/top.html


尚,御自身でエラーメッセージをカスタマイズされている方はこの変更の影響
を受けないものと思われますが,念のためバックアップをとっておいてくださ
い.


以上です.


*****************************************************
Shigeyuki.Yamashita<shige@xxxxxxxxxxxxx>
                      http://sickhack.homelinux.org/
*****************************************************