[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mirror/webmirror (1.42->1.44)



victoryでし

http://www.debian.org/mirror/webmirror (1.42->1.44)
http://cvs.debian.org/webwml/english/mirror/webmirror.wml.diff?r1=1.42&r2=1.44&cvsroot=webwml&diff_format=u

-- 
victory
---
Index: webmirror.wml
===================================================================
RCS file: /cvsroot/webwml/webwml/japanese/mirror/webmirror.wml,v
retrieving revision 1.9
diff -u -r1.9 webmirror.wml
--- webmirror.wml	22 Aug 2009 11:08:09 -0000	1.9
+++ webmirror.wml	14 Oct 2009 22:20:24 -0000
@@ -204,6 +204,24 @@
 AddType application/rss+xml .rdf
 </pre>
 
+<p>スペイン語翻訳版の HTML, PDF,
+及びプレーンテキストファイルの正しい Context-Type
+ヘッダを返すため、正しい種類を次のように Apache に指示してください:</p>
+
+<pre>
+&lt;Files *.html.es>
+  ForceType text/html
+&lt;/Files>
+
+&lt;Files *.pdf.es>
+  ForceType application/pdf
+&lt;/Files>
+
+&lt;Files *.txt.es>
+  ForceType text/plain
+&lt;/Files>
+</pre>
+
 <p><a href="../events/">/events</a> 
 以下での content negotiation (内容交渉) の問題回避のため、カレンダーファイルには
 text/html の内容よりも低い優先度を割り当てる必要があります:</p>
@@ -227,3 +245,15 @@
 Redirect /Packages http://packages.debian.org
 Redirect /lintian http://lintian.debian.org
 </pre>
+
+<h4>バーチャルホスト</h4>
+
+<p><a href="www.debian.org">www.debian.org</a>
+及び管理下のいくつかの名前でアクセスされる Debian ウェブサイトでは、
+負荷分散とユーザから近いミラーの選択のために GeoDNS を使っています。</p>
+
+<p>結論から言うと、Apache はいくつかのバーチャルホストを通して
+Debian ウェブサイトを使えるようにすべきです。
+こんな感じになります:</p>
+
+<pre>ServerAlias www.debian.org www.debian.com debian.org www.*.debian.org</pre>