You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2012/04/27 22:20:57 UTC

svn commit: r1331574 [2/11] - in /httpd/httpd/branches/2.2.x/docs/manual: ./ developer/ faq/ howto/ misc/ mod/ platform/ programs/ rewrite/ ssl/ vhosts/

Modified: httpd/httpd/branches/2.2.x/docs/manual/developer/index.html.zh-cn
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/developer/index.html.zh-cn?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/developer/index.html.zh-cn (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/developer/index.html.zh-cn Fri Apr 27 20:20:08 2012
@@ -76,9 +76,9 @@
 <a href="../zh-cn/developer/" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />基于 <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> 许可证.</p>
-<p class="menu"><a href="../mod/">模块</a> | <a href="../mod/directives.html">指令</a> | <a href="../faq/">常见问题</a> | <a href="../glossary.html">术语</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">模块</a> | <a href="../mod/directives.html">指令</a> | <a href="../faq/">常见问题</a> | <a href="../glossary.html">术语</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/developer/modules.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/developer/modules.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/developer/modules.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/developer/modules.html.en Fri Apr 27 20:20:08 2012
@@ -272,9 +272,9 @@ module MODULE_VAR_EXPORT <var>module_nam
 <a href="../ja/developer/modules.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/developer/modules.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/developer/modules.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/developer/modules.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/developer/modules.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -273,9 +273,9 @@ module MODULE_VAR_EXPORT <var>module_nam
 <a href="../ja/developer/modules.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/developer/request.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/developer/request.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/developer/request.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/developer/request.html.en Fri Apr 27 20:20:08 2012
@@ -259,9 +259,9 @@ case SATISFY_ANY:
 <p><span>Available Languages: </span><a href="../en/developer/request.html" title="English">&nbsp;en&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/developer/thread_safety.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/developer/thread_safety.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/developer/thread_safety.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/developer/thread_safety.html.en Fri Apr 27 20:20:08 2012
@@ -280,9 +280,9 @@
 <p><span>Available Languages: </span><a href="../en/developer/thread_safety.html" title="English">&nbsp;en&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.en Fri Apr 27 20:20:08 2012
@@ -244,9 +244,9 @@
 <a href="./tr/dns-caveats.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -246,9 +246,9 @@
 <a href="./tr/dns-caveats.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.ko.euc-kr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.ko.euc-kr [euc-kr] Fri Apr 27 20:20:08 2012
@@ -224,9 +224,9 @@
 <a href="./tr/dns-caveats.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.tr.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/dns-caveats.html.tr.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -234,9 +234,9 @@
 <a href="./tr/dns-caveats.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
-<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/dso.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/dso.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/dso.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/dso.html.en Fri Apr 27 20:20:08 2012
@@ -316,9 +316,9 @@ $ apxs -i -a -n foo mod_foo.la
 <a href="./tr/dso.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/dso.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/dso.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/dso.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/dso.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -301,9 +301,9 @@ $ apxs -i -a -n foo mod_foo.la
 <a href="./tr/dso.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/dso.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/dso.html.ko.euc-kr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/dso.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/dso.html.ko.euc-kr [euc-kr] Fri Apr 27 20:20:08 2012
@@ -277,9 +277,9 @@ $ apxs -i -a -n foo mod_foo.la
 <a href="./tr/dso.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/dso.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/dso.html.tr.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/dso.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/dso.html.tr.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -307,9 +307,9 @@ $ apxs -i -a -n filanca mod_filanca.la
 <a href="./tr/dso.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
-<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/env.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/env.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/env.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/env.html.en Fri Apr 27 20:20:08 2012
@@ -453,9 +453,9 @@ BrowserMatch "JDK/1\.0" force-response-1
 <a href="./tr/env.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/env.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/env.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/env.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/env.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -408,9 +408,9 @@ SetEnvIf Referer "^$" local_referal
 <a href="./tr/env.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/env.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/env.html.ko.euc-kr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/env.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/env.html.ko.euc-kr [euc-kr] Fri Apr 27 20:20:08 2012
@@ -374,9 +374,9 @@ SetEnvIf Referer "^$" local_referal
 <a href="./tr/env.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/env.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/env.html.tr.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/env.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/env.html.tr.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -453,9 +453,9 @@ BrowserMatch "JDK/1\.0" force-response-1
 <a href="./tr/env.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
-<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.en Fri Apr 27 20:20:08 2012
@@ -35,9 +35,9 @@
 <a href="../zh-cn/faq/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.tr.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.tr.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -36,9 +36,9 @@
 <a href="../zh-cn/faq/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
-<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.zh-cn
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.zh-cn?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.zh-cn (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/faq/index.html.zh-cn Fri Apr 27 20:20:08 2012
@@ -35,9 +35,9 @@
 <a href="../zh-cn/faq/" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />基于 <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> 许可证.</p>
-<p class="menu"><a href="../mod/">模块</a> | <a href="../mod/directives.html">指令</a> | <a href="../faq/">常见问题</a> | <a href="../glossary.html">术语</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">模块</a> | <a href="../mod/directives.html">指令</a> | <a href="../faq/">常见问题</a> | <a href="../glossary.html">术语</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/filter.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/filter.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/filter.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/filter.html.en Fri Apr 27 20:20:08 2012
@@ -138,9 +138,9 @@ configuration instead.</p>
 <a href="./tr/filter.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/filter.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/filter.html.es?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/filter.html.es (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/filter.html.es Fri Apr 27 20:20:08 2012
@@ -82,9 +82,9 @@
 <a href="./tr/filter.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licencia bajo los términos de la <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Módulos</a> | <a href="./mod/directives.html">Directivas</a> | <a href="./faq/">Preguntas Frecuentes</a> | <a href="./glossary.html">Glosario</a> | <a href="./sitemap.html">Mapa de este sitio web</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Módulos</a> | <a href="./mod/directives.html">Directivas</a> | <a href="./faq/">Preguntas Frecuentes</a> | <a href="./glossary.html">Glosario</a> | <a href="./sitemap.html">Mapa de este sitio web</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/filter.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/filter.html.fr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/filter.html.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/filter.html.fr Fri Apr 27 20:20:08 2012
@@ -149,9 +149,9 @@ configuration dynamique à la place.</p>
 <a href="./tr/filter.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossaire</a> | <a href="./sitemap.html">Plan du site</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossaire</a> | <a href="./sitemap.html">Plan du site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/filter.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/filter.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/filter.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/filter.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -142,9 +142,9 @@ application/xhtml+xml の場合にのみ
 <a href="./tr/filter.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/filter.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/filter.html.ko.euc-kr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/filter.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/filter.html.ko.euc-kr [euc-kr] Fri Apr 27 20:20:08 2012
@@ -81,9 +81,9 @@
 <a href="./tr/filter.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/filter.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/filter.html.tr.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/filter.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/filter.html.tr.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -147,9 +147,9 @@
 <a href="./tr/filter.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
-<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/glossary.html.de
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/glossary.html.de?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/glossary.html.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/glossary.html.de Fri Apr 27 20:20:08 2012
@@ -557,9 +557,9 @@
 <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Lizenziert unter der <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/glossary.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/glossary.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/glossary.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/glossary.html.en Fri Apr 27 20:20:08 2012
@@ -472,9 +472,9 @@
 <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/glossary.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/glossary.html.es?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/glossary.html.es (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/glossary.html.es Fri Apr 27 20:20:08 2012
@@ -400,9 +400,9 @@ SSL/TLS.<br /> Consulte: <a href="ssl/">
 <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licencia bajo los términos de la <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Módulos</a> | <a href="./mod/directives.html">Directivas</a> | <a href="./faq/">Preguntas Frecuentes</a> | <a href="./glossary.html">Glosario</a> | <a href="./sitemap.html">Mapa de este sitio web</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Módulos</a> | <a href="./mod/directives.html">Directivas</a> | <a href="./faq/">Preguntas Frecuentes</a> | <a href="./glossary.html">Glosario</a> | <a href="./sitemap.html">Mapa de este sitio web</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/glossary.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/glossary.html.fr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/glossary.html.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/glossary.html.fr Fri Apr 27 20:20:08 2012
@@ -560,9 +560,9 @@ Localisation de Ressource Uniformisée
 <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossaire</a> | <a href="./sitemap.html">Plan du site</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossaire</a> | <a href="./sitemap.html">Plan du site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/glossary.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/glossary.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/glossary.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/glossary.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -455,9 +455,9 @@
 <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/glossary.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/glossary.html.ko.euc-kr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/glossary.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/glossary.html.ko.euc-kr [euc-kr] Fri Apr 27 20:20:08 2012
@@ -369,9 +369,9 @@ ITU-T)이 권장하는 인증서 양식.
 <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/glossary.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/glossary.html.tr.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/glossary.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/glossary.html.tr.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -485,9 +485,9 @@
 <a href="./tr/glossary.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
-<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/handler.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/handler.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/handler.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/handler.html.en Fri Apr 27 20:20:08 2012
@@ -160,9 +160,9 @@
 <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/handler.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/handler.html.es?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/handler.html.es (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/handler.html.es Fri Apr 27 20:20:08 2012
@@ -173,9 +173,9 @@
 <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licencia bajo los términos de la <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Módulos</a> | <a href="./mod/directives.html">Directivas</a> | <a href="./faq/">Preguntas Frecuentes</a> | <a href="./glossary.html">Glosario</a> | <a href="./sitemap.html">Mapa de este sitio web</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Módulos</a> | <a href="./mod/directives.html">Directivas</a> | <a href="./faq/">Preguntas Frecuentes</a> | <a href="./glossary.html">Glosario</a> | <a href="./sitemap.html">Mapa de este sitio web</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/handler.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/handler.html.fr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/handler.html.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/handler.html.fr Fri Apr 27 20:20:08 2012
@@ -166,9 +166,9 @@
 <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossaire</a> | <a href="./sitemap.html">Plan du site</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossaire</a> | <a href="./sitemap.html">Plan du site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/handler.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/handler.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/handler.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/handler.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -163,9 +163,9 @@
 <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/handler.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/handler.html.ko.euc-kr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/handler.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/handler.html.ko.euc-kr [euc-kr] Fri Apr 27 20:20:08 2012
@@ -156,9 +156,9 @@
 <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/handler.html.ru.koi8-r
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/handler.html.ru.koi8-r?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/handler.html.ru.koi8-r [koi8-r] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/handler.html.ru.koi8-r [koi8-r] Fri Apr 27 20:20:08 2012
@@ -172,9 +172,9 @@
 <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="./mod/">Модули</a> | <a href="./mod/directives.html">Директивы</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Глоссарий</a> | <a href="./sitemap.html">Карта сайта</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Модули</a> | <a href="./mod/directives.html">Директивы</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Глоссарий</a> | <a href="./sitemap.html">Карта сайта</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/handler.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/handler.html.tr.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/handler.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/handler.html.tr.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -157,9 +157,9 @@
 <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
-<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/handler.html.zh-cn
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/handler.html.zh-cn?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/handler.html.zh-cn (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/handler.html.zh-cn Fri Apr 27 20:20:08 2012
@@ -131,9 +131,9 @@
 <a href="./zh-cn/handler.html" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />基于 <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> 许可证.</p>
-<p class="menu"><a href="./mod/">模块</a> | <a href="./mod/directives.html">指令</a> | <a href="./faq/">常见问题</a> | <a href="./glossary.html">术语</a> | <a href="./sitemap.html">网站导航</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="./mod/">模块</a> | <a href="./mod/directives.html">指令</a> | <a href="./faq/">常见问题</a> | <a href="./glossary.html">术语</a> | <a href="./sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/access.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/access.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/access.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/access.html.en Fri Apr 27 20:20:08 2012
@@ -188,9 +188,9 @@ that approach is preferred.</p>
 <p><span>Available Languages: </span><a href="../en/howto/access.html" title="English">&nbsp;en&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.en Fri Apr 27 20:20:08 2012
@@ -430,9 +430,9 @@ person in</a></h2>
 <a href="../tr/howto/auth.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.fr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.fr Fri Apr 27 20:20:08 2012
@@ -454,9 +454,9 @@ passe</a></h2>
 <a href="../tr/howto/auth.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -391,9 +391,9 @@
 <a href="../tr/howto/auth.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.ko.euc-kr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.ko.euc-kr [euc-kr] Fri Apr 27 20:20:08 2012
@@ -326,9 +326,9 @@
 <a href="../tr/howto/auth.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">모듈</a> | <a href="../mod/directives.html">지시어들</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">용어</a> | <a href="../sitemap.html">사이트맵</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">모듈</a> | <a href="../mod/directives.html">지시어들</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">용어</a> | <a href="../sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.tr.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.html.tr.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -429,9 +429,9 @@
 <a href="../tr/howto/auth.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
-<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.en Fri Apr 27 20:20:08 2012
@@ -559,9 +559,9 @@
 <a href="../ko/howto/cgi.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -550,9 +550,9 @@
 <a href="../ko/howto/cgi.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.ko.euc-kr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/cgi.html.ko.euc-kr [euc-kr] Fri Apr 27 20:20:08 2012
@@ -502,9 +502,9 @@
 <a href="../ko/howto/cgi.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">모듈</a> | <a href="../mod/directives.html">지시어들</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">용어</a> | <a href="../sitemap.html">사이트맵</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">모듈</a> | <a href="../mod/directives.html">지시어들</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">용어</a> | <a href="../sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.en Fri Apr 27 20:20:08 2012
@@ -392,9 +392,9 @@ Options +IncludesNoExec -ExecCGI<br />
 <a href="../pt-br/howto/htaccess.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.fr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.fr Fri Apr 27 20:20:08 2012
@@ -439,9 +439,9 @@ Includes - SSI)</a></h2>
 <a href="../pt-br/howto/htaccess.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -388,9 +388,9 @@ Options +IncludesNoExec -ExecCGI<br />
 <a href="../pt-br/howto/htaccess.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.ko.euc-kr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.ko.euc-kr [euc-kr] Fri Apr 27 20:20:08 2012
@@ -334,9 +334,9 @@
 <a href="../pt-br/howto/htaccess.html" hreflang="pt-br" rel="alternate" title="Portugu&#234;s (Brasil)">&nbsp;pt-br&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">모듈</a> | <a href="../mod/directives.html">지시어들</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">용어</a> | <a href="../sitemap.html">사이트맵</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">모듈</a> | <a href="../mod/directives.html">지시어들</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">용어</a> | <a href="../sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.pt-br
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.pt-br?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.pt-br (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.pt-br Fri Apr 27 20:20:08 2012
@@ -378,9 +378,9 @@
 <a href="../pt-br/howto/htaccess.html" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licenciado sob a <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Módulos</a> | <a href="../mod/directives.html">Diretrizes</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossário</a> | <a href="../sitemap.html">Mapa do site</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Módulos</a> | <a href="../mod/directives.html">Diretrizes</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossário</a> | <a href="../sitemap.html">Mapa do site</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.en?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.en Fri Apr 27 20:20:08 2012
@@ -118,9 +118,9 @@
 <a href="../zh-cn/howto/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.ja.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.ja.utf8?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.ja.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.ja.utf8 [utf-8] Fri Apr 27 20:20:08 2012
@@ -114,9 +114,9 @@
 <a href="../zh-cn/howto/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />この文書は <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> のライセンスで提供されています。.</p>
-<p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">モジュール</a> | <a href="../mod/directives.html">ディレクティブ</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.ko.euc-kr?rev=1331574&r1=1331573&r2=1331574&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/index.html.ko.euc-kr [euc-kr] Fri Apr 27 20:20:08 2012
@@ -110,9 +110,9 @@
 <a href="../zh-cn/howto/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
-<p class="menu"><a href="../mod/">모듈</a> | <a href="../mod/directives.html">지시어들</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">용어</a> | <a href="../sitemap.html">사이트맵</a></p></div><script type="text/javascript">
-    if (prettyPrint) {
-        prettyPrint();
-    }
-</script>
+<p class="menu"><a href="../mod/">모듈</a> | <a href="../mod/directives.html">지시어들</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">용어</a> | <a href="../sitemap.html">사이트맵</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
+if (typeof(prettyPrint) !== undefined) {
+    prettyPrint();
+}
+//--><!]]></script>
 </body></html>
\ No newline at end of file