diff options
Diffstat (limited to 'docs/manual')
668 files changed, 9818 insertions, 9208 deletions
diff --git a/docs/manual/bind.html.de b/docs/manual/bind.html.de index 012bdeb1c6..51e32e2d87 100644 --- a/docs/manual/bind.html.de +++ b/docs/manual/bind.html.de @@ -172,25 +172,26 @@ <a href="./tr/bind.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/bind.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index bf7a4d1e21..c243d18345 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -196,25 +196,26 @@ Listen 192.0.2.1:80 <a href="./tr/bind.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/bind.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/bind.html.fr b/docs/manual/bind.html.fr index 144025f2ff..c1395ebcbf 100644 --- a/docs/manual/bind.html.fr +++ b/docs/manual/bind.html.fr @@ -202,25 +202,26 @@ <a href="./tr/bind.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/bind.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/bind.html.ja.utf8 b/docs/manual/bind.html.ja.utf8 index b1073e4161..bbf4a72aab 100644 --- a/docs/manual/bind.html.ja.utf8 +++ b/docs/manual/bind.html.ja.utf8 @@ -182,25 +182,26 @@ <a href="./tr/bind.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/bind.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/bind.html.ko.euc-kr b/docs/manual/bind.html.ko.euc-kr index 19c77d8631..cf855b7a4e 100644 --- a/docs/manual/bind.html.ko.euc-kr +++ b/docs/manual/bind.html.ko.euc-kr @@ -152,25 +152,26 @@ <a href="./tr/bind.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/bind.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/bind.html.tr.utf8 b/docs/manual/bind.html.tr.utf8 index 3710d4ff04..583df467c8 100644 --- a/docs/manual/bind.html.tr.utf8 +++ b/docs/manual/bind.html.tr.utf8 @@ -189,25 +189,26 @@ <a href="./tr/bind.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/bind.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/caching.html.en b/docs/manual/caching.html.en index 9566355cb8..7422b46ede 100644 --- a/docs/manual/caching.html.en +++ b/docs/manual/caching.html.en @@ -838,25 +838,26 @@ sys 0m0.000s</pre></div> <a href="./tr/caching.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/caching.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/caching.html.fr b/docs/manual/caching.html.fr index 07e5601779..6f42947292 100644 --- a/docs/manual/caching.html.fr +++ b/docs/manual/caching.html.fr @@ -929,25 +929,26 @@ sys 0m0.000s</pre></div> <a href="./tr/caching.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/caching.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/caching.html.tr.utf8 b/docs/manual/caching.html.tr.utf8 index 39424b74ec..f23250811a 100644 --- a/docs/manual/caching.html.tr.utf8 +++ b/docs/manual/caching.html.tr.utf8 @@ -811,25 +811,26 @@ CacheDirLength 1 <a href="./tr/caching.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/caching.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/compliance.html.en b/docs/manual/compliance.html.en index 7908c6a476..432ef79e82 100644 --- a/docs/manual/compliance.html.en +++ b/docs/manual/compliance.html.en @@ -465,25 +465,26 @@ <p><span>Available Languages: </span><a href="./en/compliance.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/compliance.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/configuring.html.de b/docs/manual/configuring.html.de index b14d036a1d..ff9405ef6f 100644 --- a/docs/manual/configuring.html.de +++ b/docs/manual/configuring.html.de @@ -189,25 +189,26 @@ <a href="./tr/configuring.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/configuring.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index b29cff610d..efa70f895b 100644 --- a/docs/manual/configuring.html.en +++ b/docs/manual/configuring.html.en @@ -204,25 +204,26 @@ Server.</p> <a href="./tr/configuring.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/configuring.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/configuring.html.fr b/docs/manual/configuring.html.fr index 397c0f4c1f..d1f6ef8acd 100644 --- a/docs/manual/configuring.html.fr +++ b/docs/manual/configuring.html.fr @@ -218,25 +218,26 @@ le Serveur HTTP Apache.</p> <a href="./tr/configuring.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/configuring.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/configuring.html.ja.utf8 b/docs/manual/configuring.html.ja.utf8 index 88800cd629..f3f96d803a 100644 --- a/docs/manual/configuring.html.ja.utf8 +++ b/docs/manual/configuring.html.ja.utf8 @@ -178,25 +178,26 @@ <a href="./tr/configuring.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/configuring.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/configuring.html.ko.euc-kr b/docs/manual/configuring.html.ko.euc-kr index 99f274cc25..d3d0e0cd5b 100644 --- a/docs/manual/configuring.html.ko.euc-kr +++ b/docs/manual/configuring.html.ko.euc-kr @@ -155,25 +155,26 @@ <a href="./tr/configuring.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/configuring.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/configuring.html.tr.utf8 b/docs/manual/configuring.html.tr.utf8 index 4a323359d8..efd122ad40 100644 --- a/docs/manual/configuring.html.tr.utf8 +++ b/docs/manual/configuring.html.tr.utf8 @@ -201,25 +201,26 @@ açıklanmıştır.</p> <a href="./tr/configuring.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/configuring.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index c0f1613437..97ad412cb3 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -686,25 +686,26 @@ factors to 5 decimal places before choosing the best variant.</p> <a href="./tr/content-negotiation.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/content-negotiation.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/content-negotiation.html.fr b/docs/manual/content-negotiation.html.fr index 53ef12d329..9d72c971ed 100644 --- a/docs/manual/content-negotiation.html.fr +++ b/docs/manual/content-negotiation.html.fr @@ -716,25 +716,26 @@ conventions de nommage</a></h2> <a href="./tr/content-negotiation.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/content-negotiation.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/content-negotiation.html.ja.utf8 b/docs/manual/content-negotiation.html.ja.utf8 index debdb5a604..e297de3930 100644 --- a/docs/manual/content-negotiation.html.ja.utf8 +++ b/docs/manual/content-negotiation.html.ja.utf8 @@ -725,25 +725,26 @@ RVSA/1.0 ã®å®Ÿè£…ã§ã¯ã€æœ€é©ãª variant ãŒè¦‹ã¤ã‹ã‚‹ã¾ã§ã€ <a href="./tr/content-negotiation.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/content-negotiation.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/content-negotiation.html.ko.euc-kr b/docs/manual/content-negotiation.html.ko.euc-kr index b00c18893a..a5ea6d3596 100644 --- a/docs/manual/content-negotiation.html.ko.euc-kr +++ b/docs/manual/content-negotiation.html.ko.euc-kr @@ -605,25 +605,26 @@ content-encodingÀ» °¡Áø º¯Çü¸¸À» ÁöĪÇÑ´Ù. RVSA/1.0 ¾Ë°í¸®ÁòÀº <a href="./tr/content-negotiation.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/content-negotiation.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/content-negotiation.html.tr.utf8 b/docs/manual/content-negotiation.html.tr.utf8 index c46305f277..bbf7a199f8 100644 --- a/docs/manual/content-negotiation.html.tr.utf8 +++ b/docs/manual/content-negotiation.html.tr.utf8 @@ -653,25 +653,26 @@ <a href="./tr/content-negotiation.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/content-negotiation.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index 411fcbe18b..7aabcbad4e 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -216,25 +216,26 @@ ErrorDocument 401 /subscription/how_to_subscribe.html <a href="./tr/custom-error.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/custom-error.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/custom-error.html.es b/docs/manual/custom-error.html.es index ffa747b18e..fa65219a16 100644 --- a/docs/manual/custom-error.html.es +++ b/docs/manual/custom-error.html.es @@ -226,25 +226,26 @@ <a href="./tr/custom-error.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/custom-error.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/custom-error.html.fr b/docs/manual/custom-error.html.fr index c7d9b0b40a..1fdcd54c71 100644 --- a/docs/manual/custom-error.html.fr +++ b/docs/manual/custom-error.html.fr @@ -229,25 +229,26 @@ <a href="./tr/custom-error.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/custom-error.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/custom-error.html.ja.utf8 b/docs/manual/custom-error.html.ja.utf8 index ba97ecc862..f0605b69e3 100644 --- a/docs/manual/custom-error.html.ja.utf8 +++ b/docs/manual/custom-error.html.ja.utf8 @@ -202,25 +202,26 @@ <a href="./tr/custom-error.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/custom-error.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/custom-error.html.ko.euc-kr b/docs/manual/custom-error.html.ko.euc-kr index d7e8d07516..5befa5cbbc 100644 --- a/docs/manual/custom-error.html.ko.euc-kr +++ b/docs/manual/custom-error.html.ko.euc-kr @@ -203,25 +203,26 @@ <a href="./tr/custom-error.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/custom-error.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/custom-error.html.tr.utf8 b/docs/manual/custom-error.html.tr.utf8 index d768a9eb57..3327a7316e 100644 --- a/docs/manual/custom-error.html.tr.utf8 +++ b/docs/manual/custom-error.html.tr.utf8 @@ -211,25 +211,26 @@ <a href="./tr/custom-error.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/custom-error.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/API.html.en b/docs/manual/developer/API.html.en index e7d4773bc1..8419b80d42 100644 --- a/docs/manual/developer/API.html.en +++ b/docs/manual/developer/API.html.en @@ -1221,25 +1221,26 @@ void *request_config; /* Notes on *this* request */</pre><p><code> <p><span>Available Languages: </span><a href="../en/developer/API.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/API.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/debugging.html.en b/docs/manual/developer/debugging.html.en index 512b399aa7..39b3b8f54a 100644 --- a/docs/manual/developer/debugging.html.en +++ b/docs/manual/developer/debugging.html.en @@ -33,25 +33,26 @@ <p><span>Available Languages: </span><a href="../en/developer/debugging.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/debugging.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/documenting.html.en b/docs/manual/developer/documenting.html.en index 583bface7f..51cb00f81b 100644 --- a/docs/manual/developer/documenting.html.en +++ b/docs/manual/developer/documenting.html.en @@ -85,25 +85,26 @@ <a href="../zh-cn/developer/documenting.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/documenting.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/documenting.html.zh-cn b/docs/manual/developer/documenting.html.zh-cn index fbd9867a60..05344e958e 100644 --- a/docs/manual/developer/documenting.html.zh-cn +++ b/docs/manual/developer/documenting.html.zh-cn @@ -82,25 +82,26 @@ <a href="../zh-cn/developer/documenting.html" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">评论</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'zh-cn'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/documenting.html.zh-cn'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/filters.html.en b/docs/manual/developer/filters.html.en index 628bac659f..5121a12c3d 100644 --- a/docs/manual/developer/filters.html.en +++ b/docs/manual/developer/filters.html.en @@ -209,25 +209,26 @@ Default_handler --> sub_request_core <p><span>Available Languages: </span><a href="../en/developer/filters.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/filters.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/hooks.html.en b/docs/manual/developer/hooks.html.en index 79d9b5ae37..74d203d89b 100644 --- a/docs/manual/developer/hooks.html.en +++ b/docs/manual/developer/hooks.html.en @@ -235,25 +235,26 @@ <p><span>Available Languages: </span><a href="../en/developer/hooks.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/hooks.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/index.html.en b/docs/manual/developer/index.html.en index 3a0986c16f..40bf8c7d28 100644 --- a/docs/manual/developer/index.html.en +++ b/docs/manual/developer/index.html.en @@ -78,7 +78,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/index.html.zh-cn b/docs/manual/developer/index.html.zh-cn index 5dce9e2a15..c4db6e2590 100644 --- a/docs/manual/developer/index.html.zh-cn +++ b/docs/manual/developer/index.html.zh-cn @@ -79,7 +79,7 @@ </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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 76235511a5..8035ff0de0 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -1737,25 +1737,26 @@ static int example_handler(request_req* r) <p><span>Available Languages: </span><a href="../en/developer/modguide.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/modguide.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/modules.html.en b/docs/manual/developer/modules.html.en index e45a4d58f6..ec716ca434 100644 --- a/docs/manual/developer/modules.html.en +++ b/docs/manual/developer/modules.html.en @@ -282,25 +282,26 @@ module MODULE_VAR_EXPORT <var>module_name</var>_module = <a href="../ja/developer/modules.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/modules.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/modules.html.ja.utf8 b/docs/manual/developer/modules.html.ja.utf8 index 00fb1152eb..5a3d0aadf1 100644 --- a/docs/manual/developer/modules.html.ja.utf8 +++ b/docs/manual/developer/modules.html.ja.utf8 @@ -277,25 +277,26 @@ module MODULE_VAR_EXPORT <var>module_name</var>_module = <a href="../ja/developer/modules.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/modules.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/new_api_2_4.html.en b/docs/manual/developer/new_api_2_4.html.en index 3031a5292d..19d0c3d06a 100644 --- a/docs/manual/developer/new_api_2_4.html.en +++ b/docs/manual/developer/new_api_2_4.html.en @@ -553,25 +553,26 @@ <p><span>Available Languages: </span><a href="../en/developer/new_api_2_4.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/output-filters.html.en b/docs/manual/developer/output-filters.html.en index 7cade8e7ef..02c77b184c 100644 --- a/docs/manual/developer/output-filters.html.en +++ b/docs/manual/developer/output-filters.html.en @@ -497,25 +497,26 @@ while ((e = APR_BRIGADE_FIRST(bb)) != APR_BRIGADE_SENTINEL(bb)) { <p><span>Available Languages: </span><a href="../en/developer/output-filters.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/output-filters.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/request.html.en b/docs/manual/developer/request.html.en index 381fa0791b..dd93bfcfe7 100644 --- a/docs/manual/developer/request.html.en +++ b/docs/manual/developer/request.html.en @@ -222,25 +222,26 @@ <p><span>Available Languages: </span><a href="../en/developer/request.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/request.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/developer/thread_safety.html.en b/docs/manual/developer/thread_safety.html.en index 669fd3c2ef..b652bca4ab 100644 --- a/docs/manual/developer/thread_safety.html.en +++ b/docs/manual/developer/thread_safety.html.en @@ -280,25 +280,26 @@ <p><span>Available Languages: </span><a href="../en/developer/thread_safety.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/developer/thread_safety.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en index 3fdb8ed4f1..cdc85e3a35 100644 --- a/docs/manual/dns-caveats.html.en +++ b/docs/manual/dns-caveats.html.en @@ -198,25 +198,26 @@ <a href="./tr/dns-caveats.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/dns-caveats.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/dns-caveats.html.fr b/docs/manual/dns-caveats.html.fr index 4f6de51878..dd9f1d1d04 100644 --- a/docs/manual/dns-caveats.html.fr +++ b/docs/manual/dns-caveats.html.fr @@ -210,25 +210,26 @@ <a href="./tr/dns-caveats.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/dns-caveats.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/dns-caveats.html.ja.utf8 b/docs/manual/dns-caveats.html.ja.utf8 index 462e000c2e..6146d82d70 100644 --- a/docs/manual/dns-caveats.html.ja.utf8 +++ b/docs/manual/dns-caveats.html.ja.utf8 @@ -252,25 +252,26 @@ <a href="./tr/dns-caveats.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/dns-caveats.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/dns-caveats.html.ko.euc-kr b/docs/manual/dns-caveats.html.ko.euc-kr index e2aeb3df0c..4f5c32d260 100644 --- a/docs/manual/dns-caveats.html.ko.euc-kr +++ b/docs/manual/dns-caveats.html.ko.euc-kr @@ -226,25 +226,26 @@ <a href="./tr/dns-caveats.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/dns-caveats.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/dns-caveats.html.tr.utf8 b/docs/manual/dns-caveats.html.tr.utf8 index f50e91dee8..acbc17c4e4 100644 --- a/docs/manual/dns-caveats.html.tr.utf8 +++ b/docs/manual/dns-caveats.html.tr.utf8 @@ -195,25 +195,26 @@ <a href="./tr/dns-caveats.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/dns-caveats.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en index ceb3dca016..930db38951 100644 --- a/docs/manual/dso.html.en +++ b/docs/manual/dso.html.en @@ -305,25 +305,26 @@ $ apxs -cia mod_foo.c <a href="./tr/dso.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/dso.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/dso.html.fr b/docs/manual/dso.html.fr index 342b852494..96442413e2 100644 --- a/docs/manual/dso.html.fr +++ b/docs/manual/dso.html.fr @@ -329,25 +329,26 @@ $ apxs -cia mod_foo.c <a href="./tr/dso.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/dso.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/dso.html.ja.utf8 b/docs/manual/dso.html.ja.utf8 index 0c0a754180..03aee05583 100644 --- a/docs/manual/dso.html.ja.utf8 +++ b/docs/manual/dso.html.ja.utf8 @@ -303,25 +303,26 @@ $ apxs -i -a -n foo mod_foo.la <a href="./tr/dso.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/dso.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/dso.html.ko.euc-kr b/docs/manual/dso.html.ko.euc-kr index 3bab3c5567..09b7dd51af 100644 --- a/docs/manual/dso.html.ko.euc-kr +++ b/docs/manual/dso.html.ko.euc-kr @@ -279,25 +279,26 @@ $ apxs -i -a -n foo mod_foo.la <a href="./tr/dso.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/dso.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/dso.html.tr.utf8 b/docs/manual/dso.html.tr.utf8 index 57bdb3ccc3..642eaefc88 100644 --- a/docs/manual/dso.html.tr.utf8 +++ b/docs/manual/dso.html.tr.utf8 @@ -302,25 +302,26 @@ $ apxs -aci filanca mod_filanca.la <a href="./tr/dso.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/dso.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 90d0b3acfd..d7a8da31fb 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -502,25 +502,26 @@ SetEnvIf Referer "^$" local_referal <a href="./tr/env.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/env.html.fr b/docs/manual/env.html.fr index 1fe24bf040..f4a8085fcf 100644 --- a/docs/manual/env.html.fr +++ b/docs/manual/env.html.fr @@ -535,25 +535,26 @@ BrowserMatch "JDK/1\.0" force-response-1.0 <a href="./tr/env.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/env.html.ja.utf8 b/docs/manual/env.html.ja.utf8 index d306e1e4b7..5ce213317c 100644 --- a/docs/manual/env.html.ja.utf8 +++ b/docs/manual/env.html.ja.utf8 @@ -432,25 +432,26 @@ SetEnvIf Referer "^$" local_referal <a href="./tr/env.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/env.html.ko.euc-kr b/docs/manual/env.html.ko.euc-kr index 5f56726ea9..d9c0b4a95c 100644 --- a/docs/manual/env.html.ko.euc-kr +++ b/docs/manual/env.html.ko.euc-kr @@ -376,25 +376,26 @@ SetEnvIf Referer "^$" local_referal <a href="./tr/env.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/env.html.tr.utf8 b/docs/manual/env.html.tr.utf8 index 0fda22d3d5..8d0b31a12d 100644 --- a/docs/manual/env.html.tr.utf8 +++ b/docs/manual/env.html.tr.utf8 @@ -500,25 +500,26 @@ BrowserMatch "JDK/1\.0" force-response-1.0 <a href="./tr/env.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/env.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 24312dc7e5..b8cf7c5fd3 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -508,25 +508,26 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" <a href="./fr/expr.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/expr.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr index 830acf6941..1453dbf6a5 100644 --- a/docs/manual/expr.html.fr +++ b/docs/manual/expr.html.fr @@ -538,25 +538,26 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" <a href="./fr/expr.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/expr.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/faq/index.html.en b/docs/manual/faq/index.html.en index c6cad229c3..603bba79c1 100644 --- a/docs/manual/faq/index.html.en +++ b/docs/manual/faq/index.html.en @@ -41,7 +41,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/faq/index.html.fr b/docs/manual/faq/index.html.fr index a1e5bae499..53577d7333 100644 --- a/docs/manual/faq/index.html.fr +++ b/docs/manual/faq/index.html.fr @@ -41,7 +41,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/faq/index.html.ko.euc-kr b/docs/manual/faq/index.html.ko.euc-kr index dad9e0b078..cb35022620 100644 --- a/docs/manual/faq/index.html.ko.euc-kr +++ b/docs/manual/faq/index.html.ko.euc-kr @@ -41,7 +41,7 @@ </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/faq/index.html.tr.utf8 b/docs/manual/faq/index.html.tr.utf8 index 7fefa07e3c..4f4184e617 100644 --- a/docs/manual/faq/index.html.tr.utf8 +++ b/docs/manual/faq/index.html.tr.utf8 @@ -41,7 +41,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/faq/index.html.zh-cn b/docs/manual/faq/index.html.zh-cn index 8d6b58a3f0..93f8f4c49c 100644 --- a/docs/manual/faq/index.html.zh-cn +++ b/docs/manual/faq/index.html.zh-cn @@ -40,7 +40,7 @@ </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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index c471413760..ab169eca78 100644 --- a/docs/manual/filter.html.en +++ b/docs/manual/filter.html.en @@ -157,25 +157,26 @@ but deprecated. Use dynamic configuration instead.</p> <a href="./tr/filter.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/filter.html.es b/docs/manual/filter.html.es index 5a9fd59178..8847a916a2 100644 --- a/docs/manual/filter.html.es +++ b/docs/manual/filter.html.es @@ -82,25 +82,26 @@ <a href="./tr/filter.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/filter.html.fr b/docs/manual/filter.html.fr index 7c5eea2262..e3d2b67e7f 100644 --- a/docs/manual/filter.html.fr +++ b/docs/manual/filter.html.fr @@ -173,25 +173,26 @@ configuration dynamique à la place.</p> <a href="./tr/filter.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/filter.html.ja.utf8 b/docs/manual/filter.html.ja.utf8 index 8f9771af84..cef92269c7 100644 --- a/docs/manual/filter.html.ja.utf8 +++ b/docs/manual/filter.html.ja.utf8 @@ -85,25 +85,26 @@ <a href="./tr/filter.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/filter.html.ko.euc-kr b/docs/manual/filter.html.ko.euc-kr index 9c89970656..bc9a0dd1e4 100644 --- a/docs/manual/filter.html.ko.euc-kr +++ b/docs/manual/filter.html.ko.euc-kr @@ -81,25 +81,26 @@ <a href="./tr/filter.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/filter.html.tr.utf8 b/docs/manual/filter.html.tr.utf8 index 366d9de23d..6cd19c4a46 100644 --- a/docs/manual/filter.html.tr.utf8 +++ b/docs/manual/filter.html.tr.utf8 @@ -168,25 +168,26 @@ <a href="./tr/filter.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/filter.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en index 2290145360..4173776145 100644 --- a/docs/manual/getting-started.html.en +++ b/docs/manual/getting-started.html.en @@ -218,25 +218,26 @@ Here's a partial list of what you might be looking for:</p> <p><span>Available Languages: </span><a href="./en/getting-started.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/getting-started.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/glossary.html.de b/docs/manual/glossary.html.de index c3521f71a5..d236890b00 100644 --- a/docs/manual/glossary.html.de +++ b/docs/manual/glossary.html.de @@ -556,25 +556,26 @@ <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index 72b24cf8c9..d36a6b747e 100644 --- a/docs/manual/glossary.html.en +++ b/docs/manual/glossary.html.en @@ -480,25 +480,26 @@ <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/glossary.html.es b/docs/manual/glossary.html.es index c0f865ac64..30cc88d58d 100644 --- a/docs/manual/glossary.html.es +++ b/docs/manual/glossary.html.es @@ -400,25 +400,26 @@ SSL/TLS.<br /> Consulte: <a href="ssl/">Encriptado SSL/TLS</a></dd> <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/glossary.html.fr b/docs/manual/glossary.html.fr index 1412c24633..fc42cf2e1c 100644 --- a/docs/manual/glossary.html.fr +++ b/docs/manual/glossary.html.fr @@ -586,25 +586,26 @@ Localisation de Ressource Uniformisée <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/glossary.html.ja.utf8 b/docs/manual/glossary.html.ja.utf8 index 53faad1798..1fb873eb9c 100644 --- a/docs/manual/glossary.html.ja.utf8 +++ b/docs/manual/glossary.html.ja.utf8 @@ -455,25 +455,26 @@ <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/glossary.html.ko.euc-kr b/docs/manual/glossary.html.ko.euc-kr index 31355a6154..a01f936b92 100644 --- a/docs/manual/glossary.html.ko.euc-kr +++ b/docs/manual/glossary.html.ko.euc-kr @@ -369,25 +369,26 @@ ITU-T)ÀÌ ±ÇÀåÇÏ´Â ÀÎÁõ¼ ¾ç½Ä. SSL/TLS ÀÎÁõ¿¡¼ »ç¿ëÇÑ´Ù.<br /> <a href="./tr/glossary.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/glossary.html.tr.utf8 b/docs/manual/glossary.html.tr.utf8 index 536f1f0dd9..c120f27232 100644 --- a/docs/manual/glossary.html.tr.utf8 +++ b/docs/manual/glossary.html.tr.utf8 @@ -494,25 +494,26 @@ <a href="./tr/glossary.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/glossary.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index d16e37fd92..b87eeb10ae 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -161,25 +161,26 @@ AddHandler add-footer .html <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/handler.html.es b/docs/manual/handler.html.es index 22047cf1b3..d5d43a780c 100644 --- a/docs/manual/handler.html.es +++ b/docs/manual/handler.html.es @@ -171,25 +171,26 @@ <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/handler.html.fr b/docs/manual/handler.html.fr index ef95229e8c..30f703ffc6 100644 --- a/docs/manual/handler.html.fr +++ b/docs/manual/handler.html.fr @@ -166,25 +166,26 @@ <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/handler.html.ja.utf8 b/docs/manual/handler.html.ja.utf8 index 16f19faa77..35fbf91ef7 100644 --- a/docs/manual/handler.html.ja.utf8 +++ b/docs/manual/handler.html.ja.utf8 @@ -165,25 +165,26 @@ <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/handler.html.ko.euc-kr b/docs/manual/handler.html.ko.euc-kr index ef5fc4bd4c..eec8007dee 100644 --- a/docs/manual/handler.html.ko.euc-kr +++ b/docs/manual/handler.html.ko.euc-kr @@ -154,25 +154,26 @@ <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/handler.html.tr.utf8 b/docs/manual/handler.html.tr.utf8 index 7a74ca9cff..893da35162 100644 --- a/docs/manual/handler.html.tr.utf8 +++ b/docs/manual/handler.html.tr.utf8 @@ -156,25 +156,26 @@ <a href="./zh-cn/handler.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/handler.html.zh-cn b/docs/manual/handler.html.zh-cn index 551f5a1b0b..64470f311a 100644 --- a/docs/manual/handler.html.zh-cn +++ b/docs/manual/handler.html.zh-cn @@ -130,25 +130,26 @@ <a href="./zh-cn/handler.html" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">评论</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'zh-cn'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/handler.html.zh-cn'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="./glossary.html">术è¯</a> | <a href="./sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en index 501d0949bb..fe47824569 100644 --- a/docs/manual/howto/access.html.en +++ b/docs/manual/howto/access.html.en @@ -190,25 +190,26 @@ RewriteRule ^/fridge - [F] <p><span>Available Languages: </span><a href="../en/howto/access.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/access.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index c2377139c2..973fcb0d71 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -624,25 +624,26 @@ Require group GroupName <a href="../tr/howto/auth.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/auth.html.fr b/docs/manual/howto/auth.html.fr index 5f37493b21..8627f06294 100644 --- a/docs/manual/howto/auth.html.fr +++ b/docs/manual/howto/auth.html.fr @@ -659,25 +659,26 @@ autorisation</a></h2> <a href="../tr/howto/auth.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/auth.html.ja.utf8 b/docs/manual/howto/auth.html.ja.utf8 index 866fd80adf..df73cd2781 100644 --- a/docs/manual/howto/auth.html.ja.utf8 +++ b/docs/manual/howto/auth.html.ja.utf8 @@ -663,25 +663,26 @@ <a href="../tr/howto/auth.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/auth.html.ko.euc-kr b/docs/manual/howto/auth.html.ko.euc-kr index 4f106628d6..0c1e85bae7 100644 --- a/docs/manual/howto/auth.html.ko.euc-kr +++ b/docs/manual/howto/auth.html.ko.euc-kr @@ -326,25 +326,26 @@ <a href="../tr/howto/auth.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/auth.html.tr.utf8 b/docs/manual/howto/auth.html.tr.utf8 index de0f991647..2d656307fd 100644 --- a/docs/manual/howto/auth.html.tr.utf8 +++ b/docs/manual/howto/auth.html.tr.utf8 @@ -628,25 +628,26 @@ <a href="../tr/howto/auth.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/auth.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index c69f2f7239..5380b65972 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -578,25 +578,26 @@ foreach $key (keys %ENV) { <a href="../ko/howto/cgi.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/cgi.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/cgi.html.fr b/docs/manual/howto/cgi.html.fr index 157a632b40..0f3e726dd1 100644 --- a/docs/manual/howto/cgi.html.fr +++ b/docs/manual/howto/cgi.html.fr @@ -622,25 +622,26 @@ foreach $key (keys %ENV) { <a href="../ko/howto/cgi.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/cgi.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/cgi.html.ja.utf8 b/docs/manual/howto/cgi.html.ja.utf8 index 352b78b97c..ddbd531d7c 100644 --- a/docs/manual/howto/cgi.html.ja.utf8 +++ b/docs/manual/howto/cgi.html.ja.utf8 @@ -564,25 +564,26 @@ foreach $key (keys %ENV) { <a href="../ko/howto/cgi.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/cgi.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/cgi.html.ko.euc-kr b/docs/manual/howto/cgi.html.ko.euc-kr index 3544419529..15a9a10d0c 100644 --- a/docs/manual/howto/cgi.html.ko.euc-kr +++ b/docs/manual/howto/cgi.html.ko.euc-kr @@ -504,25 +504,26 @@ <a href="../ko/howto/cgi.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/cgi.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index f33b631556..521f0720f8 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -419,25 +419,26 @@ SetHandler cgi-script <a href="../pt-br/howto/htaccess.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/htaccess.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/htaccess.html.fr b/docs/manual/howto/htaccess.html.fr index abc83a6744..ef22fcd896 100644 --- a/docs/manual/howto/htaccess.html.fr +++ b/docs/manual/howto/htaccess.html.fr @@ -464,25 +464,26 @@ SetHandler cgi-script <a href="../pt-br/howto/htaccess.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/htaccess.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/htaccess.html.ja.utf8 b/docs/manual/howto/htaccess.html.ja.utf8 index 7345cc35c2..eaf0f474d4 100644 --- a/docs/manual/howto/htaccess.html.ja.utf8 +++ b/docs/manual/howto/htaccess.html.ja.utf8 @@ -388,25 +388,26 @@ Options +IncludesNoExec -ExecCGI<br /> <a href="../pt-br/howto/htaccess.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/htaccess.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/htaccess.html.ko.euc-kr b/docs/manual/howto/htaccess.html.ko.euc-kr index 187fe7478a..b417d8a4a3 100644 --- a/docs/manual/howto/htaccess.html.ko.euc-kr +++ b/docs/manual/howto/htaccess.html.ko.euc-kr @@ -334,25 +334,26 @@ <a href="../pt-br/howto/htaccess.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/htaccess.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/htaccess.html.pt-br b/docs/manual/howto/htaccess.html.pt-br index 0e2f4733b7..3c507750bd 100644 --- a/docs/manual/howto/htaccess.html.pt-br +++ b/docs/manual/howto/htaccess.html.pt-br @@ -378,25 +378,26 @@ <a href="../pt-br/howto/htaccess.html" title="Português (Brasil)"> pt-br </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentários</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'pt-br'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/htaccess.html.pt-br'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/index.html.en b/docs/manual/howto/index.html.en index a49826eaf9..6981082e70 100644 --- a/docs/manual/howto/index.html.en +++ b/docs/manual/howto/index.html.en @@ -119,7 +119,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/index.html.ja.utf8 b/docs/manual/howto/index.html.ja.utf8 index aa6ee889bf..bc9aea5038 100644 --- a/docs/manual/howto/index.html.ja.utf8 +++ b/docs/manual/howto/index.html.ja.utf8 @@ -119,7 +119,7 @@ </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/index.html.ko.euc-kr b/docs/manual/howto/index.html.ko.euc-kr index afadd998cc..21b4024af7 100644 --- a/docs/manual/howto/index.html.ko.euc-kr +++ b/docs/manual/howto/index.html.ko.euc-kr @@ -111,7 +111,7 @@ </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/index.html.zh-cn b/docs/manual/howto/index.html.zh-cn index 058bacd1b8..7e8b57f754 100644 --- a/docs/manual/howto/index.html.zh-cn +++ b/docs/manual/howto/index.html.zh-cn @@ -108,7 +108,7 @@ </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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index d4bbe02654..f647c451f7 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -193,25 +193,26 @@ <a href="../tr/howto/public_html.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/public_html.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/public_html.html.fr b/docs/manual/howto/public_html.html.fr index 3650da7fba..ed4acc21e3 100644 --- a/docs/manual/howto/public_html.html.fr +++ b/docs/manual/howto/public_html.html.fr @@ -209,25 +209,26 @@ avec le système de fichiers</a></li></ul><ul class="seealso"><li><a href="#comme <a href="../tr/howto/public_html.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/public_html.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/public_html.html.ja.utf8 b/docs/manual/howto/public_html.html.ja.utf8 index 153cf4c743..519c39bd4c 100644 --- a/docs/manual/howto/public_html.html.ja.utf8 +++ b/docs/manual/howto/public_html.html.ja.utf8 @@ -204,25 +204,26 @@ <a href="../tr/howto/public_html.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/public_html.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/public_html.html.ko.euc-kr b/docs/manual/howto/public_html.html.ko.euc-kr index b176be3a5d..e9972ea25b 100644 --- a/docs/manual/howto/public_html.html.ko.euc-kr +++ b/docs/manual/howto/public_html.html.ko.euc-kr @@ -161,25 +161,26 @@ <a href="../tr/howto/public_html.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/public_html.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/public_html.html.tr.utf8 b/docs/manual/howto/public_html.html.tr.utf8 index 7360f614dd..8c6c410baa 100644 --- a/docs/manual/howto/public_html.html.tr.utf8 +++ b/docs/manual/howto/public_html.html.tr.utf8 @@ -208,25 +208,26 @@ <a href="../tr/howto/public_html.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/public_html.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index 32d4480055..a04525f31b 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -483,25 +483,26 @@ modified?</a></h3> <a href="../ko/howto/ssi.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/ssi.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/ssi.html.fr b/docs/manual/howto/ssi.html.fr index 66da2f6dc4..9fefb13622 100644 --- a/docs/manual/howto/ssi.html.fr +++ b/docs/manual/howto/ssi.html.fr @@ -494,25 +494,26 @@ HTML préexistants.</p> <a href="../ko/howto/ssi.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/ssi.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/ssi.html.ja.utf8 b/docs/manual/howto/ssi.html.ja.utf8 index 7bc9a2c390..ad2b1ca5ec 100644 --- a/docs/manual/howto/ssi.html.ja.utf8 +++ b/docs/manual/howto/ssi.html.ja.utf8 @@ -486,25 +486,26 @@ <a href="../ko/howto/ssi.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/ssi.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/howto/ssi.html.ko.euc-kr b/docs/manual/howto/ssi.html.ko.euc-kr index b00f010018..25e59a0fc8 100644 --- a/docs/manual/howto/ssi.html.ko.euc-kr +++ b/docs/manual/howto/ssi.html.ko.euc-kr @@ -429,25 +429,26 @@ <a href="../ko/howto/ssi.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/howto/ssi.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/index.html.da b/docs/manual/index.html.da index 5e0cdc05a5..a5ddb2757c 100644 --- a/docs/manual/index.html.da +++ b/docs/manual/index.html.da @@ -113,7 +113,7 @@ Dokumentation</h1> </div><div id="footer"> <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licenseret under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="./mod/">Moduler</a> | <a href="./mod/directives.html">Direktiver</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">Ordbog</a> | <a href="./sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/index.html.de b/docs/manual/index.html.de index f7ce2c966d..5abe3cda98 100644 --- a/docs/manual/index.html.de +++ b/docs/manual/index.html.de @@ -116,7 +116,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/index.html.en b/docs/manual/index.html.en index 87209d047a..41ed18be62 100644 --- a/docs/manual/index.html.en +++ b/docs/manual/index.html.en @@ -115,7 +115,7 @@ Documentation</h1> </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/index.html.es b/docs/manual/index.html.es index b378be0349..062dbe38eb 100644 --- a/docs/manual/index.html.es +++ b/docs/manual/index.html.es @@ -113,7 +113,7 @@ ejecución</a></li> </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/index.html.fr b/docs/manual/index.html.fr index 97cb8b4c55..71051eae40 100644 --- a/docs/manual/index.html.fr +++ b/docs/manual/index.html.fr @@ -116,7 +116,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/index.html.ja.utf8 b/docs/manual/index.html.ja.utf8 index d37289bf52..ab7a9e91e2 100644 --- a/docs/manual/index.html.ja.utf8 +++ b/docs/manual/index.html.ja.utf8 @@ -114,7 +114,7 @@ </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/index.html.ko.euc-kr b/docs/manual/index.html.ko.euc-kr index e901f18dea..7cf863f846 100644 --- a/docs/manual/index.html.ko.euc-kr +++ b/docs/manual/index.html.ko.euc-kr @@ -106,7 +106,7 @@ </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/index.html.pt-br b/docs/manual/index.html.pt-br index d53e7e0c16..1b0573d9f1 100644 --- a/docs/manual/index.html.pt-br +++ b/docs/manual/index.html.pt-br @@ -111,7 +111,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/index.html.tr.utf8 b/docs/manual/index.html.tr.utf8 index ac8f266bcd..8e8f2fc9e1 100644 --- a/docs/manual/index.html.tr.utf8 +++ b/docs/manual/index.html.tr.utf8 @@ -112,7 +112,7 @@ Belgeleri</h1> </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/index.html.zh-cn b/docs/manual/index.html.zh-cn index 0dfd020509..67ac11e0be 100644 --- a/docs/manual/index.html.zh-cn +++ b/docs/manual/index.html.zh-cn @@ -108,7 +108,7 @@ </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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="./glossary.html">术è¯</a> | <a href="./sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/install.html.de b/docs/manual/install.html.de index 5098fd70ae..521a0a53ec 100644 --- a/docs/manual/install.html.de +++ b/docs/manual/install.html.de @@ -409,25 +409,26 @@ <a href="./tr/install.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/install.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index dde782c13b..b24a140b03 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -446,25 +446,26 @@ $ tar xvf httpd-<em>NN</em>.tar <a href="./tr/install.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/install.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/install.html.es b/docs/manual/install.html.es index c71c759030..22a10cda09 100644 --- a/docs/manual/install.html.es +++ b/docs/manual/install.html.es @@ -439,25 +439,26 @@ prrevia</a></h2> <a href="./tr/install.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/install.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/install.html.fr b/docs/manual/install.html.fr index 3783031dca..865492da3f 100644 --- a/docs/manual/install.html.fr +++ b/docs/manual/install.html.fr @@ -470,25 +470,26 @@ $ tar xvf httpd-<em>NN</em>.tar <a href="./tr/install.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/install.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/install.html.ja.utf8 b/docs/manual/install.html.ja.utf8 index 492f210930..d1469a44c8 100644 --- a/docs/manual/install.html.ja.utf8 +++ b/docs/manual/install.html.ja.utf8 @@ -407,25 +407,26 @@ $ tar xvf httpd-<em>NN</em>.tar <a href="./tr/install.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/install.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/install.html.ko.euc-kr b/docs/manual/install.html.ko.euc-kr index a1ca036a06..b4c52e0a1f 100644 --- a/docs/manual/install.html.ko.euc-kr +++ b/docs/manual/install.html.ko.euc-kr @@ -361,25 +361,26 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar <a href="./tr/install.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/install.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/install.html.tr.utf8 b/docs/manual/install.html.tr.utf8 index 1d72c3a8b1..72be351f3c 100644 --- a/docs/manual/install.html.tr.utf8 +++ b/docs/manual/install.html.tr.utf8 @@ -438,25 +438,26 @@ <a href="./tr/install.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/install.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/invoking.html.de b/docs/manual/invoking.html.de index d5afc3eed1..a3cb857742 100644 --- a/docs/manual/invoking.html.de +++ b/docs/manual/invoking.html.de @@ -160,25 +160,26 @@ <a href="./tr/invoking.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/invoking.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index 8fedd2682d..69efdf7c38 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -150,25 +150,26 @@ <a href="./tr/invoking.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/invoking.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/invoking.html.es b/docs/manual/invoking.html.es index 2db9f33513..8d9207d882 100644 --- a/docs/manual/invoking.html.es +++ b/docs/manual/invoking.html.es @@ -169,25 +169,26 @@ <a href="./tr/invoking.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/invoking.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/invoking.html.fr b/docs/manual/invoking.html.fr index a5083d0313..ab9401c938 100644 --- a/docs/manual/invoking.html.fr +++ b/docs/manual/invoking.html.fr @@ -163,25 +163,26 @@ <a href="./tr/invoking.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/invoking.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/invoking.html.ja.utf8 b/docs/manual/invoking.html.ja.utf8 index e869e33322..9419ddefcd 100644 --- a/docs/manual/invoking.html.ja.utf8 +++ b/docs/manual/invoking.html.ja.utf8 @@ -165,25 +165,26 @@ <a href="./tr/invoking.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/invoking.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/invoking.html.ko.euc-kr b/docs/manual/invoking.html.ko.euc-kr index efa8e32e1c..62f1d87038 100644 --- a/docs/manual/invoking.html.ko.euc-kr +++ b/docs/manual/invoking.html.ko.euc-kr @@ -141,25 +141,26 @@ <a href="./tr/invoking.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/invoking.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/invoking.html.tr.utf8 b/docs/manual/invoking.html.tr.utf8 index 93eec3b4b5..579001a6f0 100644 --- a/docs/manual/invoking.html.tr.utf8 +++ b/docs/manual/invoking.html.tr.utf8 @@ -147,25 +147,26 @@ <a href="./tr/invoking.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/invoking.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/license.html.en b/docs/manual/license.html.en index aa61ad981d..4b15ab08b4 100644 --- a/docs/manual/license.html.en +++ b/docs/manual/license.html.en @@ -237,25 +237,26 @@ limitations under the License.</pre></div> <p><span>Available Languages: </span><a href="./en/license.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/license.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index 4e57d9872a..2968bd902d 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -700,25 +700,26 @@ CustomLog logs/access_log comonvhost <a href="./tr/logs.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/logs.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/logs.html.fr b/docs/manual/logs.html.fr index 10a94f4d4f..2fbb05104e 100644 --- a/docs/manual/logs.html.fr +++ b/docs/manual/logs.html.fr @@ -742,25 +742,26 @@ <a href="./tr/logs.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/logs.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/logs.html.ja.utf8 b/docs/manual/logs.html.ja.utf8 index 62bf1d3331..4c0fdfafcf 100644 --- a/docs/manual/logs.html.ja.utf8 +++ b/docs/manual/logs.html.ja.utf8 @@ -578,25 +578,26 @@ <a href="./tr/logs.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/logs.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/logs.html.ko.euc-kr b/docs/manual/logs.html.ko.euc-kr index 44beea2548..d86b78ee5d 100644 --- a/docs/manual/logs.html.ko.euc-kr +++ b/docs/manual/logs.html.ko.euc-kr @@ -524,25 +524,26 @@ <a href="./tr/logs.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/logs.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/logs.html.tr.utf8 b/docs/manual/logs.html.tr.utf8 index d93ae71071..c59cf4108c 100644 --- a/docs/manual/logs.html.tr.utf8 +++ b/docs/manual/logs.html.tr.utf8 @@ -662,25 +662,26 @@ <a href="./tr/logs.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/logs.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/index.html.en b/docs/manual/misc/index.html.en index ea80afad54..d8362256f9 100644 --- a/docs/manual/misc/index.html.en +++ b/docs/manual/misc/index.html.en @@ -83,7 +83,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/index.html.fr b/docs/manual/misc/index.html.fr index 16bb1e1d53..3413e625dc 100644 --- a/docs/manual/misc/index.html.fr +++ b/docs/manual/misc/index.html.fr @@ -88,7 +88,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/index.html.ko.euc-kr b/docs/manual/misc/index.html.ko.euc-kr index 8a1fc59575..e0892900b4 100644 --- a/docs/manual/misc/index.html.ko.euc-kr +++ b/docs/manual/misc/index.html.ko.euc-kr @@ -84,7 +84,7 @@ </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/index.html.tr.utf8 b/docs/manual/misc/index.html.tr.utf8 index 3bbcf1cd42..f06be1cc45 100644 --- a/docs/manual/misc/index.html.tr.utf8 +++ b/docs/manual/misc/index.html.tr.utf8 @@ -85,7 +85,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/index.html.zh-cn b/docs/manual/misc/index.html.zh-cn index df9ae8ef81..9e67ec9a3a 100644 --- a/docs/manual/misc/index.html.zh-cn +++ b/docs/manual/misc/index.html.zh-cn @@ -74,7 +74,7 @@ </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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/password_encryptions.html.en b/docs/manual/misc/password_encryptions.html.en index 97448f3bc2..f6e61b12e5 100644 --- a/docs/manual/misc/password_encryptions.html.en +++ b/docs/manual/misc/password_encryptions.html.en @@ -213,25 +213,26 @@ <p><span>Available Languages: </span><a href="../en/misc/password_encryptions.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/password_encryptions.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/perf-scaling.html.en b/docs/manual/misc/perf-scaling.html.en index ccc327de30..1b57c0f794 100644 --- a/docs/manual/misc/perf-scaling.html.en +++ b/docs/manual/misc/perf-scaling.html.en @@ -1655,25 +1655,26 @@ <p><span>Available Languages: </span><a href="../en/misc/perf-scaling.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/perf-scaling.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index 32e46b3e90..9eb6aae8e0 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -973,25 +973,26 @@ DocumentRoot /www/htdocs <a href="../tr/misc/perf-tuning.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/perf-tuning.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/perf-tuning.html.fr b/docs/manual/misc/perf-tuning.html.fr index d2c639139f..12310d49d4 100644 --- a/docs/manual/misc/perf-tuning.html.fr +++ b/docs/manual/misc/perf-tuning.html.fr @@ -1045,25 +1045,26 @@ void lingering_close (int s) <a href="../tr/misc/perf-tuning.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/perf-tuning.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/perf-tuning.html.ko.euc-kr b/docs/manual/misc/perf-tuning.html.ko.euc-kr index d1d5f0ee6a..2e42eb252d 100644 --- a/docs/manual/misc/perf-tuning.html.ko.euc-kr +++ b/docs/manual/misc/perf-tuning.html.ko.euc-kr @@ -979,25 +979,26 @@ <a href="../tr/misc/perf-tuning.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/perf-tuning.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/perf-tuning.html.tr.utf8 b/docs/manual/misc/perf-tuning.html.tr.utf8 index 56847e5868..362275917b 100644 --- a/docs/manual/misc/perf-tuning.html.tr.utf8 +++ b/docs/manual/misc/perf-tuning.html.tr.utf8 @@ -1039,25 +1039,26 @@ <a href="../tr/misc/perf-tuning.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/perf-tuning.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/relevant_standards.html.en b/docs/manual/misc/relevant_standards.html.en index 6d28692563..95163b4056 100644 --- a/docs/manual/misc/relevant_standards.html.en +++ b/docs/manual/misc/relevant_standards.html.en @@ -205,25 +205,26 @@ <a href="../ko/misc/relevant_standards.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/relevant_standards.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/relevant_standards.html.ko.euc-kr b/docs/manual/misc/relevant_standards.html.ko.euc-kr index 419b66163d..6609ed128b 100644 --- a/docs/manual/misc/relevant_standards.html.ko.euc-kr +++ b/docs/manual/misc/relevant_standards.html.ko.euc-kr @@ -192,25 +192,26 @@ <a href="../ko/misc/relevant_standards.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/relevant_standards.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/security_tips.html.en b/docs/manual/misc/security_tips.html.en index df48fd639b..284d86b190 100644 --- a/docs/manual/misc/security_tips.html.en +++ b/docs/manual/misc/security_tips.html.en @@ -475,25 +475,26 @@ <a href="../tr/misc/security_tips.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/security_tips.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/security_tips.html.fr b/docs/manual/misc/security_tips.html.fr index 0cdbe8cefd..407f3ccec4 100644 --- a/docs/manual/misc/security_tips.html.fr +++ b/docs/manual/misc/security_tips.html.fr @@ -500,25 +500,26 @@ Deny from all <a href="../tr/misc/security_tips.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/security_tips.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/security_tips.html.ko.euc-kr b/docs/manual/misc/security_tips.html.ko.euc-kr index e9cedd9a9a..8bde16559e 100644 --- a/docs/manual/misc/security_tips.html.ko.euc-kr +++ b/docs/manual/misc/security_tips.html.ko.euc-kr @@ -346,25 +346,26 @@ <a href="../tr/misc/security_tips.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/security_tips.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/misc/security_tips.html.tr.utf8 b/docs/manual/misc/security_tips.html.tr.utf8 index 3be5063210..64863b4933 100644 --- a/docs/manual/misc/security_tips.html.tr.utf8 +++ b/docs/manual/misc/security_tips.html.tr.utf8 @@ -477,25 +477,26 @@ <a href="../tr/misc/security_tips.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/misc/security_tips.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index e8aebff1dc..84325b1173 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -3598,25 +3598,26 @@ IP-Adressen angewendet werden</td></tr> <a href="../tr/mod/core.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/core.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index fd6643aa7c..dd24dcceed 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -4483,25 +4483,26 @@ hostname or IP address</td></tr> <a href="../tr/mod/core.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/core.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/core.html.es b/docs/manual/mod/core.html.es index 345d6e8270..153cfac63e 100644 --- a/docs/manual/mod/core.html.es +++ b/docs/manual/mod/core.html.es @@ -4294,25 +4294,26 @@ hostname or IP address</td></tr> <a href="../tr/mod/core.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/core.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/core.html.fr b/docs/manual/mod/core.html.fr index eb3623d465..1023a6daa6 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -4822,25 +4822,26 @@ entre elles à la réception d'une requête</li> <a href="../tr/mod/core.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/core.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index 0b9e479f3c..b2d5bea3d4 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -3513,25 +3513,26 @@ of a request or the last 63, assuming the request itself is greater than <a href="../tr/mod/core.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/core.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 4e6c4bb113..4e0a277bef 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -4451,25 +4451,26 @@ gerçekleÅŸmesi için sunucunun geçmesini bekleyeceÄŸi süre.</td></tr> <a href="../tr/mod/core.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/core.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en index be4a49c4bb..a29f588263 100644 --- a/docs/manual/mod/directive-dict.html.en +++ b/docs/manual/mod/directive-dict.html.en @@ -292,25 +292,26 @@ <a href="../tr/mod/directive-dict.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directive-dict.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directive-dict.html.ja.utf8 b/docs/manual/mod/directive-dict.html.ja.utf8 index c1fe8a81d2..2be5bc83f1 100644 --- a/docs/manual/mod/directive-dict.html.ja.utf8 +++ b/docs/manual/mod/directive-dict.html.ja.utf8 @@ -302,25 +302,26 @@ <a href="../tr/mod/directive-dict.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directive-dict.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directive-dict.html.ko.euc-kr b/docs/manual/mod/directive-dict.html.ko.euc-kr index ea5ab7c8e1..e294d3a97e 100644 --- a/docs/manual/mod/directive-dict.html.ko.euc-kr +++ b/docs/manual/mod/directive-dict.html.ko.euc-kr @@ -253,25 +253,26 @@ <a href="../tr/mod/directive-dict.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directive-dict.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directive-dict.html.tr.utf8 b/docs/manual/mod/directive-dict.html.tr.utf8 index 2121214b68..427e3a69fd 100644 --- a/docs/manual/mod/directive-dict.html.tr.utf8 +++ b/docs/manual/mod/directive-dict.html.tr.utf8 @@ -173,25 +173,26 @@ <a href="../tr/mod/directive-dict.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directive-dict.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 87ec0af953..90e49411ac 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -658,25 +658,26 @@ <a href="../zh-cn/mod/directives.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directives.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 24347ccfc5..ae3289cb00 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -659,25 +659,26 @@ <a href="../zh-cn/mod/directives.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directives.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index b20171b215..717b255759 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -661,25 +661,26 @@ <a href="../zh-cn/mod/directives.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directives.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8 index 003efe4401..45596c0d78 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -656,25 +656,26 @@ <a href="../zh-cn/mod/directives.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directives.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 9295fb3836..921e478ac6 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -656,25 +656,26 @@ <a href="../zh-cn/mod/directives.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directives.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8 index dfe030b425..f313c22c07 100644 --- a/docs/manual/mod/directives.html.tr.utf8 +++ b/docs/manual/mod/directives.html.tr.utf8 @@ -655,25 +655,26 @@ <a href="../zh-cn/mod/directives.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directives.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/directives.html.zh-cn b/docs/manual/mod/directives.html.zh-cn index 106309b97c..fb62ff2d4e 100644 --- a/docs/manual/mod/directives.html.zh-cn +++ b/docs/manual/mod/directives.html.zh-cn @@ -654,25 +654,26 @@ <a href="../zh-cn/mod/directives.html" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">评论</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'zh-cn'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/directives.html.zh-cn'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/event.html.en b/docs/manual/mod/event.html.en index 024d7729c9..abce02c4a8 100644 --- a/docs/manual/mod/event.html.en +++ b/docs/manual/mod/event.html.en @@ -194,25 +194,26 @@ of consuming threads only for connections with active processing</td></tr> <a href="../fr/mod/event.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/event.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/event.html.fr b/docs/manual/mod/event.html.fr index 97b44fb570..7c604b4163 100644 --- a/docs/manual/mod/event.html.fr +++ b/docs/manual/mod/event.html.fr @@ -213,25 +213,26 @@ mobiliser des threads que pour les connexions en cours de traitement</td></tr> <a href="../fr/mod/event.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/event.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de index 6bba914933..ad360a00e9 100644 --- a/docs/manual/mod/index.html.de +++ b/docs/manual/mod/index.html.de @@ -255,7 +255,7 @@ filter modules</dd> </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index 2c35ea1a08..a224337609 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -253,7 +253,7 @@ filter modules</dd> </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es index 2a537f1b57..3de6f6c3da 100644 --- a/docs/manual/mod/index.html.es +++ b/docs/manual/mod/index.html.es @@ -258,7 +258,7 @@ filter modules</dd> </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/index.html.fr b/docs/manual/mod/index.html.fr index 02574c442c..1f309baa94 100644 --- a/docs/manual/mod/index.html.fr +++ b/docs/manual/mod/index.html.fr @@ -259,7 +259,7 @@ filter modules</dd> </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/index.html.ja.utf8 b/docs/manual/mod/index.html.ja.utf8 index fbbab5fbd8..2b708ed567 100644 --- a/docs/manual/mod/index.html.ja.utf8 +++ b/docs/manual/mod/index.html.ja.utf8 @@ -241,7 +241,7 @@ filter modules</dd> </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/index.html.ko.euc-kr b/docs/manual/mod/index.html.ko.euc-kr index 02e361a0f5..a0de01deff 100644 --- a/docs/manual/mod/index.html.ko.euc-kr +++ b/docs/manual/mod/index.html.ko.euc-kr @@ -238,7 +238,7 @@ filter modules</dd> </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/index.html.tr.utf8 b/docs/manual/mod/index.html.tr.utf8 index 3d193d2d3d..aae9219824 100644 --- a/docs/manual/mod/index.html.tr.utf8 +++ b/docs/manual/mod/index.html.tr.utf8 @@ -246,7 +246,7 @@ filter modules</dd> </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/index.html.zh-cn b/docs/manual/mod/index.html.zh-cn index 5cf1efa388..31d82d6bcd 100644 --- a/docs/manual/mod/index.html.zh-cn +++ b/docs/manual/mod/index.html.zh-cn @@ -248,7 +248,7 @@ filter modules</dd> </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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_access_compat.html.en b/docs/manual/mod/mod_access_compat.html.en index 494f25900b..8a77ed771a 100644 --- a/docs/manual/mod/mod_access_compat.html.en +++ b/docs/manual/mod/mod_access_compat.html.en @@ -490,25 +490,26 @@ Satisfy Any <a href="../ja/mod/mod_access_compat.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_access_compat.html.fr b/docs/manual/mod/mod_access_compat.html.fr index 5e90ac0774..d03a99e93d 100644 --- a/docs/manual/mod/mod_access_compat.html.fr +++ b/docs/manual/mod/mod_access_compat.html.fr @@ -514,25 +514,26 @@ Satisfy Any <a href="../ja/mod/mod_access_compat.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_access_compat.html.ja.utf8 b/docs/manual/mod/mod_access_compat.html.ja.utf8 index 10a8f02724..a795702266 100644 --- a/docs/manual/mod/mod_access_compat.html.ja.utf8 +++ b/docs/manual/mod/mod_access_compat.html.ja.utf8 @@ -449,25 +449,26 @@ <a href="../ja/mod/mod_access_compat.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_actions.html.de b/docs/manual/mod/mod_actions.html.de index 658a561a7d..23c06271c2 100644 --- a/docs/manual/mod/mod_actions.html.de +++ b/docs/manual/mod/mod_actions.html.de @@ -170,25 +170,26 @@ <a href="../ko/mod/mod_actions.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_actions.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_actions.html.en b/docs/manual/mod/mod_actions.html.en index 86ee9bc4d6..37149688f6 100644 --- a/docs/manual/mod/mod_actions.html.en +++ b/docs/manual/mod/mod_actions.html.en @@ -168,25 +168,26 @@ Script PUT /~bob/put.cgi <a href="../ko/mod/mod_actions.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_actions.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_actions.html.fr b/docs/manual/mod/mod_actions.html.fr index c55f0e87d0..0a3e0213b8 100644 --- a/docs/manual/mod/mod_actions.html.fr +++ b/docs/manual/mod/mod_actions.html.fr @@ -177,25 +177,26 @@ Script PUT /~bob/put.cgi <a href="../ko/mod/mod_actions.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_actions.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_actions.html.ja.utf8 b/docs/manual/mod/mod_actions.html.ja.utf8 index 2513bfa6c0..da1fcfa137 100644 --- a/docs/manual/mod/mod_actions.html.ja.utf8 +++ b/docs/manual/mod/mod_actions.html.ja.utf8 @@ -178,25 +178,26 @@ Apache 2.1 ã§å°Žå…¥ã•ã‚Œã¾ã—ãŸ</td></tr> <a href="../ko/mod/mod_actions.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_actions.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_actions.html.ko.euc-kr b/docs/manual/mod/mod_actions.html.ko.euc-kr index eb638b22dc..133a1755c7 100644 --- a/docs/manual/mod/mod_actions.html.ko.euc-kr +++ b/docs/manual/mod/mod_actions.html.ko.euc-kr @@ -167,25 +167,26 @@ <a href="../ko/mod/mod_actions.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_actions.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 6423e9bd52..289b1a188d 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -565,25 +565,26 @@ and designates the target as a CGI script</td></tr> <a href="../tr/mod/mod_alias.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_alias.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_alias.html.fr b/docs/manual/mod/mod_alias.html.fr index 3efac0657f..34e1aae23b 100644 --- a/docs/manual/mod/mod_alias.html.fr +++ b/docs/manual/mod/mod_alias.html.fr @@ -583,25 +583,26 @@ comme un script CGI</td></tr> <a href="../tr/mod/mod_alias.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_alias.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_alias.html.ja.utf8 b/docs/manual/mod/mod_alias.html.ja.utf8 index b14d4dafe6..8fe59c8bab 100644 --- a/docs/manual/mod/mod_alias.html.ja.utf8 +++ b/docs/manual/mod/mod_alias.html.ja.utf8 @@ -392,25 +392,26 @@ CGI スクリプトã«æŒ‡å®š</td></tr> <a href="../tr/mod/mod_alias.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_alias.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_alias.html.ko.euc-kr b/docs/manual/mod/mod_alias.html.ko.euc-kr index 1f61d2559a..2a6f795320 100644 --- a/docs/manual/mod/mod_alias.html.ko.euc-kr +++ b/docs/manual/mod/mod_alias.html.ko.euc-kr @@ -359,25 +359,26 @@ Alias /foo /gaq <a href="../tr/mod/mod_alias.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_alias.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_alias.html.tr.utf8 b/docs/manual/mod/mod_alias.html.tr.utf8 index 02c2aaaf1a..5b158f70cb 100644 --- a/docs/manual/mod/mod_alias.html.tr.utf8 +++ b/docs/manual/mod/mod_alias.html.tr.utf8 @@ -536,25 +536,26 @@ eÅŸler ve hedefi bir CGI betiÄŸi olarak çalıştırır.</td></tr> <a href="../tr/mod/mod_alias.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_alias.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_allowmethods.html.en b/docs/manual/mod/mod_allowmethods.html.en index 9af2751808..d98daa82c7 100644 --- a/docs/manual/mod/mod_allowmethods.html.en +++ b/docs/manual/mod/mod_allowmethods.html.en @@ -88,25 +88,26 @@ kludgy implementation of <code class="directive"><a href="../mod/core.html#limit <p><span>Available Languages: </span><a href="../en/mod/mod_allowmethods.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_allowmethods.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_asis.html.en b/docs/manual/mod/mod_asis.html.en index c722062985..eb9e28af0d 100644 --- a/docs/manual/mod/mod_asis.html.en +++ b/docs/manual/mod/mod_asis.html.en @@ -116,25 +116,26 @@ HTTP headers</td></tr> <a href="../ko/mod/mod_asis.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_asis.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_asis.html.fr b/docs/manual/mod/mod_asis.html.fr index f00dd21abd..038c574d25 100644 --- a/docs/manual/mod/mod_asis.html.fr +++ b/docs/manual/mod/mod_asis.html.fr @@ -116,25 +116,26 @@ d'Apache httpd</a></li> <a href="../ko/mod/mod_asis.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_asis.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_asis.html.ja.utf8 b/docs/manual/mod/mod_asis.html.ja.utf8 index 50806c3dfd..d83de92c5e 100644 --- a/docs/manual/mod/mod_asis.html.ja.utf8 +++ b/docs/manual/mod/mod_asis.html.ja.utf8 @@ -117,25 +117,26 @@ <a href="../ko/mod/mod_asis.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_asis.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_asis.html.ko.euc-kr b/docs/manual/mod/mod_asis.html.ko.euc-kr index 1297d8fb5d..73d948ef6b 100644 --- a/docs/manual/mod/mod_asis.html.ko.euc-kr +++ b/docs/manual/mod/mod_asis.html.ko.euc-kr @@ -111,25 +111,26 @@ <a href="../ko/mod/mod_asis.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_asis.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_auth_basic.html.en b/docs/manual/mod/mod_auth_basic.html.en index 57a1a30dd1..74c55008f0 100644 --- a/docs/manual/mod/mod_auth_basic.html.en +++ b/docs/manual/mod/mod_auth_basic.html.en @@ -129,25 +129,26 @@ lower level modules</td></tr> <a href="../ko/mod/mod_auth_basic.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_auth_basic.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_auth_basic.html.fr b/docs/manual/mod/mod_auth_basic.html.fr index 2697f054f7..b9d5898428 100644 --- a/docs/manual/mod/mod_auth_basic.html.fr +++ b/docs/manual/mod/mod_auth_basic.html.fr @@ -141,25 +141,26 @@ cette zone du site web</td></tr> <a href="../ko/mod/mod_auth_basic.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_auth_basic.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_auth_basic.html.ja.utf8 b/docs/manual/mod/mod_auth_basic.html.ja.utf8 index 939826e644..1b6b322b81 100644 --- a/docs/manual/mod/mod_auth_basic.html.ja.utf8 +++ b/docs/manual/mod/mod_auth_basic.html.ja.utf8 @@ -138,25 +138,26 @@ <a href="../ko/mod/mod_auth_basic.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_auth_basic.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_auth_basic.html.ko.euc-kr b/docs/manual/mod/mod_auth_basic.html.ko.euc-kr index 6eb24faaa5..34e0b70eac 100644 --- a/docs/manual/mod/mod_auth_basic.html.ko.euc-kr +++ b/docs/manual/mod/mod_auth_basic.html.ko.euc-kr @@ -131,25 +131,26 @@ <a href="../ko/mod/mod_auth_basic.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_auth_basic.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en index 2ab31de946..98c6389e52 100644 --- a/docs/manual/mod/mod_auth_digest.html.en +++ b/docs/manual/mod/mod_auth_digest.html.en @@ -337,25 +337,26 @@ AuthDigestShmemSize 1M <a href="../ko/mod/mod_auth_digest.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_auth_digest.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_auth_digest.html.fr b/docs/manual/mod/mod_auth_digest.html.fr index 699a119b6b..e004f77d19 100644 --- a/docs/manual/mod/mod_auth_digest.html.fr +++ b/docs/manual/mod/mod_auth_digest.html.fr @@ -363,25 +363,26 @@ AuthDigestShmemSize 1M <a href="../ko/mod/mod_auth_digest.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_auth_digest.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_auth_digest.html.ko.euc-kr b/docs/manual/mod/mod_auth_digest.html.ko.euc-kr index eb63b541ba..5e282da5b1 100644 --- a/docs/manual/mod/mod_auth_digest.html.ko.euc-kr +++ b/docs/manual/mod/mod_auth_digest.html.ko.euc-kr @@ -322,25 +322,26 @@ URIµé</td></tr> <a href="../ko/mod/mod_auth_digest.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_auth_digest.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_auth_form.html.en b/docs/manual/mod/mod_auth_form.html.en index 88046e0db5..f5e89e1dc4 100644 --- a/docs/manual/mod/mod_auth_form.html.en +++ b/docs/manual/mod/mod_auth_form.html.en @@ -721,25 +721,26 @@ lower level modules</td></tr> <p><span>Available Languages: </span><a href="../en/mod/mod_auth_form.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_auth_form.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_anon.html.en b/docs/manual/mod/mod_authn_anon.html.en index e61b108f4a..5abadf17d5 100644 --- a/docs/manual/mod/mod_authn_anon.html.en +++ b/docs/manual/mod/mod_authn_anon.html.en @@ -220,25 +220,26 @@ formatted email address</td></tr> <a href="../ko/mod/mod_authn_anon.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_anon.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_anon.html.ja.utf8 b/docs/manual/mod/mod_authn_anon.html.ja.utf8 index acd1e612c4..2b890b2fd3 100644 --- a/docs/manual/mod/mod_authn_anon.html.ja.utf8 +++ b/docs/manual/mod/mod_authn_anon.html.ja.utf8 @@ -227,25 +227,26 @@ <a href="../ko/mod/mod_authn_anon.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_anon.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_anon.html.ko.euc-kr b/docs/manual/mod/mod_authn_anon.html.ko.euc-kr index fc9034a7e1..41140e01c7 100644 --- a/docs/manual/mod/mod_authn_anon.html.ko.euc-kr +++ b/docs/manual/mod/mod_authn_anon.html.ko.euc-kr @@ -212,25 +212,26 @@ <a href="../ko/mod/mod_authn_anon.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_anon.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_core.html.en b/docs/manual/mod/mod_authn_core.html.en index 551e5dc392..2ebbb24add 100644 --- a/docs/manual/mod/mod_authn_core.html.en +++ b/docs/manual/mod/mod_authn_core.html.en @@ -246,25 +246,26 @@ the specified alias</td></tr> <a href="../fr/mod/mod_authn_core.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_core.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_core.html.fr b/docs/manual/mod/mod_authn_core.html.fr index 31f3f3eaa7..13c162475f 100644 --- a/docs/manual/mod/mod_authn_core.html.fr +++ b/docs/manual/mod/mod_authn_core.html.fr @@ -255,25 +255,26 @@ l'alias spécifié</td></tr> <a href="../fr/mod/mod_authn_core.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_core.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_dbd.html.en b/docs/manual/mod/mod_authn_dbd.html.en index 08bdddd503..4bfae7eb43 100644 --- a/docs/manual/mod/mod_authn_dbd.html.en +++ b/docs/manual/mod/mod_authn_dbd.html.en @@ -210,25 +210,26 @@ AuthDBDUserRealmQuery "SELECT password FROM authn WHERE user = %s AND realm = %s <p><span>Available Languages: </span><a href="../en/mod/mod_authn_dbd.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_dbd.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_dbm.html.en b/docs/manual/mod/mod_authn_dbm.html.en index 986b7cd96a..ff3f06a948 100644 --- a/docs/manual/mod/mod_authn_dbm.html.en +++ b/docs/manual/mod/mod_authn_dbm.html.en @@ -141,25 +141,26 @@ passwords for authentication</td></tr> <a href="../ko/mod/mod_authn_dbm.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_dbm.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_dbm.html.ja.utf8 b/docs/manual/mod/mod_authn_dbm.html.ja.utf8 index ff99cf4de4..a2bfd5087a 100644 --- a/docs/manual/mod/mod_authn_dbm.html.ja.utf8 +++ b/docs/manual/mod/mod_authn_dbm.html.ja.utf8 @@ -138,25 +138,26 @@ <a href="../ko/mod/mod_authn_dbm.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_dbm.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_dbm.html.ko.euc-kr b/docs/manual/mod/mod_authn_dbm.html.ko.euc-kr index b0030731a0..c1cc9d0012 100644 --- a/docs/manual/mod/mod_authn_dbm.html.ko.euc-kr +++ b/docs/manual/mod/mod_authn_dbm.html.ko.euc-kr @@ -130,25 +130,26 @@ <a href="../ko/mod/mod_authn_dbm.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_dbm.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_file.html.en b/docs/manual/mod/mod_authn_file.html.en index 08eaf5cde9..3e1cd0dc7e 100644 --- a/docs/manual/mod/mod_authn_file.html.en +++ b/docs/manual/mod/mod_authn_file.html.en @@ -137,25 +137,26 @@ passwords for authentication</td></tr> <a href="../ko/mod/mod_authn_file.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_file.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_file.html.fr b/docs/manual/mod/mod_authn_file.html.fr index 999dee2940..4a4e720df4 100644 --- a/docs/manual/mod/mod_authn_file.html.fr +++ b/docs/manual/mod/mod_authn_file.html.fr @@ -146,25 +146,26 @@ passe</td></tr> <a href="../ko/mod/mod_authn_file.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_file.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_file.html.ja.utf8 b/docs/manual/mod/mod_authn_file.html.ja.utf8 index 3e8adb53b7..2caef2b1c9 100644 --- a/docs/manual/mod/mod_authn_file.html.ja.utf8 +++ b/docs/manual/mod/mod_authn_file.html.ja.utf8 @@ -147,25 +147,26 @@ <a href="../ko/mod/mod_authn_file.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_file.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_file.html.ko.euc-kr b/docs/manual/mod/mod_authn_file.html.ko.euc-kr index 2529b47497..b2ec5be6b6 100644 --- a/docs/manual/mod/mod_authn_file.html.ko.euc-kr +++ b/docs/manual/mod/mod_authn_file.html.ko.euc-kr @@ -130,25 +130,26 @@ <a href="../ko/mod/mod_authn_file.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_file.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authn_socache.html.en b/docs/manual/mod/mod_authn_socache.html.en index 5ddf31151d..3d1f9b29fc 100644 --- a/docs/manual/mod/mod_authn_socache.html.en +++ b/docs/manual/mod/mod_authn_socache.html.en @@ -225,25 +225,26 @@ AuthnCacheProvideFor dbd myprovider <p><span>Available Languages: </span><a href="../en/mod/mod_authn_socache.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authn_socache.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index 54ae5a8f93..99f768b83a 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -1372,25 +1372,26 @@ You can of course use search parameters on each of these.</p> <a href="../fr/mod/mod_authnz_ldap.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authnz_ldap.html.fr b/docs/manual/mod/mod_authnz_ldap.html.fr index 4d01ff3395..ed72202138 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.fr +++ b/docs/manual/mod/mod_authnz_ldap.html.fr @@ -1524,25 +1524,26 @@ spécifiés.</p> <a href="../fr/mod/mod_authnz_ldap.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en index f196eba7f4..735618f894 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -623,25 +623,26 @@ must succeed for the enclosing directive to not fail.</td></tr> <p><span>Available Languages: </span><a href="../en/mod/mod_authz_core.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_core.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_dbd.html.en b/docs/manual/mod/mod_authz_dbd.html.en index b2c47b9f11..d1de401742 100644 --- a/docs/manual/mod/mod_authz_dbd.html.en +++ b/docs/manual/mod/mod_authz_dbd.html.en @@ -247,25 +247,26 @@ AuthzDBDRedirectQuery "SELECT userpage FROM userpages WHERE user = %s" <p><span>Available Languages: </span><a href="../en/mod/mod_authz_dbd.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_dbd.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_dbm.html.en b/docs/manual/mod/mod_authz_dbm.html.en index aedf8e4089..02157c005d 100644 --- a/docs/manual/mod/mod_authz_dbm.html.en +++ b/docs/manual/mod/mod_authz_dbm.html.en @@ -136,25 +136,26 @@ store list of user groups</td></tr> <a href="../ko/mod/mod_authz_dbm.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_dbm.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_dbm.html.ko.euc-kr b/docs/manual/mod/mod_authz_dbm.html.ko.euc-kr index eab11af28f..1068933650 100644 --- a/docs/manual/mod/mod_authz_dbm.html.ko.euc-kr +++ b/docs/manual/mod/mod_authz_dbm.html.ko.euc-kr @@ -127,25 +127,26 @@ <a href="../ko/mod/mod_authz_dbm.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_dbm.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_groupfile.html.en b/docs/manual/mod/mod_authz_groupfile.html.en index b1eac2ab0d..5046c4118c 100644 --- a/docs/manual/mod/mod_authz_groupfile.html.en +++ b/docs/manual/mod/mod_authz_groupfile.html.en @@ -90,25 +90,26 @@ of user groups for authorization</td></tr> <a href="../ko/mod/mod_authz_groupfile.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_groupfile.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_groupfile.html.ja.utf8 b/docs/manual/mod/mod_authz_groupfile.html.ja.utf8 index 0980fae8d6..7025b11703 100644 --- a/docs/manual/mod/mod_authz_groupfile.html.ja.utf8 +++ b/docs/manual/mod/mod_authz_groupfile.html.ja.utf8 @@ -101,25 +101,26 @@ <a href="../ko/mod/mod_authz_groupfile.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_groupfile.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr b/docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr index 69162e438b..0927957e9e 100644 --- a/docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr +++ b/docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr @@ -92,25 +92,26 @@ <a href="../ko/mod/mod_authz_groupfile.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_groupfile.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_host.html.en b/docs/manual/mod/mod_authz_host.html.en index 7c65551c79..b3bba13c6a 100644 --- a/docs/manual/mod/mod_authz_host.html.en +++ b/docs/manual/mod/mod_authz_host.html.en @@ -195,25 +195,26 @@ Require host .net example.edu <a href="../fr/mod/mod_authz_host.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_host.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_host.html.fr b/docs/manual/mod/mod_authz_host.html.fr index 9ed998cdcd..ebbae4ea02 100644 --- a/docs/manual/mod/mod_authz_host.html.fr +++ b/docs/manual/mod/mod_authz_host.html.fr @@ -198,25 +198,26 @@ Require host .net example.edu <a href="../fr/mod/mod_authz_host.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_host.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_owner.html.en b/docs/manual/mod/mod_authz_owner.html.en index 89a8799432..565e45a6fd 100644 --- a/docs/manual/mod/mod_authz_owner.html.en +++ b/docs/manual/mod/mod_authz_owner.html.en @@ -146,25 +146,26 @@ <a href="../ko/mod/mod_authz_owner.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_owner.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_owner.html.fr b/docs/manual/mod/mod_authz_owner.html.fr index a4c44d1836..b970df0638 100644 --- a/docs/manual/mod/mod_authz_owner.html.fr +++ b/docs/manual/mod/mod_authz_owner.html.fr @@ -159,25 +159,26 @@ d'Apache</td></tr></table> <a href="../ko/mod/mod_authz_owner.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_owner.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_owner.html.ja.utf8 b/docs/manual/mod/mod_authz_owner.html.ja.utf8 index 34e1c8b402..b6b9ae02c9 100644 --- a/docs/manual/mod/mod_authz_owner.html.ja.utf8 +++ b/docs/manual/mod/mod_authz_owner.html.ja.utf8 @@ -155,25 +155,26 @@ <a href="../ko/mod/mod_authz_owner.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_owner.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_owner.html.ko.euc-kr b/docs/manual/mod/mod_authz_owner.html.ko.euc-kr index 640a0d9453..7369b54655 100644 --- a/docs/manual/mod/mod_authz_owner.html.ko.euc-kr +++ b/docs/manual/mod/mod_authz_owner.html.ko.euc-kr @@ -150,25 +150,26 @@ <a href="../ko/mod/mod_authz_owner.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_owner.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_user.html.en b/docs/manual/mod/mod_authz_user.html.en index de07e3b9d1..a57bf380e0 100644 --- a/docs/manual/mod/mod_authz_user.html.en +++ b/docs/manual/mod/mod_authz_user.html.en @@ -59,25 +59,26 @@ <a href="../ko/mod/mod_authz_user.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_user.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_user.html.fr b/docs/manual/mod/mod_authz_user.html.fr index 4a1f0172d0..96b70092af 100644 --- a/docs/manual/mod/mod_authz_user.html.fr +++ b/docs/manual/mod/mod_authz_user.html.fr @@ -62,25 +62,26 @@ d'Apache</td></tr></table> <a href="../ko/mod/mod_authz_user.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_user.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_user.html.ja.utf8 b/docs/manual/mod/mod_authz_user.html.ja.utf8 index 15b0a6ee40..767ee5a604 100644 --- a/docs/manual/mod/mod_authz_user.html.ja.utf8 +++ b/docs/manual/mod/mod_authz_user.html.ja.utf8 @@ -63,25 +63,26 @@ <a href="../ko/mod/mod_authz_user.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_user.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_authz_user.html.ko.euc-kr b/docs/manual/mod/mod_authz_user.html.ko.euc-kr index 620c8d85bb..2c67ddbc2d 100644 --- a/docs/manual/mod/mod_authz_user.html.ko.euc-kr +++ b/docs/manual/mod/mod_authz_user.html.ko.euc-kr @@ -61,25 +61,26 @@ <a href="../ko/mod/mod_authz_user.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_authz_user.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 2ff64d2fd8..0a76566881 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -1066,25 +1066,26 @@ ReadmeName /include/FOOTER.html <a href="../tr/mod/mod_autoindex.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_autoindex.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_autoindex.html.fr b/docs/manual/mod/mod_autoindex.html.fr index 866a08535f..72896d8812 100644 --- a/docs/manual/mod/mod_autoindex.html.fr +++ b/docs/manual/mod/mod_autoindex.html.fr @@ -1151,25 +1151,26 @@ ReadmeName /include/FOOTER.html <a href="../tr/mod/mod_autoindex.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_autoindex.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_autoindex.html.ja.utf8 b/docs/manual/mod/mod_autoindex.html.ja.utf8 index 159802cb07..a7da82d764 100644 --- a/docs/manual/mod/mod_autoindex.html.ja.utf8 +++ b/docs/manual/mod/mod_autoindex.html.ja.utf8 @@ -1052,25 +1052,26 @@ Name|Date|Size|Description</code></td></tr> <a href="../tr/mod/mod_autoindex.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_autoindex.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_autoindex.html.ko.euc-kr b/docs/manual/mod/mod_autoindex.html.ko.euc-kr index 79aa7b63d2..be1dce7327 100644 --- a/docs/manual/mod/mod_autoindex.html.ko.euc-kr +++ b/docs/manual/mod/mod_autoindex.html.ko.euc-kr @@ -864,25 +864,26 @@ Name|Date|Size|Description</code></td></tr> <a href="../tr/mod/mod_autoindex.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_autoindex.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_autoindex.html.tr.utf8 b/docs/manual/mod/mod_autoindex.html.tr.utf8 index ae6a205c49..6cafe0a48a 100644 --- a/docs/manual/mod/mod_autoindex.html.tr.utf8 +++ b/docs/manual/mod/mod_autoindex.html.tr.utf8 @@ -1047,25 +1047,26 @@ belirler.</td></tr> <a href="../tr/mod/mod_autoindex.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_autoindex.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_buffer.html.en b/docs/manual/mod/mod_buffer.html.en index 1a54847bd7..b021d1f7a4 100644 --- a/docs/manual/mod/mod_buffer.html.en +++ b/docs/manual/mod/mod_buffer.html.en @@ -103,25 +103,26 @@ <a href="../fr/mod/mod_buffer.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_buffer.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_buffer.html.fr b/docs/manual/mod/mod_buffer.html.fr index 1f4d276864..208dbba111 100644 --- a/docs/manual/mod/mod_buffer.html.fr +++ b/docs/manual/mod/mod_buffer.html.fr @@ -106,25 +106,26 @@ d'Apache</td></tr></table> <a href="../fr/mod/mod_buffer.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_buffer.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index de35ac3f17..ff238389ca 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -1115,25 +1115,26 @@ CacheStaleOnError on <a href="../ko/mod/mod_cache.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cache.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cache.html.fr b/docs/manual/mod/mod_cache.html.fr index 53971905c8..9fa0d8c3e1 100644 --- a/docs/manual/mod/mod_cache.html.fr +++ b/docs/manual/mod/mod_cache.html.fr @@ -1226,25 +1226,26 @@ marquées comme privées</td></tr> <a href="../ko/mod/mod_cache.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cache.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cache.html.ja.utf8 b/docs/manual/mod/mod_cache.html.ja.utf8 index 68e02c7611..3766b6b718 100644 --- a/docs/manual/mod/mod_cache.html.ja.utf8 +++ b/docs/manual/mod/mod_cache.html.ja.utf8 @@ -654,25 +654,26 @@ <a href="../ko/mod/mod_cache.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cache.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cache.html.ko.euc-kr b/docs/manual/mod/mod_cache.html.ko.euc-kr index ff4b10f492..9e5928d105 100644 --- a/docs/manual/mod/mod_cache.html.ko.euc-kr +++ b/docs/manual/mod/mod_cache.html.ko.euc-kr @@ -503,25 +503,26 @@ <a href="../ko/mod/mod_cache.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cache.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cache_disk.html.en b/docs/manual/mod/mod_cache_disk.html.en index 3ecace89cf..4f83cac08a 100644 --- a/docs/manual/mod/mod_cache_disk.html.en +++ b/docs/manual/mod/mod_cache_disk.html.en @@ -275,25 +275,26 @@ stored</td></tr> <a href="../ko/mod/mod_cache_disk.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cache_disk.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cache_disk.html.fr b/docs/manual/mod/mod_cache_disk.html.fr index a90c286755..bab6d45dfc 100644 --- a/docs/manual/mod/mod_cache_disk.html.fr +++ b/docs/manual/mod/mod_cache_disk.html.fr @@ -293,25 +293,26 @@ seront stockés</td></tr> <a href="../ko/mod/mod_cache_disk.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cache_disk.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cache_disk.html.ja.utf8 b/docs/manual/mod/mod_cache_disk.html.ja.utf8 index f6a8294bff..e2cd2343dd 100644 --- a/docs/manual/mod/mod_cache_disk.html.ja.utf8 +++ b/docs/manual/mod/mod_cache_disk.html.ja.utf8 @@ -205,25 +205,26 @@ <a href="../ko/mod/mod_cache_disk.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cache_disk.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cache_disk.html.ko.euc-kr b/docs/manual/mod/mod_cache_disk.html.ko.euc-kr index 9a5aa059ed..0ab84dd4f1 100644 --- a/docs/manual/mod/mod_cache_disk.html.ko.euc-kr +++ b/docs/manual/mod/mod_cache_disk.html.ko.euc-kr @@ -199,25 +199,26 @@ <a href="../ko/mod/mod_cache_disk.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cache_disk.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cache_socache.html.en b/docs/manual/mod/mod_cache_socache.html.en index 458a754b82..26c26fedf7 100644 --- a/docs/manual/mod/mod_cache_socache.html.en +++ b/docs/manual/mod/mod_cache_socache.html.en @@ -252,25 +252,26 @@ cache</td></tr> <p><span>Available Languages: </span><a href="../en/mod/mod_cache_socache.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cache_socache.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cern_meta.html.en b/docs/manual/mod/mod_cern_meta.html.en index afe40ec689..182fc3a5cd 100644 --- a/docs/manual/mod/mod_cern_meta.html.en +++ b/docs/manual/mod/mod_cern_meta.html.en @@ -129,25 +129,26 @@ meta information</td></tr> <a href="../ko/mod/mod_cern_meta.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cern_meta.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cern_meta.html.ko.euc-kr b/docs/manual/mod/mod_cern_meta.html.ko.euc-kr index 124614301f..a45e661209 100644 --- a/docs/manual/mod/mod_cern_meta.html.ko.euc-kr +++ b/docs/manual/mod/mod_cern_meta.html.ko.euc-kr @@ -121,25 +121,26 @@ <a href="../ko/mod/mod_cern_meta.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cern_meta.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cgi.html.en b/docs/manual/mod/mod_cgi.html.en index 6837f341d4..0e8f2968f6 100644 --- a/docs/manual/mod/mod_cgi.html.en +++ b/docs/manual/mod/mod_cgi.html.en @@ -242,25 +242,26 @@ in the scriptlog</td></tr> <a href="../ko/mod/mod_cgi.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cgi.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cgi.html.ja.utf8 b/docs/manual/mod/mod_cgi.html.ja.utf8 index b6d70c2fc9..b2a8a3545a 100644 --- a/docs/manual/mod/mod_cgi.html.ja.utf8 +++ b/docs/manual/mod/mod_cgi.html.ja.utf8 @@ -254,25 +254,26 @@ <a href="../ko/mod/mod_cgi.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cgi.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cgi.html.ko.euc-kr b/docs/manual/mod/mod_cgi.html.ko.euc-kr index 853a9d58e3..54fc6a3e1e 100644 --- a/docs/manual/mod/mod_cgi.html.ko.euc-kr +++ b/docs/manual/mod/mod_cgi.html.ko.euc-kr @@ -233,25 +233,26 @@ <a href="../ko/mod/mod_cgi.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cgi.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cgid.html.en b/docs/manual/mod/mod_cgid.html.en index ea45d000c4..873e73aaa2 100644 --- a/docs/manual/mod/mod_cgid.html.en +++ b/docs/manual/mod/mod_cgid.html.en @@ -106,25 +106,26 @@ the cgi daemon</td></tr> <a href="../ko/mod/mod_cgid.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cgid.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cgid.html.ja.utf8 b/docs/manual/mod/mod_cgid.html.ja.utf8 index 2d52c09b15..464112a2cc 100644 --- a/docs/manual/mod/mod_cgid.html.ja.utf8 +++ b/docs/manual/mod/mod_cgid.html.ja.utf8 @@ -102,25 +102,26 @@ <a href="../ko/mod/mod_cgid.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cgid.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_cgid.html.ko.euc-kr b/docs/manual/mod/mod_cgid.html.ko.euc-kr index 5d12d104aa..5665917985 100644 --- a/docs/manual/mod/mod_cgid.html.ko.euc-kr +++ b/docs/manual/mod/mod_cgid.html.ko.euc-kr @@ -98,25 +98,26 @@ <a href="../ko/mod/mod_cgid.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_cgid.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_charset_lite.html.en b/docs/manual/mod/mod_charset_lite.html.en index 66ff20ada7..73e964a99f 100644 --- a/docs/manual/mod/mod_charset_lite.html.en +++ b/docs/manual/mod/mod_charset_lite.html.en @@ -209,25 +209,26 @@ <a href="../ko/mod/mod_charset_lite.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_charset_lite.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_charset_lite.html.ko.euc-kr b/docs/manual/mod/mod_charset_lite.html.ko.euc-kr index b714d228ab..5b577c8d18 100644 --- a/docs/manual/mod/mod_charset_lite.html.ko.euc-kr +++ b/docs/manual/mod/mod_charset_lite.html.ko.euc-kr @@ -197,25 +197,26 @@ <a href="../ko/mod/mod_charset_lite.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_charset_lite.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_data.html.en b/docs/manual/mod/mod_data.html.en index 71d476a665..a25e0406a0 100644 --- a/docs/manual/mod/mod_data.html.en +++ b/docs/manual/mod/mod_data.html.en @@ -79,25 +79,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_data.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_data.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dav.html.en b/docs/manual/mod/mod_dav.html.en index b275169c34..dfff9860c1 100644 --- a/docs/manual/mod/mod_dav.html.en +++ b/docs/manual/mod/mod_dav.html.en @@ -262,25 +262,26 @@ a DAV resource</td></tr> <a href="../ko/mod/mod_dav.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dav.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dav.html.ja.utf8 b/docs/manual/mod/mod_dav.html.ja.utf8 index c6d957eeaa..e6e56f62a0 100644 --- a/docs/manual/mod/mod_dav.html.ja.utf8 +++ b/docs/manual/mod/mod_dav.html.ja.utf8 @@ -277,25 +277,26 @@ Alias /php-source /home/gstein/php_files<br /> <a href="../ko/mod/mod_dav.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dav.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dav.html.ko.euc-kr b/docs/manual/mod/mod_dav.html.ko.euc-kr index 502b3ee383..18f5925fd7 100644 --- a/docs/manual/mod/mod_dav.html.ko.euc-kr +++ b/docs/manual/mod/mod_dav.html.ko.euc-kr @@ -261,25 +261,26 @@ Alias /php-source /home/gstein/php_files<br /> <a href="../ko/mod/mod_dav.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dav.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dav_fs.html.en b/docs/manual/mod/mod_dav_fs.html.en index 6ec4b981e5..faa687e066 100644 --- a/docs/manual/mod/mod_dav_fs.html.en +++ b/docs/manual/mod/mod_dav_fs.html.en @@ -98,25 +98,26 @@ <a href="../ko/mod/mod_dav_fs.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dav_fs.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dav_fs.html.ja.utf8 b/docs/manual/mod/mod_dav_fs.html.ja.utf8 index f7617f8d5e..5c68e8c88f 100644 --- a/docs/manual/mod/mod_dav_fs.html.ja.utf8 +++ b/docs/manual/mod/mod_dav_fs.html.ja.utf8 @@ -92,25 +92,26 @@ <a href="../ko/mod/mod_dav_fs.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dav_fs.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dav_fs.html.ko.euc-kr b/docs/manual/mod/mod_dav_fs.html.ko.euc-kr index a09b2866c0..5ea3752ef4 100644 --- a/docs/manual/mod/mod_dav_fs.html.ko.euc-kr +++ b/docs/manual/mod/mod_dav_fs.html.ko.euc-kr @@ -97,25 +97,26 @@ <a href="../ko/mod/mod_dav_fs.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dav_fs.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dav_lock.html.en b/docs/manual/mod/mod_dav_lock.html.en index a2eb5f59be..b8e7d00e1c 100644 --- a/docs/manual/mod/mod_dav_lock.html.en +++ b/docs/manual/mod/mod_dav_lock.html.en @@ -101,25 +101,26 @@ <a href="../ja/mod/mod_dav_lock.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dav_lock.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dav_lock.html.ja.utf8 b/docs/manual/mod/mod_dav_lock.html.ja.utf8 index 99bf291a40..bb01138e0f 100644 --- a/docs/manual/mod/mod_dav_lock.html.ja.utf8 +++ b/docs/manual/mod/mod_dav_lock.html.ja.utf8 @@ -108,25 +108,26 @@ <a href="../ja/mod/mod_dav_lock.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dav_lock.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dbd.html.en b/docs/manual/mod/mod_dbd.html.en index 2db603423e..72a7749966 100644 --- a/docs/manual/mod/mod_dbd.html.en +++ b/docs/manual/mod/mod_dbd.html.en @@ -344,25 +344,26 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c <p><span>Available Languages: </span><a href="../en/mod/mod_dbd.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dbd.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_deflate.html.en b/docs/manual/mod/mod_deflate.html.en index 40e3e99557..864208c005 100644 --- a/docs/manual/mod/mod_deflate.html.en +++ b/docs/manual/mod/mod_deflate.html.en @@ -377,25 +377,26 @@ CustomLog logs/deflate_log deflate <a href="../ko/mod/mod_deflate.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_deflate.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_deflate.html.fr b/docs/manual/mod/mod_deflate.html.fr index a8c40042ca..13d57b9ddb 100644 --- a/docs/manual/mod/mod_deflate.html.fr +++ b/docs/manual/mod/mod_deflate.html.fr @@ -411,25 +411,26 @@ compression</td></tr> <a href="../ko/mod/mod_deflate.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_deflate.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_deflate.html.ja.utf8 b/docs/manual/mod/mod_deflate.html.ja.utf8 index f8bb47c43f..2fba512e8b 100644 --- a/docs/manual/mod/mod_deflate.html.ja.utf8 +++ b/docs/manual/mod/mod_deflate.html.ja.utf8 @@ -383,25 +383,26 @@ <a href="../ko/mod/mod_deflate.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_deflate.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_deflate.html.ko.euc-kr b/docs/manual/mod/mod_deflate.html.ko.euc-kr index 7fe657398a..a50ff469fb 100644 --- a/docs/manual/mod/mod_deflate.html.ko.euc-kr +++ b/docs/manual/mod/mod_deflate.html.ko.euc-kr @@ -369,25 +369,26 @@ <a href="../ko/mod/mod_deflate.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_deflate.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dialup.html.en b/docs/manual/mod/mod_dialup.html.en index 6777a61322..c70db825d5 100644 --- a/docs/manual/mod/mod_dialup.html.en +++ b/docs/manual/mod/mod_dialup.html.en @@ -80,25 +80,26 @@ once the timer hits. From there the handler can continue to send data to the cl <p><span>Available Languages: </span><a href="../en/mod/mod_dialup.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dialup.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dir.html.en b/docs/manual/mod/mod_dir.html.en index 36498915fe..41b7c83bd8 100644 --- a/docs/manual/mod/mod_dir.html.en +++ b/docs/manual/mod/mod_dir.html.en @@ -260,25 +260,26 @@ a directory</td></tr> <a href="../tr/mod/mod_dir.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dir.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dir.html.fr b/docs/manual/mod/mod_dir.html.fr index e23cec8a1c..daafaa1493 100644 --- a/docs/manual/mod/mod_dir.html.fr +++ b/docs/manual/mod/mod_dir.html.fr @@ -289,25 +289,26 @@ aucun fichier</td></tr> <a href="../tr/mod/mod_dir.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dir.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dir.html.ja.utf8 b/docs/manual/mod/mod_dir.html.ja.utf8 index df8d6b9f13..721d4a89a4 100644 --- a/docs/manual/mod/mod_dir.html.ja.utf8 +++ b/docs/manual/mod/mod_dir.html.ja.utf8 @@ -216,25 +216,26 @@ <a href="../tr/mod/mod_dir.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dir.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dir.html.ko.euc-kr b/docs/manual/mod/mod_dir.html.ko.euc-kr index 9bc1aa90ca..147a6f1a6a 100644 --- a/docs/manual/mod/mod_dir.html.ko.euc-kr +++ b/docs/manual/mod/mod_dir.html.ko.euc-kr @@ -201,25 +201,26 @@ index ÆÄÀÏÀ» ¼ºñ½ºÇÑ´Ù</td></tr> <a href="../tr/mod/mod_dir.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dir.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dir.html.tr.utf8 b/docs/manual/mod/mod_dir.html.tr.utf8 index c626704565..51fb82c3cd 100644 --- a/docs/manual/mod/mod_dir.html.tr.utf8 +++ b/docs/manual/mod/mod_dir.html.tr.utf8 @@ -267,25 +267,26 @@ <a href="../tr/mod/mod_dir.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dir.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dumpio.html.en b/docs/manual/mod/mod_dumpio.html.en index fc58176d86..fe56dd05ae 100644 --- a/docs/manual/mod/mod_dumpio.html.en +++ b/docs/manual/mod/mod_dumpio.html.en @@ -114,25 +114,26 @@ later.</td></tr> <a href="../ja/mod/mod_dumpio.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dumpio.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_dumpio.html.ja.utf8 b/docs/manual/mod/mod_dumpio.html.ja.utf8 index 7ee4d674f6..f8eb557c7c 100644 --- a/docs/manual/mod/mod_dumpio.html.ja.utf8 +++ b/docs/manual/mod/mod_dumpio.html.ja.utf8 @@ -108,25 +108,26 @@ <a href="../ja/mod/mod_dumpio.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dumpio.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_echo.html.en b/docs/manual/mod/mod_echo.html.en index f3677d8ab4..8d62a6d12e 100644 --- a/docs/manual/mod/mod_echo.html.en +++ b/docs/manual/mod/mod_echo.html.en @@ -76,25 +76,26 @@ later.</td></tr> <a href="../ko/mod/mod_echo.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_echo.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_echo.html.fr b/docs/manual/mod/mod_echo.html.fr index 929f259a33..e6bbd43156 100644 --- a/docs/manual/mod/mod_echo.html.fr +++ b/docs/manual/mod/mod_echo.html.fr @@ -76,25 +76,26 @@ d'Apache.</td></tr> <a href="../ko/mod/mod_echo.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_echo.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_echo.html.ja.utf8 b/docs/manual/mod/mod_echo.html.ja.utf8 index e1618123dc..d550e5896b 100644 --- a/docs/manual/mod/mod_echo.html.ja.utf8 +++ b/docs/manual/mod/mod_echo.html.ja.utf8 @@ -78,25 +78,26 @@ <a href="../ko/mod/mod_echo.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_echo.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_echo.html.ko.euc-kr b/docs/manual/mod/mod_echo.html.ko.euc-kr index f4f9231b98..882a069068 100644 --- a/docs/manual/mod/mod_echo.html.ko.euc-kr +++ b/docs/manual/mod/mod_echo.html.ko.euc-kr @@ -74,25 +74,26 @@ <a href="../ko/mod/mod_echo.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_echo.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_env.html.en b/docs/manual/mod/mod_env.html.en index ec1ab8fb13..fde75c61d0 100644 --- a/docs/manual/mod/mod_env.html.en +++ b/docs/manual/mod/mod_env.html.en @@ -141,25 +141,26 @@ SSI pages</td></tr> <a href="../tr/mod/mod_env.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_env.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_env.html.fr b/docs/manual/mod/mod_env.html.fr index d1afe6ec89..5c9090242d 100644 --- a/docs/manual/mod/mod_env.html.fr +++ b/docs/manual/mod/mod_env.html.fr @@ -146,25 +146,26 @@ shell</td></tr> <a href="../tr/mod/mod_env.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_env.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_env.html.ja.utf8 b/docs/manual/mod/mod_env.html.ja.utf8 index 9f2ff88065..710d699f13 100644 --- a/docs/manual/mod/mod_env.html.ja.utf8 +++ b/docs/manual/mod/mod_env.html.ja.utf8 @@ -124,25 +124,26 @@ <a href="../tr/mod/mod_env.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_env.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_env.html.ko.euc-kr b/docs/manual/mod/mod_env.html.ko.euc-kr index ad2522ceeb..1e48544120 100644 --- a/docs/manual/mod/mod_env.html.ko.euc-kr +++ b/docs/manual/mod/mod_env.html.ko.euc-kr @@ -117,25 +117,26 @@ <a href="../tr/mod/mod_env.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_env.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_env.html.tr.utf8 b/docs/manual/mod/mod_env.html.tr.utf8 index 9d0bab8d3f..09ea0166f5 100644 --- a/docs/manual/mod/mod_env.html.tr.utf8 +++ b/docs/manual/mod/mod_env.html.tr.utf8 @@ -140,25 +140,26 @@ etmek için kullanılır.</td></tr> <a href="../tr/mod/mod_env.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_env.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_example.html.en b/docs/manual/mod/mod_example.html.en index 58bae85c3f..f907e8067d 100644 --- a/docs/manual/mod/mod_example.html.en +++ b/docs/manual/mod/mod_example.html.en @@ -157,25 +157,26 @@ API</td></tr> <a href="../ko/mod/mod_example.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_example.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_example.html.ko.euc-kr b/docs/manual/mod/mod_example.html.ko.euc-kr index f294eafa0d..f07ebaa1ba 100644 --- a/docs/manual/mod/mod_example.html.ko.euc-kr +++ b/docs/manual/mod/mod_example.html.ko.euc-kr @@ -154,25 +154,26 @@ <a href="../ko/mod/mod_example.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_example.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_expires.html.en b/docs/manual/mod/mod_expires.html.en index b931957708..d7d197ccaf 100644 --- a/docs/manual/mod/mod_expires.html.en +++ b/docs/manual/mod/mod_expires.html.en @@ -253,25 +253,26 @@ ExpiresByType text/html M604800 <a href="../ko/mod/mod_expires.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_expires.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_expires.html.fr b/docs/manual/mod/mod_expires.html.fr index ed4190b3c1..5e261cb68a 100644 --- a/docs/manual/mod/mod_expires.html.fr +++ b/docs/manual/mod/mod_expires.html.fr @@ -259,25 +259,26 @@ d'expiration</td></tr> <a href="../ko/mod/mod_expires.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_expires.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_expires.html.ja.utf8 b/docs/manual/mod/mod_expires.html.ja.utf8 index e7143ae45a..15c1d17fda 100644 --- a/docs/manual/mod/mod_expires.html.ja.utf8 +++ b/docs/manual/mod/mod_expires.html.ja.utf8 @@ -238,25 +238,26 @@ <a href="../ko/mod/mod_expires.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_expires.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_expires.html.ko.euc-kr b/docs/manual/mod/mod_expires.html.ko.euc-kr index c5b49232f8..ca3dd16334 100644 --- a/docs/manual/mod/mod_expires.html.ko.euc-kr +++ b/docs/manual/mod/mod_expires.html.ko.euc-kr @@ -228,25 +228,26 @@ <a href="../ko/mod/mod_expires.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_expires.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index 68f5c0cd60..78ef1b4ced 100644 --- a/docs/manual/mod/mod_ext_filter.html.en +++ b/docs/manual/mod/mod_ext_filter.html.en @@ -342,25 +342,26 @@ close(SAVE); <a href="../ko/mod/mod_ext_filter.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ext_filter.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ext_filter.html.ja.utf8 b/docs/manual/mod/mod_ext_filter.html.ja.utf8 index 3d562b7bb7..d8a463cc4a 100644 --- a/docs/manual/mod/mod_ext_filter.html.ja.utf8 +++ b/docs/manual/mod/mod_ext_filter.html.ja.utf8 @@ -370,25 +370,26 @@ <a href="../ko/mod/mod_ext_filter.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ext_filter.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ext_filter.html.ko.euc-kr b/docs/manual/mod/mod_ext_filter.html.ko.euc-kr index 0eda96ee6d..4a37c35a38 100644 --- a/docs/manual/mod/mod_ext_filter.html.ko.euc-kr +++ b/docs/manual/mod/mod_ext_filter.html.ko.euc-kr @@ -353,25 +353,26 @@ <a href="../ko/mod/mod_ext_filter.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ext_filter.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_file_cache.html.en b/docs/manual/mod/mod_file_cache.html.en index 8a5d6735ef..7fef9bd325 100644 --- a/docs/manual/mod/mod_file_cache.html.en +++ b/docs/manual/mod/mod_file_cache.html.en @@ -211,25 +211,26 @@ <a href="../ko/mod/mod_file_cache.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_file_cache.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_file_cache.html.ko.euc-kr b/docs/manual/mod/mod_file_cache.html.ko.euc-kr index 08f79faabc..711b8ebc6e 100644 --- a/docs/manual/mod/mod_file_cache.html.ko.euc-kr +++ b/docs/manual/mod/mod_file_cache.html.ko.euc-kr @@ -201,25 +201,26 @@ <a href="../ko/mod/mod_file_cache.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_file_cache.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_filter.html.en b/docs/manual/mod/mod_filter.html.en index 405c482457..45c5b081d1 100644 --- a/docs/manual/mod/mod_filter.html.en +++ b/docs/manual/mod/mod_filter.html.en @@ -499,25 +499,26 @@ for a complete reference and examples.</li> <p><span>Available Languages: </span><a href="../en/mod/mod_filter.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_filter.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_firehose.html.en b/docs/manual/mod/mod_firehose.html.en index 75b273f636..146d027017 100644 --- a/docs/manual/mod/mod_firehose.html.en +++ b/docs/manual/mod/mod_firehose.html.en @@ -292,25 +292,26 @@ later.</td></tr> <p><span>Available Languages: </span><a href="../en/mod/mod_firehose.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_firehose.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 53776bf642..c7f86b54d1 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -485,25 +485,26 @@ Header merge Cache-Control no-store env=NO_STORE <a href="../ko/mod/mod_headers.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_headers.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_headers.html.fr b/docs/manual/mod/mod_headers.html.fr index 5bd16bb2a1..149081012f 100644 --- a/docs/manual/mod/mod_headers.html.fr +++ b/docs/manual/mod/mod_headers.html.fr @@ -532,25 +532,26 @@ Header merge Cache-Control no-store env=NO_STORE <a href="../ko/mod/mod_headers.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_headers.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_headers.html.ja.utf8 b/docs/manual/mod/mod_headers.html.ja.utf8 index e27c4d6a42..086ad16b80 100644 --- a/docs/manual/mod/mod_headers.html.ja.utf8 +++ b/docs/manual/mod/mod_headers.html.ja.utf8 @@ -352,25 +352,26 @@ <a href="../ko/mod/mod_headers.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_headers.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_headers.html.ko.euc-kr b/docs/manual/mod/mod_headers.html.ko.euc-kr index 7731303c1e..e53e0dd214 100644 --- a/docs/manual/mod/mod_headers.html.ko.euc-kr +++ b/docs/manual/mod/mod_headers.html.ko.euc-kr @@ -340,25 +340,26 @@ <a href="../ko/mod/mod_headers.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_headers.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_heartbeat.html.en b/docs/manual/mod/mod_heartbeat.html.en index e99a437ec6..a2a3f13a70 100644 --- a/docs/manual/mod/mod_heartbeat.html.en +++ b/docs/manual/mod/mod_heartbeat.html.en @@ -106,25 +106,26 @@ HeartbeatAddress 239.0.0.1:27999 <p><span>Available Languages: </span><a href="../en/mod/mod_heartbeat.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_heartbeat.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_heartmonitor.html.en b/docs/manual/mod/mod_heartmonitor.html.en index b178af68cb..9f1a920c4c 100644 --- a/docs/manual/mod/mod_heartmonitor.html.en +++ b/docs/manual/mod/mod_heartmonitor.html.en @@ -122,25 +122,26 @@ heartbeat requests to this server</td></tr> <p><span>Available Languages: </span><a href="../en/mod/mod_heartmonitor.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_heartmonitor.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ident.html.en b/docs/manual/mod/mod_ident.html.en index 8daf36d0f5..fd260f474a 100644 --- a/docs/manual/mod/mod_ident.html.en +++ b/docs/manual/mod/mod_ident.html.en @@ -104,25 +104,26 @@ user</td></tr> <a href="../ko/mod/mod_ident.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ident.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ident.html.fr b/docs/manual/mod/mod_ident.html.fr index 346cc5d428..14e1a707f5 100644 --- a/docs/manual/mod/mod_ident.html.fr +++ b/docs/manual/mod/mod_ident.html.fr @@ -113,25 +113,26 @@ ident</td></tr> <a href="../ko/mod/mod_ident.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ident.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ident.html.ja.utf8 b/docs/manual/mod/mod_ident.html.ja.utf8 index 20422bbfca..fe6213767a 100644 --- a/docs/manual/mod/mod_ident.html.ja.utf8 +++ b/docs/manual/mod/mod_ident.html.ja.utf8 @@ -104,25 +104,26 @@ <a href="../ko/mod/mod_ident.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ident.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ident.html.ko.euc-kr b/docs/manual/mod/mod_ident.html.ko.euc-kr index c819f0af3c..b45f958845 100644 --- a/docs/manual/mod/mod_ident.html.ko.euc-kr +++ b/docs/manual/mod/mod_ident.html.ko.euc-kr @@ -101,25 +101,26 @@ <a href="../ko/mod/mod_ident.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ident.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_imagemap.html.en b/docs/manual/mod/mod_imagemap.html.en index 48580e0869..7e8ad73bda 100644 --- a/docs/manual/mod/mod_imagemap.html.en +++ b/docs/manual/mod/mod_imagemap.html.en @@ -384,25 +384,26 @@ an imagemap</td></tr> <a href="../ko/mod/mod_imagemap.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_imagemap.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_imagemap.html.ko.euc-kr b/docs/manual/mod/mod_imagemap.html.ko.euc-kr index 0939be8327..617d552383 100644 --- a/docs/manual/mod/mod_imagemap.html.ko.euc-kr +++ b/docs/manual/mod/mod_imagemap.html.ko.euc-kr @@ -362,25 +362,26 @@ <a href="../ko/mod/mod_imagemap.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_imagemap.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index fa811d935a..6c3357074a 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -1060,25 +1060,26 @@ set</td></tr> <a href="../ja/mod/mod_include.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_include.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_include.html.ja.utf8 b/docs/manual/mod/mod_include.html.ja.utf8 index 2c550a76f9..c36f26c395 100644 --- a/docs/manual/mod/mod_include.html.ja.utf8 +++ b/docs/manual/mod/mod_include.html.ja.utf8 @@ -872,25 +872,26 @@ server.</td></tr> <a href="../ja/mod/mod_include.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_include.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en index fa33f098a7..6d0c208975 100644 --- a/docs/manual/mod/mod_info.html.en +++ b/docs/manual/mod/mod_info.html.en @@ -196,25 +196,26 @@ AddModuleInfo mod_deflate.c 'See <a \ <a href="../ko/mod/mod_info.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_info.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_info.html.fr b/docs/manual/mod/mod_info.html.fr index c0ba3ea3c5..2609e83b7e 100644 --- a/docs/manual/mod/mod_info.html.fr +++ b/docs/manual/mod/mod_info.html.fr @@ -203,25 +203,26 @@ AddModuleInfo mod_deflate.c 'See <a \ <a href="../ko/mod/mod_info.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_info.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_info.html.ja.utf8 b/docs/manual/mod/mod_info.html.ja.utf8 index 9a47ece051..a061d569b6 100644 --- a/docs/manual/mod/mod_info.html.ja.utf8 +++ b/docs/manual/mod/mod_info.html.ja.utf8 @@ -193,25 +193,26 @@ <a href="../ko/mod/mod_info.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_info.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_info.html.ko.euc-kr b/docs/manual/mod/mod_info.html.ko.euc-kr index df96e431fd..d37d1013e9 100644 --- a/docs/manual/mod/mod_info.html.ko.euc-kr +++ b/docs/manual/mod/mod_info.html.ko.euc-kr @@ -170,25 +170,26 @@ <a href="../ko/mod/mod_info.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_info.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_isapi.html.en b/docs/manual/mod/mod_isapi.html.en index 80300abd1e..ee3c9f0734 100644 --- a/docs/manual/mod/mod_isapi.html.en +++ b/docs/manual/mod/mod_isapi.html.en @@ -344,25 +344,26 @@ extensions</td></tr> <a href="../ko/mod/mod_isapi.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_isapi.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_isapi.html.ko.euc-kr b/docs/manual/mod/mod_isapi.html.ko.euc-kr index 167fe42eef..7cb44b4a65 100644 --- a/docs/manual/mod/mod_isapi.html.ko.euc-kr +++ b/docs/manual/mod/mod_isapi.html.ko.euc-kr @@ -318,25 +318,26 @@ <a href="../ko/mod/mod_isapi.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_isapi.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_lbmethod_bybusyness.html.en b/docs/manual/mod/mod_lbmethod_bybusyness.html.en index 5f66f46fce..36f53a25db 100644 --- a/docs/manual/mod/mod_lbmethod_bybusyness.html.en +++ b/docs/manual/mod/mod_lbmethod_bybusyness.html.en @@ -74,25 +74,26 @@ provides the <code>bybusyness</code> load balancing method.</p> <p><span>Available Languages: </span><a href="../en/mod/mod_lbmethod_bybusyness.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_lbmethod_bybusyness.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_lbmethod_byrequests.html.en b/docs/manual/mod/mod_lbmethod_byrequests.html.en index ff61f21d58..46a77d4b32 100644 --- a/docs/manual/mod/mod_lbmethod_byrequests.html.en +++ b/docs/manual/mod/mod_lbmethod_byrequests.html.en @@ -226,25 +226,26 @@ candidate lbstatus -= total factor</code></pre></div> <p><span>Available Languages: </span><a href="../en/mod/mod_lbmethod_byrequests.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_lbmethod_byrequests.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_lbmethod_bytraffic.html.en b/docs/manual/mod/mod_lbmethod_bytraffic.html.en index 01419a7c8a..aeab53d7f7 100644 --- a/docs/manual/mod/mod_lbmethod_bytraffic.html.en +++ b/docs/manual/mod/mod_lbmethod_bytraffic.html.en @@ -90,25 +90,26 @@ provides the <code>bytraffic</code> load balancing method..</p> <p><span>Available Languages: </span><a href="../en/mod/mod_lbmethod_bytraffic.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_lbmethod_bytraffic.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_lbmethod_heartbeat.html.en b/docs/manual/mod/mod_lbmethod_heartbeat.html.en index 76af44ee49..b81425bec4 100644 --- a/docs/manual/mod/mod_lbmethod_heartbeat.html.en +++ b/docs/manual/mod/mod_lbmethod_heartbeat.html.en @@ -73,25 +73,26 @@ assumption that they are not fully initialized.</p> <p><span>Available Languages: </span><a href="../en/mod/mod_lbmethod_heartbeat.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_lbmethod_heartbeat.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index e6eb768e0d..913ada492e 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -829,25 +829,26 @@ Certificate Authority or global client certificates</td></tr> <a href="../fr/mod/mod_ldap.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ldap.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ldap.html.fr b/docs/manual/mod/mod_ldap.html.fr index f0528c8a9c..28492edcde 100644 --- a/docs/manual/mod/mod_ldap.html.fr +++ b/docs/manual/mod/mod_ldap.html.fr @@ -920,25 +920,26 @@ serveur</td></tr> <a href="../fr/mod/mod_ldap.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ldap.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 427b2c7ca6..a5dc679b8f 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -534,25 +534,26 @@ TransferLog logs/access_log <a href="../tr/mod/mod_log_config.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_config.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_log_config.html.ja.utf8 b/docs/manual/mod/mod_log_config.html.ja.utf8 index bee6911673..6f8500da6a 100644 --- a/docs/manual/mod/mod_log_config.html.ja.utf8 +++ b/docs/manual/mod/mod_log_config.html.ja.utf8 @@ -465,25 +465,26 @@ <a href="../tr/mod/mod_log_config.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_config.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_log_config.html.ko.euc-kr b/docs/manual/mod/mod_log_config.html.ko.euc-kr index ae274b7d91..88f5607c31 100644 --- a/docs/manual/mod/mod_log_config.html.ko.euc-kr +++ b/docs/manual/mod/mod_log_config.html.ko.euc-kr @@ -396,25 +396,26 @@ <a href="../tr/mod/mod_log_config.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_config.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_log_config.html.tr.utf8 b/docs/manual/mod/mod_log_config.html.tr.utf8 index b9c3678660..5a36df86f5 100644 --- a/docs/manual/mod/mod_log_config.html.tr.utf8 +++ b/docs/manual/mod/mod_log_config.html.tr.utf8 @@ -509,25 +509,26 @@ expr=<var>ifade</var>]</code></td></tr> <a href="../tr/mod/mod_log_config.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_config.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_log_debug.html.en b/docs/manual/mod/mod_log_debug.html.en index 0623b29164..4dc00a7881 100644 --- a/docs/manual/mod/mod_log_debug.html.en +++ b/docs/manual/mod/mod_log_debug.html.en @@ -146,25 +146,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_log_debug.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_debug.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_log_forensic.html.en b/docs/manual/mod/mod_log_forensic.html.en index 6f762dacd5..263d29d4ac 100644 --- a/docs/manual/mod/mod_log_forensic.html.en +++ b/docs/manual/mod/mod_log_forensic.html.en @@ -163,25 +163,26 @@ version 2.1</td></tr></table> <a href="../tr/mod/mod_log_forensic.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_forensic.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_log_forensic.html.ja.utf8 b/docs/manual/mod/mod_log_forensic.html.ja.utf8 index 0033ed90d8..66b65e597b 100644 --- a/docs/manual/mod/mod_log_forensic.html.ja.utf8 +++ b/docs/manual/mod/mod_log_forensic.html.ja.utf8 @@ -168,25 +168,26 @@ <a href="../tr/mod/mod_log_forensic.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_forensic.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_log_forensic.html.tr.utf8 b/docs/manual/mod/mod_log_forensic.html.tr.utf8 index 81a60cee14..480a28985b 100644 --- a/docs/manual/mod/mod_log_forensic.html.tr.utf8 +++ b/docs/manual/mod/mod_log_forensic.html.tr.utf8 @@ -162,25 +162,26 @@ <a href="../tr/mod/mod_log_forensic.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_log_forensic.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_logio.html.en b/docs/manual/mod/mod_logio.html.en index c17f2ff112..c6001db94b 100644 --- a/docs/manual/mod/mod_logio.html.en +++ b/docs/manual/mod/mod_logio.html.en @@ -97,25 +97,26 @@ <a href="../tr/mod/mod_logio.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_logio.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_logio.html.ja.utf8 b/docs/manual/mod/mod_logio.html.ja.utf8 index d966d3941a..8de03661a1 100644 --- a/docs/manual/mod/mod_logio.html.ja.utf8 +++ b/docs/manual/mod/mod_logio.html.ja.utf8 @@ -96,25 +96,26 @@ <a href="../tr/mod/mod_logio.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_logio.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_logio.html.ko.euc-kr b/docs/manual/mod/mod_logio.html.ko.euc-kr index 9862943c3f..5317ece6da 100644 --- a/docs/manual/mod/mod_logio.html.ko.euc-kr +++ b/docs/manual/mod/mod_logio.html.ko.euc-kr @@ -95,25 +95,26 @@ <a href="../tr/mod/mod_logio.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_logio.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_logio.html.tr.utf8 b/docs/manual/mod/mod_logio.html.tr.utf8 index f88107ed5e..c1b0c003b2 100644 --- a/docs/manual/mod/mod_logio.html.tr.utf8 +++ b/docs/manual/mod/mod_logio.html.tr.utf8 @@ -96,25 +96,26 @@ <a href="../tr/mod/mod_logio.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_logio.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 929922daa4..a7c4c7b431 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -812,25 +812,26 @@ LuaPackagePath /scripts/lib/?/init.lua <a href="../fr/mod/mod_lua.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_lua.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_lua.html.fr b/docs/manual/mod/mod_lua.html.fr index b605185d47..6cb34ec36c 100644 --- a/docs/manual/mod/mod_lua.html.fr +++ b/docs/manual/mod/mod_lua.html.fr @@ -862,25 +862,26 @@ par défaut est once</td></tr> <a href="../fr/mod/mod_lua.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_lua.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index 475608d864..87e279916b 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -1062,25 +1062,26 @@ extensions</td></tr> <a href="../ja/mod/mod_mime.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_mime.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_mime.html.ja.utf8 b/docs/manual/mod/mod_mime.html.ja.utf8 index 51b9d461b5..8ef46800e7 100644 --- a/docs/manual/mod/mod_mime.html.ja.utf8 +++ b/docs/manual/mod/mod_mime.html.ja.utf8 @@ -982,25 +982,26 @@ <a href="../ja/mod/mod_mime.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_mime.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_mime_magic.html.en b/docs/manual/mod/mod_mime_magic.html.en index f745e9ab53..e4b990b990 100644 --- a/docs/manual/mod/mod_mime_magic.html.en +++ b/docs/manual/mod/mod_mime_magic.html.en @@ -275,25 +275,26 @@ using the specified magic file</td></tr> <p><span>Available Languages: </span><a href="../en/mod/mod_mime_magic.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_mime_magic.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_negotiation.html.en b/docs/manual/mod/mod_negotiation.html.en index 8210413d93..ad169f4eac 100644 --- a/docs/manual/mod/mod_negotiation.html.en +++ b/docs/manual/mod/mod_negotiation.html.en @@ -347,25 +347,26 @@ the client does not express a preference</td></tr> <a href="../ja/mod/mod_negotiation.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_negotiation.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_negotiation.html.fr b/docs/manual/mod/mod_negotiation.html.fr index 6055da9818..7e819861b4 100644 --- a/docs/manual/mod/mod_negotiation.html.fr +++ b/docs/manual/mod/mod_negotiation.html.fr @@ -362,25 +362,26 @@ cas où le client n'a pas formulé de préférences</td></tr> <a href="../ja/mod/mod_negotiation.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_negotiation.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_negotiation.html.ja.utf8 b/docs/manual/mod/mod_negotiation.html.ja.utf8 index 3518dbbaee..eeb6159b68 100644 --- a/docs/manual/mod/mod_negotiation.html.ja.utf8 +++ b/docs/manual/mod/mod_negotiation.html.ja.utf8 @@ -305,25 +305,26 @@ <a href="../ja/mod/mod_negotiation.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_negotiation.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_nw_ssl.html.en b/docs/manual/mod/mod_nw_ssl.html.en index 6c6cacb5a6..854ef4e8dc 100644 --- a/docs/manual/mod/mod_nw_ssl.html.en +++ b/docs/manual/mod/mod_nw_ssl.html.en @@ -96,25 +96,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_nw_ssl.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_nw_ssl.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_policy.html.en b/docs/manual/mod/mod_policy.html.en index 223147fbce..dfaf6c66ea 100644 --- a/docs/manual/mod/mod_policy.html.en +++ b/docs/manual/mod/mod_policy.html.en @@ -688,25 +688,26 @@ later.</td></tr> <p><span>Available Languages: </span><a href="../en/mod/mod_policy.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_policy.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_privileges.html.en b/docs/manual/mod/mod_privileges.html.en index f491d40973..0408c4f737 100644 --- a/docs/manual/mod/mod_privileges.html.en +++ b/docs/manual/mod/mod_privileges.html.en @@ -394,25 +394,26 @@ non-threaded MPMs (<code class="module"><a href="../mod/prefork.html">prefork</a <p><span>Available Languages: </span><a href="../en/mod/mod_privileges.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_privileges.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index c33ae1f114..28b09af6a9 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1829,25 +1829,26 @@ header for proxied requests</td></tr> <a href="../ja/mod/mod_proxy.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index e1e7192f25..d1ef819a89 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -2044,25 +2044,26 @@ mandatées</td></tr> <a href="../ja/mod/mod_proxy.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy.html.ja.utf8 b/docs/manual/mod/mod_proxy.html.ja.utf8 index 2a58e9bc7a..927f5c1695 100644 --- a/docs/manual/mod/mod_proxy.html.ja.utf8 +++ b/docs/manual/mod/mod_proxy.html.ja.utf8 @@ -1204,25 +1204,26 @@ URL を調整ã™ã‚‹</td></tr> <a href="../ja/mod/mod_proxy.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_ajp.html.en b/docs/manual/mod/mod_proxy_ajp.html.en index 6c525624f8..b9a382e009 100644 --- a/docs/manual/mod/mod_proxy_ajp.html.en +++ b/docs/manual/mod/mod_proxy_ajp.html.en @@ -608,25 +608,26 @@ AJP13_GET_BODY_CHUNK := <a href="../ja/mod/mod_proxy_ajp.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_ajp.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_ajp.html.ja.utf8 b/docs/manual/mod/mod_proxy_ajp.html.ja.utf8 index 1a71a81e25..17e62d2f07 100644 --- a/docs/manual/mod/mod_proxy_ajp.html.ja.utf8 +++ b/docs/manual/mod/mod_proxy_ajp.html.ja.utf8 @@ -545,25 +545,26 @@ AJP13_GET_BODY_CHUNK := <a href="../ja/mod/mod_proxy_ajp.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_ajp.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en index 41afadf677..4e5c3b96ad 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.en +++ b/docs/manual/mod/mod_proxy_balancer.html.en @@ -328,25 +328,26 @@ ProxyPassReverse /test balancer://mycluster <a href="../ja/mod/mod_proxy_balancer.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_balancer.html.ja.utf8 b/docs/manual/mod/mod_proxy_balancer.html.ja.utf8 index 1f42c06afd..b2c9fd5351 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.ja.utf8 +++ b/docs/manual/mod/mod_proxy_balancer.html.ja.utf8 @@ -320,25 +320,26 @@ candidate lbstatus -= total factor</code></pre></div> <a href="../ja/mod/mod_proxy_balancer.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_connect.html.en b/docs/manual/mod/mod_proxy_connect.html.en index c9d172da2d..14072e7bb7 100644 --- a/docs/manual/mod/mod_proxy_connect.html.en +++ b/docs/manual/mod/mod_proxy_connect.html.en @@ -108,25 +108,26 @@ Port ranges available since Apache 2.3.7.</td></tr> <a href="../ja/mod/mod_proxy_connect.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_connect.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_connect.html.ja.utf8 b/docs/manual/mod/mod_proxy_connect.html.ja.utf8 index acf29e4df9..c45f857c79 100644 --- a/docs/manual/mod/mod_proxy_connect.html.ja.utf8 +++ b/docs/manual/mod/mod_proxy_connect.html.ja.utf8 @@ -85,25 +85,26 @@ Port ranges available since Apache 2.3.7.</td></tr> <a href="../ja/mod/mod_proxy_connect.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_connect.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_express.html.en b/docs/manual/mod/mod_proxy_express.html.en index 980ab9747d..3c539e0779 100644 --- a/docs/manual/mod/mod_proxy_express.html.en +++ b/docs/manual/mod/mod_proxy_express.html.en @@ -163,25 +163,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_proxy_express.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_express.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_fcgi.html.en b/docs/manual/mod/mod_proxy_fcgi.html.en index 365213d916..2b6e4b9b92 100644 --- a/docs/manual/mod/mod_proxy_fcgi.html.en +++ b/docs/manual/mod/mod_proxy_fcgi.html.en @@ -129,25 +129,26 @@ ProxyPass /myapp/ balancer://myappcluster/ <p><span>Available Languages: </span><a href="../en/mod/mod_proxy_fcgi.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_fcgi.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_fdpass.html.en b/docs/manual/mod/mod_proxy_fdpass.html.en index 2b9f95584b..0d6771021f 100644 --- a/docs/manual/mod/mod_proxy_fdpass.html.en +++ b/docs/manual/mod/mod_proxy_fdpass.html.en @@ -67,25 +67,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_proxy_fdpass.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_fdpass.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_ftp.html.en b/docs/manual/mod/mod_proxy_ftp.html.en index 8dc6ba3158..8022c0f424 100644 --- a/docs/manual/mod/mod_proxy_ftp.html.en +++ b/docs/manual/mod/mod_proxy_ftp.html.en @@ -236,25 +236,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_proxy_ftp.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_ftp.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_html.html.en b/docs/manual/mod/mod_proxy_html.html.en index 1ba2ae4d75..cef860eb0f 100644 --- a/docs/manual/mod/mod_proxy_html.html.en +++ b/docs/manual/mod/mod_proxy_html.html.en @@ -398,25 +398,26 @@ in mod_proxy_html 3.x for HTTPD 2.0 and 2.2 is also supported.</p> <p><span>Available Languages: </span><a href="../en/mod/mod_proxy_html.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_html.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_http.html.en b/docs/manual/mod/mod_proxy_http.html.en index a597eda85e..a0142047c0 100644 --- a/docs/manual/mod/mod_proxy_http.html.en +++ b/docs/manual/mod/mod_proxy_http.html.en @@ -146,25 +146,26 @@ <a href="../fr/mod/mod_proxy_http.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_http.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_http.html.fr b/docs/manual/mod/mod_proxy_http.html.fr index b71190081b..c50933da66 100644 --- a/docs/manual/mod/mod_proxy_http.html.fr +++ b/docs/manual/mod/mod_proxy_http.html.fr @@ -162,25 +162,26 @@ <a href="../fr/mod/mod_proxy_http.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_http.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_proxy_scgi.html.en b/docs/manual/mod/mod_proxy_scgi.html.en index 19d1a2bde7..981a592ef8 100644 --- a/docs/manual/mod/mod_proxy_scgi.html.en +++ b/docs/manual/mod/mod_proxy_scgi.html.en @@ -180,25 +180,26 @@ header</td></tr> <p><span>Available Languages: </span><a href="../en/mod/mod_proxy_scgi.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_proxy_scgi.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ratelimit.html.en b/docs/manual/mod/mod_ratelimit.html.en index 1a2b995db7..72b3777664 100644 --- a/docs/manual/mod/mod_ratelimit.html.en +++ b/docs/manual/mod/mod_ratelimit.html.en @@ -56,25 +56,26 @@ variable <code>rate-limit</code>.</p> <p><span>Available Languages: </span><a href="../en/mod/mod_ratelimit.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ratelimit.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_reflector.html.en b/docs/manual/mod/mod_reflector.html.en index 6efbe33e29..1fbcd5b8e1 100644 --- a/docs/manual/mod/mod_reflector.html.en +++ b/docs/manual/mod/mod_reflector.html.en @@ -98,25 +98,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_reflector.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_reflector.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_remoteip.html.en b/docs/manual/mod/mod_remoteip.html.en index 560c4c8afa..ffd0cb8ebf 100644 --- a/docs/manual/mod/mod_remoteip.html.en +++ b/docs/manual/mod/mod_remoteip.html.en @@ -287,25 +287,26 @@ RemoteIPTrustedProxyList conf/trusted-proxies.lst <a href="../fr/mod/mod_remoteip.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_remoteip.html.fr b/docs/manual/mod/mod_remoteip.html.fr index b5d5d96b17..81ab21e926 100644 --- a/docs/manual/mod/mod_remoteip.html.fr +++ b/docs/manual/mod/mod_remoteip.html.fr @@ -328,25 +328,26 @@ RemoteIPTrustedProxyList conf/trusted-proxies.lst <a href="../fr/mod/mod_remoteip.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_reqtimeout.html.en b/docs/manual/mod/mod_reqtimeout.html.en index 4714b19f9c..4ee33538d2 100644 --- a/docs/manual/mod/mod_reqtimeout.html.en +++ b/docs/manual/mod/mod_reqtimeout.html.en @@ -182,25 +182,26 @@ version 2.3.14 and earlier.</td></tr> <p><span>Available Languages: </span><a href="../en/mod/mod_reqtimeout.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_reqtimeout.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_request.html.en b/docs/manual/mod/mod_request.html.en index 7ebd5c69d9..097b9f379f 100644 --- a/docs/manual/mod/mod_request.html.en +++ b/docs/manual/mod/mod_request.html.en @@ -101,25 +101,26 @@ mod_include.</td></tr> <a href="../tr/mod/mod_request.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_request.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_request.html.tr.utf8 b/docs/manual/mod/mod_request.html.tr.utf8 index 6c70fb0d85..761f7eb8dc 100644 --- a/docs/manual/mod/mod_request.html.tr.utf8 +++ b/docs/manual/mod/mod_request.html.tr.utf8 @@ -101,25 +101,26 @@ istek gövdesi iptal edilmek yerine belirtilen azami boyutta tutulur. <a href="../tr/mod/mod_request.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_request.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index f90e642949..49bbd43d16 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1399,25 +1399,26 @@ redirection</td> <a href="../fr/mod/mod_rewrite.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr index 8845cb697f..c7395d7d55 100644 --- a/docs/manual/mod/mod_rewrite.html.fr +++ b/docs/manual/mod/mod_rewrite.html.fr @@ -1504,25 +1504,26 @@ externe</td> <a href="../fr/mod/mod_rewrite.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_sed.html.en b/docs/manual/mod/mod_sed.html.en index af3c2f19b1..e79fabdcd3 100644 --- a/docs/manual/mod/mod_sed.html.en +++ b/docs/manual/mod/mod_sed.html.en @@ -155,25 +155,26 @@ page</a>. <a href="../fr/mod/mod_sed.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_sed.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_sed.html.fr b/docs/manual/mod/mod_sed.html.fr index c1f08ca046..b6115847ac 100644 --- a/docs/manual/mod/mod_sed.html.fr +++ b/docs/manual/mod/mod_sed.html.fr @@ -169,25 +169,26 @@ réponse</td></tr> <a href="../fr/mod/mod_sed.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_sed.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_session.html.en b/docs/manual/mod/mod_session.html.en index a2f76496ca..b354b9ad3a 100644 --- a/docs/manual/mod/mod_session.html.en +++ b/docs/manual/mod/mod_session.html.en @@ -499,25 +499,26 @@ AuthName realm <p><span>Available Languages: </span><a href="../en/mod/mod_session.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_session.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_session_cookie.html.en b/docs/manual/mod/mod_session_cookie.html.en index 58b24339da..e12d2a7b30 100644 --- a/docs/manual/mod/mod_session_cookie.html.en +++ b/docs/manual/mod/mod_session_cookie.html.en @@ -174,25 +174,26 @@ SessionCookieName2 session path=/private;domain=example.com;httponly;secure;vers <p><span>Available Languages: </span><a href="../en/mod/mod_session_cookie.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_session_cookie.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_session_crypto.html.en b/docs/manual/mod/mod_session_crypto.html.en index fc5608568d..6a40cc6daa 100644 --- a/docs/manual/mod/mod_session_crypto.html.en +++ b/docs/manual/mod/mod_session_crypto.html.en @@ -237,25 +237,26 @@ SessionCryptoPassphrase secret <p><span>Available Languages: </span><a href="../en/mod/mod_session_crypto.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_session_crypto.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_session_dbd.html.en b/docs/manual/mod/mod_session_dbd.html.en index c4366735c5..70d3917338 100644 --- a/docs/manual/mod/mod_session_dbd.html.en +++ b/docs/manual/mod/mod_session_dbd.html.en @@ -338,25 +338,26 @@ SessionDBDCookieName2 session path=/private;domain=example.com;httponly;secure;v <p><span>Available Languages: </span><a href="../en/mod/mod_session_dbd.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_session_dbd.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en index 3060f90415..85838d5e49 100644 --- a/docs/manual/mod/mod_setenvif.html.en +++ b/docs/manual/mod/mod_setenvif.html.en @@ -338,25 +338,26 @@ without respect to case</td></tr> <a href="../tr/mod/mod_setenvif.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_setenvif.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_setenvif.html.fr b/docs/manual/mod/mod_setenvif.html.fr index a15d81057b..2b074a796b 100644 --- a/docs/manual/mod/mod_setenvif.html.fr +++ b/docs/manual/mod/mod_setenvif.html.fr @@ -352,25 +352,26 @@ attributs de la requête sans tenir compte de la casse</td></tr> <a href="../tr/mod/mod_setenvif.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_setenvif.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_setenvif.html.ja.utf8 b/docs/manual/mod/mod_setenvif.html.ja.utf8 index 73829d950a..81aef8eeb2 100644 --- a/docs/manual/mod/mod_setenvif.html.ja.utf8 +++ b/docs/manual/mod/mod_setenvif.html.ja.utf8 @@ -313,25 +313,26 @@ <a href="../tr/mod/mod_setenvif.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_setenvif.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_setenvif.html.ko.euc-kr b/docs/manual/mod/mod_setenvif.html.ko.euc-kr index f1a1be4073..49572048ab 100644 --- a/docs/manual/mod/mod_setenvif.html.ko.euc-kr +++ b/docs/manual/mod/mod_setenvif.html.ko.euc-kr @@ -270,25 +270,26 @@ <a href="../tr/mod/mod_setenvif.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_setenvif.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_setenvif.html.tr.utf8 b/docs/manual/mod/mod_setenvif.html.tr.utf8 index 8c30a32fc1..9688517861 100644 --- a/docs/manual/mod/mod_setenvif.html.tr.utf8 +++ b/docs/manual/mod/mod_setenvif.html.tr.utf8 @@ -319,25 +319,26 @@ baÄŸlı olmaksızın yapılmış tanımlara göre atar.</td></tr> <a href="../tr/mod/mod_setenvif.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_setenvif.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_slotmem_plain.html.en b/docs/manual/mod/mod_slotmem_plain.html.en index 2d2bdfe0e6..ba0363768c 100644 --- a/docs/manual/mod/mod_slotmem_plain.html.en +++ b/docs/manual/mod/mod_slotmem_plain.html.en @@ -88,25 +88,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_slotmem_plain.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_slotmem_plain.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_slotmem_shm.html.en b/docs/manual/mod/mod_slotmem_shm.html.en index 57aa445a56..d97219dd5f 100644 --- a/docs/manual/mod/mod_slotmem_shm.html.en +++ b/docs/manual/mod/mod_slotmem_shm.html.en @@ -101,25 +101,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_slotmem_shm.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_slotmem_shm.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_so.html.en b/docs/manual/mod/mod_so.html.en index e0ba85eafa..10fbf049f8 100644 --- a/docs/manual/mod/mod_so.html.en +++ b/docs/manual/mod/mod_so.html.en @@ -199,25 +199,26 @@ of active modules</td></tr> <a href="../tr/mod/mod_so.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_so.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_so.html.fr b/docs/manual/mod/mod_so.html.fr index b2f7d83dcd..611a882530 100644 --- a/docs/manual/mod/mod_so.html.fr +++ b/docs/manual/mod/mod_so.html.fr @@ -214,25 +214,26 @@ actifs</td></tr> <a href="../tr/mod/mod_so.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_so.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_so.html.ja.utf8 b/docs/manual/mod/mod_so.html.ja.utf8 index 5a3617856d..049e08bdde 100644 --- a/docs/manual/mod/mod_so.html.ja.utf8 +++ b/docs/manual/mod/mod_so.html.ja.utf8 @@ -197,25 +197,26 @@ <a href="../tr/mod/mod_so.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_so.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_so.html.ko.euc-kr b/docs/manual/mod/mod_so.html.ko.euc-kr index 45fbd52dc0..4d5e1cbcf3 100644 --- a/docs/manual/mod/mod_so.html.ko.euc-kr +++ b/docs/manual/mod/mod_so.html.ko.euc-kr @@ -179,25 +179,26 @@ <a href="../tr/mod/mod_so.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_so.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_so.html.tr.utf8 b/docs/manual/mod/mod_so.html.tr.utf8 index 550c475b30..f3be0fadc7 100644 --- a/docs/manual/mod/mod_so.html.tr.utf8 +++ b/docs/manual/mod/mod_so.html.tr.utf8 @@ -200,25 +200,26 @@ ve etkin modül listesine ekler.</td></tr> <a href="../tr/mod/mod_so.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_so.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_socache_dbm.html.en b/docs/manual/mod/mod_socache_dbm.html.en index be106ef6f9..f78e6377e2 100644 --- a/docs/manual/mod/mod_socache_dbm.html.en +++ b/docs/manual/mod/mod_socache_dbm.html.en @@ -56,25 +56,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_socache_dbm.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_socache_dbm.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_socache_dc.html.en b/docs/manual/mod/mod_socache_dc.html.en index b0f34995da..aae2faa286 100644 --- a/docs/manual/mod/mod_socache_dc.html.en +++ b/docs/manual/mod/mod_socache_dc.html.en @@ -53,25 +53,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_socache_dc.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_socache_dc.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_socache_memcache.html.en b/docs/manual/mod/mod_socache_memcache.html.en index b4ef19c9bd..e9df21674c 100644 --- a/docs/manual/mod/mod_socache_memcache.html.en +++ b/docs/manual/mod/mod_socache_memcache.html.en @@ -53,25 +53,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_socache_memcache.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_socache_memcache.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_socache_shmcb.html.en b/docs/manual/mod/mod_socache_shmcb.html.en index 6433f7f61d..1daef6e14a 100644 --- a/docs/manual/mod/mod_socache_shmcb.html.en +++ b/docs/manual/mod/mod_socache_shmcb.html.en @@ -56,25 +56,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mod_socache_shmcb.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_socache_shmcb.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_speling.html.en b/docs/manual/mod/mod_speling.html.en index 09bcb090a6..1a0ad8f454 100644 --- a/docs/manual/mod/mod_speling.html.en +++ b/docs/manual/mod/mod_speling.html.en @@ -139,25 +139,26 @@ module</td></tr> <a href="../ko/mod/mod_speling.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_speling.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_speling.html.ja.utf8 b/docs/manual/mod/mod_speling.html.ja.utf8 index a4c753cd05..3cb5e73daa 100644 --- a/docs/manual/mod/mod_speling.html.ja.utf8 +++ b/docs/manual/mod/mod_speling.html.ja.utf8 @@ -147,25 +147,26 @@ <a href="../ko/mod/mod_speling.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_speling.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_speling.html.ko.euc-kr b/docs/manual/mod/mod_speling.html.ko.euc-kr index 24d4037f3d..2fbbe7b14b 100644 --- a/docs/manual/mod/mod_speling.html.ko.euc-kr +++ b/docs/manual/mod/mod_speling.html.ko.euc-kr @@ -130,25 +130,26 @@ <a href="../ko/mod/mod_speling.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_speling.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index bd36d8b359..7aa0a65d03 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -2388,25 +2388,26 @@ SSLVerifyDepth 10 <p><span>Available Languages: </span><a href="../en/mod/mod_ssl.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_ssl.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_status.html.en b/docs/manual/mod/mod_status.html.en index 48a5f97598..ec3e06bc65 100644 --- a/docs/manual/mod/mod_status.html.en +++ b/docs/manual/mod/mod_status.html.en @@ -177,25 +177,26 @@ performance</td></tr> <a href="../tr/mod/mod_status.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_status.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_status.html.fr b/docs/manual/mod/mod_status.html.fr index bdf050cb94..0599e99825 100644 --- a/docs/manual/mod/mod_status.html.fr +++ b/docs/manual/mod/mod_status.html.fr @@ -183,25 +183,26 @@ du serveur</td></tr> <a href="../tr/mod/mod_status.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_status.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_status.html.ja.utf8 b/docs/manual/mod/mod_status.html.ja.utf8 index f0bf1d4eff..f3aa6f99d4 100644 --- a/docs/manual/mod/mod_status.html.ja.utf8 +++ b/docs/manual/mod/mod_status.html.ja.utf8 @@ -143,25 +143,26 @@ <a href="../tr/mod/mod_status.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_status.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_status.html.ko.euc-kr b/docs/manual/mod/mod_status.html.ko.euc-kr index 4385ccc0c3..5987d012cd 100644 --- a/docs/manual/mod/mod_status.html.ko.euc-kr +++ b/docs/manual/mod/mod_status.html.ko.euc-kr @@ -136,25 +136,26 @@ <a href="../tr/mod/mod_status.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_status.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_status.html.tr.utf8 b/docs/manual/mod/mod_status.html.tr.utf8 index dc47983b2a..2d6804609b 100644 --- a/docs/manual/mod/mod_status.html.tr.utf8 +++ b/docs/manual/mod/mod_status.html.tr.utf8 @@ -174,25 +174,26 @@ <a href="../tr/mod/mod_status.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_status.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_substitute.html.en b/docs/manual/mod/mod_substitute.html.en index a20d70a839..fff4abc446 100644 --- a/docs/manual/mod/mod_substitute.html.en +++ b/docs/manual/mod/mod_substitute.html.en @@ -139,25 +139,26 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i" <p><span>Available Languages: </span><a href="../en/mod/mod_substitute.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_substitute.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_suexec.html.en b/docs/manual/mod/mod_suexec.html.en index 192240d040..6a0a86e293 100644 --- a/docs/manual/mod/mod_suexec.html.en +++ b/docs/manual/mod/mod_suexec.html.en @@ -85,25 +85,26 @@ later.</td></tr> <a href="../tr/mod/mod_suexec.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_suexec.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_suexec.html.ja.utf8 b/docs/manual/mod/mod_suexec.html.ja.utf8 index c7afdcead8..e015e44dae 100644 --- a/docs/manual/mod/mod_suexec.html.ja.utf8 +++ b/docs/manual/mod/mod_suexec.html.ja.utf8 @@ -84,25 +84,26 @@ <a href="../tr/mod/mod_suexec.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_suexec.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_suexec.html.ko.euc-kr b/docs/manual/mod/mod_suexec.html.ko.euc-kr index 6dd0245e03..e2a0082505 100644 --- a/docs/manual/mod/mod_suexec.html.ko.euc-kr +++ b/docs/manual/mod/mod_suexec.html.ko.euc-kr @@ -82,25 +82,26 @@ <a href="../tr/mod/mod_suexec.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_suexec.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_suexec.html.tr.utf8 b/docs/manual/mod/mod_suexec.html.tr.utf8 index 51fd77697f..5143550e3d 100644 --- a/docs/manual/mod/mod_suexec.html.tr.utf8 +++ b/docs/manual/mod/mod_suexec.html.tr.utf8 @@ -89,25 +89,26 @@ <a href="../tr/mod/mod_suexec.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_suexec.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_unique_id.html.en b/docs/manual/mod/mod_unique_id.html.en index de128ef62a..36c6e7a997 100644 --- a/docs/manual/mod/mod_unique_id.html.en +++ b/docs/manual/mod/mod_unique_id.html.en @@ -221,25 +221,26 @@ identifier for each request</td></tr> <a href="../ko/mod/mod_unique_id.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_unique_id.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_unique_id.html.fr b/docs/manual/mod/mod_unique_id.html.fr index da8386d4dd..89cfc2712e 100644 --- a/docs/manual/mod/mod_unique_id.html.fr +++ b/docs/manual/mod/mod_unique_id.html.fr @@ -243,25 +243,26 @@ identifiant unique pour chaque requête</td></tr> <a href="../ko/mod/mod_unique_id.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_unique_id.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_unique_id.html.ja.utf8 b/docs/manual/mod/mod_unique_id.html.ja.utf8 index 0973e28f50..9a06076e53 100644 --- a/docs/manual/mod/mod_unique_id.html.ja.utf8 +++ b/docs/manual/mod/mod_unique_id.html.ja.utf8 @@ -219,25 +219,26 @@ <a href="../ko/mod/mod_unique_id.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_unique_id.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_unique_id.html.ko.euc-kr b/docs/manual/mod/mod_unique_id.html.ko.euc-kr index bf19901a36..5f4ecd8969 100644 --- a/docs/manual/mod/mod_unique_id.html.ko.euc-kr +++ b/docs/manual/mod/mod_unique_id.html.ko.euc-kr @@ -192,25 +192,26 @@ <a href="../ko/mod/mod_unique_id.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_unique_id.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_unixd.html.en b/docs/manual/mod/mod_unixd.html.en index 87a0519bf0..9e2968f9b0 100644 --- a/docs/manual/mod/mod_unixd.html.en +++ b/docs/manual/mod/mod_unixd.html.en @@ -187,25 +187,26 @@ requests</td></tr> <a href="../tr/mod/mod_unixd.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_unixd.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_unixd.html.tr.utf8 b/docs/manual/mod/mod_unixd.html.tr.utf8 index 15254aabf8..8d3db916a0 100644 --- a/docs/manual/mod/mod_unixd.html.tr.utf8 +++ b/docs/manual/mod/mod_unixd.html.tr.utf8 @@ -190,25 +190,26 @@ <a href="../tr/mod/mod_unixd.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_unixd.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_userdir.html.en b/docs/manual/mod/mod_userdir.html.en index 3d9fdd4f5a..27c89f54c0 100644 --- a/docs/manual/mod/mod_userdir.html.en +++ b/docs/manual/mod/mod_userdir.html.en @@ -192,25 +192,26 @@ UserDir enabled user1 user2 user3 <a href="../tr/mod/mod_userdir.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_userdir.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_userdir.html.ja.utf8 b/docs/manual/mod/mod_userdir.html.ja.utf8 index 42ae17f2f3..88aac9d4c8 100644 --- a/docs/manual/mod/mod_userdir.html.ja.utf8 +++ b/docs/manual/mod/mod_userdir.html.ja.utf8 @@ -190,25 +190,26 @@ Apache ã¯ãƒªãƒ€ã‚¤ãƒ¬ã‚¯ãƒˆãŒæˆåŠŸã™ã‚‹ã‹ã©ã†ã‹ã‚’決ã‚ã‚‹ã“ã¨ã¯ã§ã <a href="../tr/mod/mod_userdir.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_userdir.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_userdir.html.ko.euc-kr b/docs/manual/mod/mod_userdir.html.ko.euc-kr index 448fb40543..917c022cbe 100644 --- a/docs/manual/mod/mod_userdir.html.ko.euc-kr +++ b/docs/manual/mod/mod_userdir.html.ko.euc-kr @@ -162,25 +162,26 @@ http://www.foo.com/bob/one/two.htmlÀ¸·Î ¸®´ÙÀÌ·º¼ÇÀ» º¸³½´Ù.</p> <a href="../tr/mod/mod_userdir.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_userdir.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_userdir.html.tr.utf8 b/docs/manual/mod/mod_userdir.html.tr.utf8 index 0421b87c53..e047a0a4fc 100644 --- a/docs/manual/mod/mod_userdir.html.tr.utf8 +++ b/docs/manual/mod/mod_userdir.html.tr.utf8 @@ -187,25 +187,26 @@ <a href="../tr/mod/mod_userdir.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_userdir.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_usertrack.html.en b/docs/manual/mod/mod_usertrack.html.en index e60ed688d6..08b5bb64df 100644 --- a/docs/manual/mod/mod_usertrack.html.en +++ b/docs/manual/mod/mod_usertrack.html.en @@ -224,25 +224,26 @@ CustomLog logs/clickstream.log usertrack <p><span>Available Languages: </span><a href="../en/mod/mod_usertrack.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_usertrack.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_version.html.en b/docs/manual/mod/mod_version.html.en index e9bd19b577..2e67e2f7a2 100644 --- a/docs/manual/mod/mod_version.html.en +++ b/docs/manual/mod/mod_version.html.en @@ -144,25 +144,26 @@ <a href="../ko/mod/mod_version.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_version.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_version.html.ja.utf8 b/docs/manual/mod/mod_version.html.ja.utf8 index 1509f3a45f..290494918d 100644 --- a/docs/manual/mod/mod_version.html.ja.utf8 +++ b/docs/manual/mod/mod_version.html.ja.utf8 @@ -152,25 +152,26 @@ <a href="../ko/mod/mod_version.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_version.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_version.html.ko.euc-kr b/docs/manual/mod/mod_version.html.ko.euc-kr index 0dd6375f98..072731c8db 100644 --- a/docs/manual/mod/mod_version.html.ko.euc-kr +++ b/docs/manual/mod/mod_version.html.ko.euc-kr @@ -149,25 +149,26 @@ <a href="../ko/mod/mod_version.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_version.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_vhost_alias.html.en b/docs/manual/mod/mod_vhost_alias.html.en index a89875a5c2..2f0ad83aac 100644 --- a/docs/manual/mod/mod_vhost_alias.html.en +++ b/docs/manual/mod/mod_vhost_alias.html.en @@ -320,25 +320,26 @@ a given virtual host</td></tr> <a href="../tr/mod/mod_vhost_alias.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_vhost_alias.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_vhost_alias.html.tr.utf8 b/docs/manual/mod/mod_vhost_alias.html.tr.utf8 index 7ec32e34e5..ce2d635dae 100644 --- a/docs/manual/mod/mod_vhost_alias.html.tr.utf8 +++ b/docs/manual/mod/mod_vhost_alias.html.tr.utf8 @@ -306,25 +306,26 @@ Sanal Barındırma</a></li> <a href="../tr/mod/mod_vhost_alias.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_vhost_alias.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_watchdog.html.en b/docs/manual/mod/mod_watchdog.html.en index e81d9ca5df..3c8ae09e5f 100644 --- a/docs/manual/mod/mod_watchdog.html.en +++ b/docs/manual/mod/mod_watchdog.html.en @@ -73,25 +73,26 @@ second.</p> <p><span>Available Languages: </span><a href="../en/mod/mod_watchdog.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_watchdog.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mod_xml2enc.html.en b/docs/manual/mod/mod_xml2enc.html.en index c83e2d95d3..fb72f0e27e 100644 --- a/docs/manual/mod/mod_xml2enc.html.en +++ b/docs/manual/mod/mod_xml2enc.html.en @@ -189,25 +189,26 @@ module for earlier versions.</td></tr> <p><span>Available Languages: </span><a href="../en/mod/mod_xml2enc.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_xml2enc.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/module-dict.html.en b/docs/manual/mod/module-dict.html.en index 58493d4681..e231e26910 100644 --- a/docs/manual/mod/module-dict.html.en +++ b/docs/manual/mod/module-dict.html.en @@ -118,25 +118,26 @@ <a href="../tr/mod/module-dict.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/module-dict.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/module-dict.html.ja.utf8 b/docs/manual/mod/module-dict.html.ja.utf8 index 0a9a2c22b9..e07d6a6db5 100644 --- a/docs/manual/mod/module-dict.html.ja.utf8 +++ b/docs/manual/mod/module-dict.html.ja.utf8 @@ -120,25 +120,26 @@ <a href="../tr/mod/module-dict.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/module-dict.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/module-dict.html.ko.euc-kr b/docs/manual/mod/module-dict.html.ko.euc-kr index 420bd930e3..d6578a00c5 100644 --- a/docs/manual/mod/module-dict.html.ko.euc-kr +++ b/docs/manual/mod/module-dict.html.ko.euc-kr @@ -110,25 +110,26 @@ <a href="../tr/mod/module-dict.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/module-dict.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/module-dict.html.tr.utf8 b/docs/manual/mod/module-dict.html.tr.utf8 index 9959974f63..9e8080cf33 100644 --- a/docs/manual/mod/module-dict.html.tr.utf8 +++ b/docs/manual/mod/module-dict.html.tr.utf8 @@ -90,25 +90,26 @@ <a href="../tr/mod/module-dict.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/module-dict.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mpm_common.html.de b/docs/manual/mod/mpm_common.html.de index d3c4784155..c18f1c7e39 100644 --- a/docs/manual/mod/mpm_common.html.de +++ b/docs/manual/mod/mpm_common.html.de @@ -730,25 +730,26 @@ verwendet wird, die Client-Verbindungen bearbeiten.</td></tr> <a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mpm_common.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 56141dd690..39c0133c0f 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -773,25 +773,26 @@ client connections</td></tr> <a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mpm_common.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mpm_common.html.ja.utf8 b/docs/manual/mod/mpm_common.html.ja.utf8 index c6759ea85c..a82d26e7b6 100644 --- a/docs/manual/mod/mpm_common.html.ja.utf8 +++ b/docs/manual/mod/mpm_common.html.ja.utf8 @@ -751,25 +751,26 @@ simultaneously</td></tr> <a href="../tr/mod/mpm_common.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mpm_common.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mpm_common.html.tr.utf8 b/docs/manual/mod/mpm_common.html.tr.utf8 index c8018dfae5..04e9dbe94e 100644 --- a/docs/manual/mod/mpm_common.html.tr.utf8 +++ b/docs/manual/mod/mpm_common.html.tr.utf8 @@ -789,25 +789,26 @@ açıklaması</a></li> <a href="../tr/mod/mpm_common.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mpm_common.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mpm_netware.html.en b/docs/manual/mod/mpm_netware.html.en index 2de813cc44..0573c7904d 100644 --- a/docs/manual/mod/mpm_netware.html.en +++ b/docs/manual/mod/mpm_netware.html.en @@ -109,25 +109,26 @@ <p><span>Available Languages: </span><a href="../en/mod/mpm_netware.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mpm_netware.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mpm_winnt.html.de b/docs/manual/mod/mpm_winnt.html.de index 86d387910e..76cd9ea2b4 100644 --- a/docs/manual/mod/mpm_winnt.html.de +++ b/docs/manual/mod/mpm_winnt.html.de @@ -67,25 +67,26 @@ <a href="../ja/mod/mpm_winnt.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mpm_winnt.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mpm_winnt.html.en b/docs/manual/mod/mpm_winnt.html.en index 3de9d1b6c9..11dae27b1d 100644 --- a/docs/manual/mod/mpm_winnt.html.en +++ b/docs/manual/mod/mpm_winnt.html.en @@ -64,25 +64,26 @@ NT.</td></tr> <a href="../ja/mod/mpm_winnt.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mpm_winnt.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mpm_winnt.html.ja.utf8 b/docs/manual/mod/mpm_winnt.html.ja.utf8 index 92c2b879e5..0044729cd7 100644 --- a/docs/manual/mod/mpm_winnt.html.ja.utf8 +++ b/docs/manual/mod/mpm_winnt.html.ja.utf8 @@ -69,25 +69,26 @@ <a href="../ja/mod/mpm_winnt.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mpm_winnt.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/mpmt_os2.html.en b/docs/manual/mod/mpmt_os2.html.en index c548fe58ee..ec02927a09 100644 --- a/docs/manual/mod/mpmt_os2.html.en +++ b/docs/manual/mod/mpmt_os2.html.en @@ -72,25 +72,26 @@ uses</a></li> <p><span>Available Languages: </span><a href="../en/mod/mpmt_os2.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/mpmt_os2.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/prefork.html.de b/docs/manual/mod/prefork.html.de index 6c4b83a194..9247d0e316 100644 --- a/docs/manual/mod/prefork.html.de +++ b/docs/manual/mod/prefork.html.de @@ -193,25 +193,26 @@ <a href="../tr/mod/prefork.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/prefork.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/prefork.html.en b/docs/manual/mod/prefork.html.en index dff2b4fc36..a930d9588b 100644 --- a/docs/manual/mod/prefork.html.en +++ b/docs/manual/mod/prefork.html.en @@ -189,25 +189,26 @@ uses</a></li> <a href="../tr/mod/prefork.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/prefork.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/prefork.html.ja.utf8 b/docs/manual/mod/prefork.html.ja.utf8 index fe228894b4..5a3ca87e88 100644 --- a/docs/manual/mod/prefork.html.ja.utf8 +++ b/docs/manual/mod/prefork.html.ja.utf8 @@ -191,25 +191,26 @@ <a href="../tr/mod/prefork.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/prefork.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/prefork.html.tr.utf8 b/docs/manual/mod/prefork.html.tr.utf8 index 95782ed9b1..db50aea9c3 100644 --- a/docs/manual/mod/prefork.html.tr.utf8 +++ b/docs/manual/mod/prefork.html.tr.utf8 @@ -188,25 +188,26 @@ <a href="../tr/mod/prefork.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/prefork.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 37dba432c4..ac666a6302 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -1073,25 +1073,26 @@ can be <a href="#sniffing">automatically detected</a></td></tr> <a href="../zh-cn/mod/quickreference.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/quickreference.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 14811a8afb..1325e53043 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -1055,25 +1055,26 @@ can be <a href="#sniffing">automatically detected</a></td></tr> <a href="../zh-cn/mod/quickreference.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/quickreference.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index 2684bde366..5844a1ae43 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -1063,25 +1063,26 @@ can be <a href="#sniffing">automatically detected</a></td></tr> <a href="../zh-cn/mod/quickreference.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/quickreference.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 4153f4101e..11c1c79c5d 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -993,25 +993,26 @@ can be <a href="#sniffing">automatically detected</a></td></tr> <a href="../zh-cn/mod/quickreference.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/quickreference.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 63f052bea6..b85d08ae35 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -1016,25 +1016,26 @@ can be <a href="#sniffing">automatically detected</a></td></tr> <a href="../zh-cn/mod/quickreference.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/quickreference.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index 45e3691609..bf9b987a89 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -1057,25 +1057,26 @@ can be <a href="#sniffing">automatically detected</a></td></tr> <a href="../zh-cn/mod/quickreference.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/quickreference.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/quickreference.html.zh-cn b/docs/manual/mod/quickreference.html.zh-cn index 7d5650488f..e06d42d767 100644 --- a/docs/manual/mod/quickreference.html.zh-cn +++ b/docs/manual/mod/quickreference.html.zh-cn @@ -1050,25 +1050,26 @@ can be <a href="#sniffing">automatically detected</a></td></tr> <a href="../zh-cn/mod/quickreference.html" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">评论</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'zh-cn'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/quickreference.html.zh-cn'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/worker.html.de b/docs/manual/mod/worker.html.de index f27ceb0eee..0fd66a562f 100644 --- a/docs/manual/mod/worker.html.de +++ b/docs/manual/mod/worker.html.de @@ -172,25 +172,26 @@ <a href="../tr/mod/worker.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/worker.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/worker.html.en b/docs/manual/mod/worker.html.en index 460950f95d..07a1aba32d 100644 --- a/docs/manual/mod/worker.html.en +++ b/docs/manual/mod/worker.html.en @@ -181,25 +181,26 @@ ThreadsPerChild 25 <a href="../tr/mod/worker.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/worker.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/worker.html.ja.utf8 b/docs/manual/mod/worker.html.ja.utf8 index 4b7c40fc28..5bca0ee0d6 100644 --- a/docs/manual/mod/worker.html.ja.utf8 +++ b/docs/manual/mod/worker.html.ja.utf8 @@ -188,25 +188,26 @@ <a href="../tr/mod/worker.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/worker.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mod/worker.html.tr.utf8 b/docs/manual/mod/worker.html.tr.utf8 index e3bb5f9575..a3def97221 100644 --- a/docs/manual/mod/worker.html.tr.utf8 +++ b/docs/manual/mod/worker.html.tr.utf8 @@ -176,25 +176,26 @@ süreçlilik modülü.</td></tr> <a href="../tr/mod/worker.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mod/worker.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mpm.html.de b/docs/manual/mpm.html.de index acb92110cb..0847d3e132 100644 --- a/docs/manual/mpm.html.de +++ b/docs/manual/mpm.html.de @@ -133,25 +133,26 @@ <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en index ebc5cd6177..d762f15d5d 100644 --- a/docs/manual/mpm.html.en +++ b/docs/manual/mpm.html.en @@ -151,25 +151,26 @@ choice at compile-time.</p> <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mpm.html.es b/docs/manual/mpm.html.es index e8e2623479..fe7020537f 100644 --- a/docs/manual/mpm.html.es +++ b/docs/manual/mpm.html.es @@ -144,25 +144,26 @@ especifica lo contrario al compilar.</p> <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mpm.html.fr b/docs/manual/mpm.html.fr index a668c07a4a..db259b3324 100644 --- a/docs/manual/mpm.html.fr +++ b/docs/manual/mpm.html.fr @@ -167,25 +167,26 @@ DSO (Dynamic Shared Object)</a></h2> <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mpm.html.ja.utf8 b/docs/manual/mpm.html.ja.utf8 index 00952ef66f..560639c912 100644 --- a/docs/manual/mpm.html.ja.utf8 +++ b/docs/manual/mpm.html.ja.utf8 @@ -139,25 +139,26 @@ Apache HTTP サーãƒã§ã©ã®ã‚ˆã†ã«ä½¿ç”¨ã•ã‚Œã‚‹ã‹ã«ã¤ã„ã¦è§£èª¬ã—ã <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mpm.html.ko.euc-kr b/docs/manual/mpm.html.ko.euc-kr index 2e0ad4b580..e4bb05e917 100644 --- a/docs/manual/mpm.html.ko.euc-kr +++ b/docs/manual/mpm.html.ko.euc-kr @@ -127,25 +127,26 @@ <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mpm.html.tr.utf8 b/docs/manual/mpm.html.tr.utf8 index 3123343bc5..291dbc75d7 100644 --- a/docs/manual/mpm.html.tr.utf8 +++ b/docs/manual/mpm.html.tr.utf8 @@ -150,25 +150,26 @@ <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/mpm.html.zh-cn b/docs/manual/mpm.html.zh-cn index b0bd402bae..80590dd907 100644 --- a/docs/manual/mpm.html.zh-cn +++ b/docs/manual/mpm.html.zh-cn @@ -128,25 +128,26 @@ <a href="./zh-cn/mpm.html" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">评论</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'zh-cn'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.zh-cn'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="./glossary.html">术è¯</a> | <a href="./sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_0.html.de b/docs/manual/new_features_2_0.html.de index 4fcf38b837..82ebd920b5 100644 --- a/docs/manual/new_features_2_0.html.de +++ b/docs/manual/new_features_2_0.html.de @@ -267,25 +267,26 @@ <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en index 6beed2df06..f5e84c6928 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -244,25 +244,26 @@ <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_0.html.fr b/docs/manual/new_features_2_0.html.fr index 31e7abbf9d..f81c9f7302 100644 --- a/docs/manual/new_features_2_0.html.fr +++ b/docs/manual/new_features_2_0.html.fr @@ -259,25 +259,26 @@ <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_0.html.ja.utf8 b/docs/manual/new_features_2_0.html.ja.utf8 index eb7f0ff8e5..71564110bf 100644 --- a/docs/manual/new_features_2_0.html.ja.utf8 +++ b/docs/manual/new_features_2_0.html.ja.utf8 @@ -258,25 +258,26 @@ <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_0.html.ko.euc-kr b/docs/manual/new_features_2_0.html.ko.euc-kr index f98e5cad24..b794d48a86 100644 --- a/docs/manual/new_features_2_0.html.ko.euc-kr +++ b/docs/manual/new_features_2_0.html.ko.euc-kr @@ -236,25 +236,26 @@ <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_0.html.pt-br b/docs/manual/new_features_2_0.html.pt-br index 67a6f61e9e..fb90cb8da9 100644 --- a/docs/manual/new_features_2_0.html.pt-br +++ b/docs/manual/new_features_2_0.html.pt-br @@ -246,25 +246,26 @@ <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentários</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'pt-br'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.pt-br'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_0.html.ru.koi8-r b/docs/manual/new_features_2_0.html.ru.koi8-r index a7e37a3adb..50a926014e 100644 --- a/docs/manual/new_features_2_0.html.ru.koi8-r +++ b/docs/manual/new_features_2_0.html.ru.koi8-r @@ -253,25 +253,26 @@ <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ru'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.ru'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">çÌÏÓÓÁÒÉÊ</a> | <a href="./sitemap.html">ëÁÒÔÁ ÓÁÊÔÁ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_0.html.tr.utf8 b/docs/manual/new_features_2_0.html.tr.utf8 index 13cf096d74..3aa4d889c3 100644 --- a/docs/manual/new_features_2_0.html.tr.utf8 +++ b/docs/manual/new_features_2_0.html.tr.utf8 @@ -250,25 +250,26 @@ <a href="./tr/new_features_2_0.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en index fb8e890235..7ec687c046 100644 --- a/docs/manual/new_features_2_2.html.en +++ b/docs/manual/new_features_2_2.html.en @@ -278,25 +278,26 @@ <a href="./tr/new_features_2_2.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_2.html.fr b/docs/manual/new_features_2_2.html.fr index 759bd9fb26..f144dca819 100644 --- a/docs/manual/new_features_2_2.html.fr +++ b/docs/manual/new_features_2_2.html.fr @@ -304,25 +304,26 @@ <a href="./tr/new_features_2_2.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_2.html.ko.euc-kr b/docs/manual/new_features_2_2.html.ko.euc-kr index 035449c6c9..e589e1d097 100644 --- a/docs/manual/new_features_2_2.html.ko.euc-kr +++ b/docs/manual/new_features_2_2.html.ko.euc-kr @@ -129,25 +129,26 @@ <a href="./tr/new_features_2_2.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_2.html.pt-br b/docs/manual/new_features_2_2.html.pt-br index 292b6d5532..5860cb080a 100644 --- a/docs/manual/new_features_2_2.html.pt-br +++ b/docs/manual/new_features_2_2.html.pt-br @@ -138,25 +138,26 @@ <a href="./tr/new_features_2_2.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentários</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'pt-br'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.pt-br'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_2.html.tr.utf8 b/docs/manual/new_features_2_2.html.tr.utf8 index b1e9d29d91..c7201fedd7 100644 --- a/docs/manual/new_features_2_2.html.tr.utf8 +++ b/docs/manual/new_features_2_2.html.tr.utf8 @@ -278,25 +278,26 @@ <a href="./tr/new_features_2_2.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index 36a6790365..5e8d0a6f24 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -398,25 +398,26 @@ <a href="./tr/new_features_2_4.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_4.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_4.html.fr b/docs/manual/new_features_2_4.html.fr index 3a4fba6bdb..4d28e16c13 100644 --- a/docs/manual/new_features_2_4.html.fr +++ b/docs/manual/new_features_2_4.html.fr @@ -443,25 +443,26 @@ serveur HTTP Apache</h1> <a href="./tr/new_features_2_4.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_4.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/new_features_2_4.html.tr.utf8 b/docs/manual/new_features_2_4.html.tr.utf8 index efd3d1d677..415a5e4f0f 100644 --- a/docs/manual/new_features_2_4.html.tr.utf8 +++ b/docs/manual/new_features_2_4.html.tr.utf8 @@ -404,25 +404,26 @@ <a href="./tr/new_features_2_4.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_4.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/index.html.en b/docs/manual/platform/index.html.en index 4c83ccba73..98e3996ec8 100644 --- a/docs/manual/platform/index.html.en +++ b/docs/manual/platform/index.html.en @@ -96,7 +96,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/index.html.ko.euc-kr b/docs/manual/platform/index.html.ko.euc-kr index b3d0d5736c..604d877983 100644 --- a/docs/manual/platform/index.html.ko.euc-kr +++ b/docs/manual/platform/index.html.ko.euc-kr @@ -83,7 +83,7 @@ </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/index.html.zh-cn b/docs/manual/platform/index.html.zh-cn index 709d12c2e3..8178a603a8 100644 --- a/docs/manual/platform/index.html.zh-cn +++ b/docs/manual/platform/index.html.zh-cn @@ -79,7 +79,7 @@ </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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/netware.html.en b/docs/manual/platform/netware.html.en index a8c54858f9..ced9963d5e 100644 --- a/docs/manual/platform/netware.html.en +++ b/docs/manual/platform/netware.html.en @@ -663,25 +663,26 @@ <a href="../ko/platform/netware.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/netware.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/netware.html.ko.euc-kr b/docs/manual/platform/netware.html.ko.euc-kr index 91f4e21bc3..9d20bc986c 100644 --- a/docs/manual/platform/netware.html.ko.euc-kr +++ b/docs/manual/platform/netware.html.ko.euc-kr @@ -580,25 +580,26 @@ <a href="../ko/platform/netware.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/netware.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/perf-hp.html.en b/docs/manual/platform/perf-hp.html.en index ee0b739862..1f89afb097 100644 --- a/docs/manual/platform/perf-hp.html.en +++ b/docs/manual/platform/perf-hp.html.en @@ -104,25 +104,26 @@ Subject: HP-UX tuning tips <a href="../ko/platform/perf-hp.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/perf-hp.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/perf-hp.html.ko.euc-kr b/docs/manual/platform/perf-hp.html.ko.euc-kr index 07f50a7fc1..02471938b4 100644 --- a/docs/manual/platform/perf-hp.html.ko.euc-kr +++ b/docs/manual/platform/perf-hp.html.ko.euc-kr @@ -101,25 +101,26 @@ Subject: HP-UX tuning tips <a href="../ko/platform/perf-hp.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/perf-hp.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/rpm.html.en b/docs/manual/platform/rpm.html.en index 3fd5c830e3..eb781c852c 100644 --- a/docs/manual/platform/rpm.html.en +++ b/docs/manual/platform/rpm.html.en @@ -219,25 +219,26 @@ <p><span>Available Languages: </span><a href="../en/platform/rpm.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/rpm.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/win_compiling.html.en b/docs/manual/platform/win_compiling.html.en index d055c268f8..9fdc386d59 100644 --- a/docs/manual/platform/win_compiling.html.en +++ b/docs/manual/platform/win_compiling.html.en @@ -418,25 +418,26 @@ <a href="../ko/platform/win_compiling.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/win_compiling.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/win_compiling.html.ko.euc-kr b/docs/manual/platform/win_compiling.html.ko.euc-kr index b9bd579ff7..0188e3cde6 100644 --- a/docs/manual/platform/win_compiling.html.ko.euc-kr +++ b/docs/manual/platform/win_compiling.html.ko.euc-kr @@ -422,25 +422,26 @@ nmake /f Makefile.win installd INSTDIR=<em>dir</em> <a href="../ko/platform/win_compiling.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/win_compiling.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index 01a0785046..4a84b1b4df 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -819,25 +819,26 @@ Alias /images/ //imagehost/www/images/ <a href="../ko/platform/windows.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/windows.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/platform/windows.html.ko.euc-kr b/docs/manual/platform/windows.html.ko.euc-kr index 1e1f937d69..68d454208a 100644 --- a/docs/manual/platform/windows.html.ko.euc-kr +++ b/docs/manual/platform/windows.html.ko.euc-kr @@ -687,25 +687,26 @@ <a href="../ko/platform/windows.html" title="Korean"> ko </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/windows.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/ab.html.en b/docs/manual/programs/ab.html.en index fec5b3667c..d1502dd6db 100644 --- a/docs/manual/programs/ab.html.en +++ b/docs/manual/programs/ab.html.en @@ -312,25 +312,26 @@ <a href="../tr/programs/ab.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/ab.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/ab.html.ko.euc-kr b/docs/manual/programs/ab.html.ko.euc-kr index 24aa21e8c5..d6a66fc865 100644 --- a/docs/manual/programs/ab.html.ko.euc-kr +++ b/docs/manual/programs/ab.html.ko.euc-kr @@ -202,25 +202,26 @@ <a href="../tr/programs/ab.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/ab.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/ab.html.tr.utf8 b/docs/manual/programs/ab.html.tr.utf8 index 937267e7c5..a8c37d682c 100644 --- a/docs/manual/programs/ab.html.tr.utf8 +++ b/docs/manual/programs/ab.html.tr.utf8 @@ -337,25 +337,26 @@ <a href="../tr/programs/ab.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/ab.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/apachectl.html.en b/docs/manual/programs/apachectl.html.en index 82dc8f71d5..b8004bbd50 100644 --- a/docs/manual/programs/apachectl.html.en +++ b/docs/manual/programs/apachectl.html.en @@ -159,25 +159,26 @@ use the normal <code>apachectl start</code>.</dd> <a href="../tr/programs/apachectl.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/apachectl.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/apachectl.html.ko.euc-kr b/docs/manual/programs/apachectl.html.ko.euc-kr index 9fd1ecf944..d087d16264 100644 --- a/docs/manual/programs/apachectl.html.ko.euc-kr +++ b/docs/manual/programs/apachectl.html.ko.euc-kr @@ -145,25 +145,26 @@ Ok</code> ȤÀº ƯÁ¤ ¼³Á¤¿À·ù¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ Á¤º¸¸¦ ¾Ë·ÁÁØ´Ù. <a href="../tr/programs/apachectl.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/apachectl.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/apachectl.html.tr.utf8 b/docs/manual/programs/apachectl.html.tr.utf8 index f9acfcd65e..f5389d5938 100644 --- a/docs/manual/programs/apachectl.html.tr.utf8 +++ b/docs/manual/programs/apachectl.html.tr.utf8 @@ -166,25 +166,26 @@ <a href="../tr/programs/apachectl.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/apachectl.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/apxs.html.en b/docs/manual/programs/apxs.html.en index ed1eb8e6f3..9457d62bba 100644 --- a/docs/manual/programs/apxs.html.en +++ b/docs/manual/programs/apxs.html.en @@ -330,25 +330,26 @@ <a href="../tr/programs/apxs.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/apxs.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/apxs.html.ko.euc-kr b/docs/manual/programs/apxs.html.ko.euc-kr index 819d82c81c..baff166919 100644 --- a/docs/manual/programs/apxs.html.ko.euc-kr +++ b/docs/manual/programs/apxs.html.ko.euc-kr @@ -325,25 +325,26 @@ <a href="../tr/programs/apxs.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/apxs.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/apxs.html.tr.utf8 b/docs/manual/programs/apxs.html.tr.utf8 index daf5757547..2e6a27305f 100644 --- a/docs/manual/programs/apxs.html.tr.utf8 +++ b/docs/manual/programs/apxs.html.tr.utf8 @@ -353,25 +353,26 @@ <a href="../tr/programs/apxs.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/apxs.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 9b922f4368..121fcd3645 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -687,25 +687,26 @@ <a href="../tr/programs/configure.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/configure.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/configure.html.ko.euc-kr b/docs/manual/programs/configure.html.ko.euc-kr index 2f02affc0a..f6880dbf82 100644 --- a/docs/manual/programs/configure.html.ko.euc-kr +++ b/docs/manual/programs/configure.html.ko.euc-kr @@ -931,25 +931,26 @@ <a href="../tr/programs/configure.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/configure.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/configure.html.tr.utf8 b/docs/manual/programs/configure.html.tr.utf8 index 4f288c1d0b..81f490d9e3 100644 --- a/docs/manual/programs/configure.html.tr.utf8 +++ b/docs/manual/programs/configure.html.tr.utf8 @@ -757,25 +757,26 @@ <a href="../tr/programs/configure.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/configure.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/dbmmanage.html.en b/docs/manual/programs/dbmmanage.html.en index 38ab0ecc94..931c4f1395 100644 --- a/docs/manual/programs/dbmmanage.html.en +++ b/docs/manual/programs/dbmmanage.html.en @@ -192,25 +192,26 @@ <a href="../tr/programs/dbmmanage.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/dbmmanage.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/dbmmanage.html.ko.euc-kr b/docs/manual/programs/dbmmanage.html.ko.euc-kr index 2965db1e00..86dab8bedd 100644 --- a/docs/manual/programs/dbmmanage.html.ko.euc-kr +++ b/docs/manual/programs/dbmmanage.html.ko.euc-kr @@ -173,25 +173,26 @@ <a href="../tr/programs/dbmmanage.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/dbmmanage.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/dbmmanage.html.tr.utf8 b/docs/manual/programs/dbmmanage.html.tr.utf8 index 5afee28068..f8e589c334 100644 --- a/docs/manual/programs/dbmmanage.html.tr.utf8 +++ b/docs/manual/programs/dbmmanage.html.tr.utf8 @@ -208,25 +208,26 @@ <a href="../tr/programs/dbmmanage.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/dbmmanage.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/fcgistarter.html.en b/docs/manual/programs/fcgistarter.html.en index 6491b1ce95..787c01764e 100644 --- a/docs/manual/programs/fcgistarter.html.en +++ b/docs/manual/programs/fcgistarter.html.en @@ -67,25 +67,26 @@ <a href="../tr/programs/fcgistarter.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/fcgistarter.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/fcgistarter.html.tr.utf8 b/docs/manual/programs/fcgistarter.html.tr.utf8 index ecb1a4510c..226943abc5 100644 --- a/docs/manual/programs/fcgistarter.html.tr.utf8 +++ b/docs/manual/programs/fcgistarter.html.tr.utf8 @@ -67,25 +67,26 @@ <a href="../tr/programs/fcgistarter.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/fcgistarter.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/firehose.html.en b/docs/manual/programs/firehose.html.en index 3080c6336f..09d593de01 100644 --- a/docs/manual/programs/firehose.html.en +++ b/docs/manual/programs/firehose.html.en @@ -76,25 +76,26 @@ <p><span>Available Languages: </span><a href="../en/programs/firehose.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/firehose.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htcacheclean.html.en b/docs/manual/programs/htcacheclean.html.en index acd6d6f1ad..6aa102f21c 100644 --- a/docs/manual/programs/htcacheclean.html.en +++ b/docs/manual/programs/htcacheclean.html.en @@ -217,25 +217,26 @@ <a href="../tr/programs/htcacheclean.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htcacheclean.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htcacheclean.html.ko.euc-kr b/docs/manual/programs/htcacheclean.html.ko.euc-kr index b6c45615e3..2be25435f5 100644 --- a/docs/manual/programs/htcacheclean.html.ko.euc-kr +++ b/docs/manual/programs/htcacheclean.html.ko.euc-kr @@ -114,25 +114,26 @@ <a href="../tr/programs/htcacheclean.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htcacheclean.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htcacheclean.html.tr.utf8 b/docs/manual/programs/htcacheclean.html.tr.utf8 index 2490c45851..751fabe57c 100644 --- a/docs/manual/programs/htcacheclean.html.tr.utf8 +++ b/docs/manual/programs/htcacheclean.html.tr.utf8 @@ -216,25 +216,26 @@ <a href="../tr/programs/htcacheclean.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htcacheclean.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htdbm.html.en b/docs/manual/programs/htdbm.html.en index c4d7fe2703..b6eaab2c42 100644 --- a/docs/manual/programs/htdbm.html.en +++ b/docs/manual/programs/htdbm.html.en @@ -282,25 +282,26 @@ <a href="../tr/programs/htdbm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htdbm.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htdbm.html.tr.utf8 b/docs/manual/programs/htdbm.html.tr.utf8 index 3bbc417dd1..0568c34e8d 100644 --- a/docs/manual/programs/htdbm.html.tr.utf8 +++ b/docs/manual/programs/htdbm.html.tr.utf8 @@ -289,25 +289,26 @@ <a href="../tr/programs/htdbm.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htdbm.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htdigest.html.en b/docs/manual/programs/htdigest.html.en index 4ddbe64972..f06ec4a2c5 100644 --- a/docs/manual/programs/htdigest.html.en +++ b/docs/manual/programs/htdigest.html.en @@ -79,25 +79,26 @@ <a href="../tr/programs/htdigest.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htdigest.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htdigest.html.ko.euc-kr b/docs/manual/programs/htdigest.html.ko.euc-kr index 323547c96f..c2ab8fc4d9 100644 --- a/docs/manual/programs/htdigest.html.ko.euc-kr +++ b/docs/manual/programs/htdigest.html.ko.euc-kr @@ -76,25 +76,26 @@ <a href="../tr/programs/htdigest.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htdigest.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htdigest.html.tr.utf8 b/docs/manual/programs/htdigest.html.tr.utf8 index 28b3dd2135..e2e62bb60e 100644 --- a/docs/manual/programs/htdigest.html.tr.utf8 +++ b/docs/manual/programs/htdigest.html.tr.utf8 @@ -83,25 +83,26 @@ <a href="../tr/programs/htdigest.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htdigest.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htpasswd.html.en b/docs/manual/programs/htpasswd.html.en index 599e796c33..14b12ed686 100644 --- a/docs/manual/programs/htpasswd.html.en +++ b/docs/manual/programs/htpasswd.html.en @@ -226,25 +226,26 @@ distribution.</li></ul><ul class="seealso"><li><a href="#comments_section">Comme <a href="../tr/programs/htpasswd.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htpasswd.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htpasswd.html.ko.euc-kr b/docs/manual/programs/htpasswd.html.ko.euc-kr index aac51cfb2d..90b3869804 100644 --- a/docs/manual/programs/htpasswd.html.ko.euc-kr +++ b/docs/manual/programs/htpasswd.html.ko.euc-kr @@ -218,25 +218,26 @@ <a href="../tr/programs/htpasswd.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htpasswd.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/htpasswd.html.tr.utf8 b/docs/manual/programs/htpasswd.html.tr.utf8 index e4d6f9c0c7..09a6df8e0c 100644 --- a/docs/manual/programs/htpasswd.html.tr.utf8 +++ b/docs/manual/programs/htpasswd.html.tr.utf8 @@ -239,25 +239,26 @@ <a href="../tr/programs/htpasswd.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/htpasswd.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en index 770a6d0159..42c084608d 100644 --- a/docs/manual/programs/httpd.html.en +++ b/docs/manual/programs/httpd.html.en @@ -196,25 +196,26 @@ be read.</dd> <a href="../tr/programs/httpd.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/httpd.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/httpd.html.ko.euc-kr b/docs/manual/programs/httpd.html.ko.euc-kr index 93102ba68d..1b69cfd3ba 100644 --- a/docs/manual/programs/httpd.html.ko.euc-kr +++ b/docs/manual/programs/httpd.html.ko.euc-kr @@ -189,25 +189,26 @@ <a href="../tr/programs/httpd.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/httpd.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/httpd.html.tr.utf8 b/docs/manual/programs/httpd.html.tr.utf8 index d432e55d75..7eab1ea4f8 100644 --- a/docs/manual/programs/httpd.html.tr.utf8 +++ b/docs/manual/programs/httpd.html.tr.utf8 @@ -187,25 +187,26 @@ <a href="../tr/programs/httpd.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/httpd.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/httxt2dbm.html.en b/docs/manual/programs/httxt2dbm.html.en index 1a3c280da9..6a529a87c7 100644 --- a/docs/manual/programs/httxt2dbm.html.en +++ b/docs/manual/programs/httxt2dbm.html.en @@ -83,25 +83,26 @@ <a href="../tr/programs/httxt2dbm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/httxt2dbm.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/httxt2dbm.html.tr.utf8 b/docs/manual/programs/httxt2dbm.html.tr.utf8 index 7d1a2a648c..c162a48864 100644 --- a/docs/manual/programs/httxt2dbm.html.tr.utf8 +++ b/docs/manual/programs/httxt2dbm.html.tr.utf8 @@ -84,25 +84,26 @@ <a href="../tr/programs/httxt2dbm.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/httxt2dbm.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/index.html.en b/docs/manual/programs/index.html.en index 882db60c16..dc1cbd39ce 100644 --- a/docs/manual/programs/index.html.en +++ b/docs/manual/programs/index.html.en @@ -123,7 +123,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/index.html.es b/docs/manual/programs/index.html.es index 4ddde071f8..e0e5ff8454 100644 --- a/docs/manual/programs/index.html.es +++ b/docs/manual/programs/index.html.es @@ -104,7 +104,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/index.html.ko.euc-kr b/docs/manual/programs/index.html.ko.euc-kr index 77c3be5677..429c3ed169 100644 --- a/docs/manual/programs/index.html.ko.euc-kr +++ b/docs/manual/programs/index.html.ko.euc-kr @@ -100,7 +100,7 @@ </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/index.html.tr.utf8 b/docs/manual/programs/index.html.tr.utf8 index 1ba9319c02..77b0a79208 100644 --- a/docs/manual/programs/index.html.tr.utf8 +++ b/docs/manual/programs/index.html.tr.utf8 @@ -108,7 +108,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/index.html.zh-cn b/docs/manual/programs/index.html.zh-cn index af602e9241..9204c7341a 100644 --- a/docs/manual/programs/index.html.zh-cn +++ b/docs/manual/programs/index.html.zh-cn @@ -113,7 +113,7 @@ </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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/log_server_status.html.en b/docs/manual/programs/log_server_status.html.en index 0b58cf0e73..3f5e96e179 100644 --- a/docs/manual/programs/log_server_status.html.en +++ b/docs/manual/programs/log_server_status.html.en @@ -63,25 +63,26 @@ which can then be used for statistical analysis.</p> <a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/other.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/logresolve.html.en b/docs/manual/programs/logresolve.html.en index d99679d93a..1da217812d 100644 --- a/docs/manual/programs/logresolve.html.en +++ b/docs/manual/programs/logresolve.html.en @@ -73,25 +73,26 @@ original address.</dd> <a href="../tr/programs/logresolve.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/logresolve.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/logresolve.html.ko.euc-kr b/docs/manual/programs/logresolve.html.ko.euc-kr index 307a0d070b..41f012a961 100644 --- a/docs/manual/programs/logresolve.html.ko.euc-kr +++ b/docs/manual/programs/logresolve.html.ko.euc-kr @@ -72,25 +72,26 @@ IP ÁּҷΠȣ½ºÆ®¸íÀ» ãÀºÈÄ ±× È£½ºÆ®¸íÀ¸·Î ´Ù½Ã IP ÁÖ¼ÒµéÀ» <a href="../tr/programs/logresolve.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/logresolve.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/logresolve.html.tr.utf8 b/docs/manual/programs/logresolve.html.tr.utf8 index ac027f5ec1..13aaa8d47b 100644 --- a/docs/manual/programs/logresolve.html.tr.utf8 +++ b/docs/manual/programs/logresolve.html.tr.utf8 @@ -70,25 +70,26 @@ <a href="../tr/programs/logresolve.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/logresolve.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/other.html.en b/docs/manual/programs/other.html.en index e392c4e819..13699953e2 100644 --- a/docs/manual/programs/other.html.en +++ b/docs/manual/programs/other.html.en @@ -39,25 +39,26 @@ <a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/other.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/other.html.ko.euc-kr b/docs/manual/programs/other.html.ko.euc-kr index fd691446b3..23e825201c 100644 --- a/docs/manual/programs/other.html.ko.euc-kr +++ b/docs/manual/programs/other.html.ko.euc-kr @@ -60,25 +60,26 @@ <a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/other.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/other.html.tr.utf8 b/docs/manual/programs/other.html.tr.utf8 index 56a4d6404c..34e833f777 100644 --- a/docs/manual/programs/other.html.tr.utf8 +++ b/docs/manual/programs/other.html.tr.utf8 @@ -77,25 +77,26 @@ <a href="../tr/programs/other.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/other.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/rotatelogs.html.en b/docs/manual/programs/rotatelogs.html.en index 308924ac87..743a8ca131 100644 --- a/docs/manual/programs/rotatelogs.html.en +++ b/docs/manual/programs/rotatelogs.html.en @@ -249,25 +249,26 @@ extensions.</p> <a href="../tr/programs/rotatelogs.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/rotatelogs.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/rotatelogs.html.ko.euc-kr b/docs/manual/programs/rotatelogs.html.ko.euc-kr index e8587c6f79..e16279f471 100644 --- a/docs/manual/programs/rotatelogs.html.ko.euc-kr +++ b/docs/manual/programs/rotatelogs.html.ko.euc-kr @@ -146,25 +146,26 @@ GMT ½Ã°£Â÷°¡ º¯Çϴ ȯ°æ¿¡¼ <code>-l</code>À» »ç¿ëÇÏ¸é ¿¹±âÄ¡ <a href="../tr/programs/rotatelogs.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/rotatelogs.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/rotatelogs.html.tr.utf8 b/docs/manual/programs/rotatelogs.html.tr.utf8 index fb9f87c3e6..b20a1e6088 100644 --- a/docs/manual/programs/rotatelogs.html.tr.utf8 +++ b/docs/manual/programs/rotatelogs.html.tr.utf8 @@ -240,25 +240,26 @@ <a href="../tr/programs/rotatelogs.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/rotatelogs.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/split-logfile.html.en b/docs/manual/programs/split-logfile.html.en index 138540b200..0257be2ebc 100644 --- a/docs/manual/programs/split-logfile.html.en +++ b/docs/manual/programs/split-logfile.html.en @@ -62,25 +62,26 @@ CustomLog logs/access_log combined_plus_vhost <a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/other.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/suexec.html.en b/docs/manual/programs/suexec.html.en index ed61ab867a..ec16bfd13e 100644 --- a/docs/manual/programs/suexec.html.en +++ b/docs/manual/programs/suexec.html.en @@ -62,25 +62,26 @@ changeable only at compile time.</dd> <a href="../tr/programs/suexec.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/suexec.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/suexec.html.ko.euc-kr b/docs/manual/programs/suexec.html.ko.euc-kr index 047c5e9f83..59b9bff968 100644 --- a/docs/manual/programs/suexec.html.ko.euc-kr +++ b/docs/manual/programs/suexec.html.ko.euc-kr @@ -65,25 +65,26 @@ <a href="../tr/programs/suexec.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/suexec.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/programs/suexec.html.tr.utf8 b/docs/manual/programs/suexec.html.tr.utf8 index b21e9ad303..3aff979132 100644 --- a/docs/manual/programs/suexec.html.tr.utf8 +++ b/docs/manual/programs/suexec.html.tr.utf8 @@ -62,25 +62,26 @@ <a href="../tr/programs/suexec.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/programs/suexec.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/access.html.en b/docs/manual/rewrite/access.html.en index 3b8b3a8596..9e5d6f444b 100644 --- a/docs/manual/rewrite/access.html.en +++ b/docs/manual/rewrite/access.html.en @@ -313,25 +313,26 @@ http://badguys.example.com/bad/index3.html http://somewhere.example.com/ <p><span>Available Languages: </span><a href="../en/rewrite/access.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/access.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/advanced.html.en b/docs/manual/rewrite/advanced.html.en index feb6b0c1b4..ac154f112c 100644 --- a/docs/manual/rewrite/advanced.html.en +++ b/docs/manual/rewrite/advanced.html.en @@ -511,25 +511,26 @@ RewriteCond %{ENV:rewritten} =1 <p><span>Available Languages: </span><a href="../en/rewrite/avoid.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/avoid.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en index 3edbe5f254..fc24a46582 100644 --- a/docs/manual/rewrite/avoid.html.en +++ b/docs/manual/rewrite/avoid.html.en @@ -228,25 +228,26 @@ use in <If> sections, and in certain other directives.</p> <p><span>Available Languages: </span><a href="../en/rewrite/avoid.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/avoid.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index f6501f08a8..2e5a2abdc8 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -724,25 +724,26 @@ The <code>L</code> flag can be useful in this context to end the <a href="../fr/rewrite/flags.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/flags.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/flags.html.fr b/docs/manual/rewrite/flags.html.fr index f3a6111fbd..364993fd47 100644 --- a/docs/manual/rewrite/flags.html.fr +++ b/docs/manual/rewrite/flags.html.fr @@ -791,25 +791,26 @@ utiliser le drapeau <code>L</code> pour terminer la séquence <a href="../fr/rewrite/flags.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/flags.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/htaccess.html.en b/docs/manual/rewrite/htaccess.html.en index c36fc85a67..3628b54227 100644 --- a/docs/manual/rewrite/htaccess.html.en +++ b/docs/manual/rewrite/htaccess.html.en @@ -37,25 +37,26 @@ and how to deal with these changes.</p> <p><span>Available Languages: </span><a href="../en/rewrite/htaccess.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/htaccess.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/index.html.en b/docs/manual/rewrite/index.html.en index 601b106b7b..650efdf357 100644 --- a/docs/manual/rewrite/index.html.en +++ b/docs/manual/rewrite/index.html.en @@ -87,7 +87,7 @@ wiki</a></li><li><a href="../glossary.html">Glossary</a></li></ul></div> </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/index.html.fr b/docs/manual/rewrite/index.html.fr index a9eeba55ee..0aba2d7fa3 100644 --- a/docs/manual/rewrite/index.html.fr +++ b/docs/manual/rewrite/index.html.fr @@ -101,7 +101,7 @@ avec le système de fichiers</a></li><li><a href="http://wiki.apache.org/httpd/Re </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/index.html.tr.utf8 b/docs/manual/rewrite/index.html.tr.utf8 index 8221847b88..08d8b18236 100644 --- a/docs/manual/rewrite/index.html.tr.utf8 +++ b/docs/manual/rewrite/index.html.tr.utf8 @@ -83,7 +83,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/index.html.zh-cn b/docs/manual/rewrite/index.html.zh-cn index 3252414c68..4c0946dc4a 100644 --- a/docs/manual/rewrite/index.html.zh-cn +++ b/docs/manual/rewrite/index.html.zh-cn @@ -71,7 +71,7 @@ wiki</a></li><li><a href="../glossary.html">术è¯</a></li></ul></div> </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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en index f4a43ba838..f09b22899d 100644 --- a/docs/manual/rewrite/intro.html.en +++ b/docs/manual/rewrite/intro.html.en @@ -344,25 +344,26 @@ the <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">Rewrit <a href="../fr/rewrite/intro.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/intro.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/intro.html.fr b/docs/manual/rewrite/intro.html.fr index 83c9644ca8..396f0297c7 100644 --- a/docs/manual/rewrite/intro.html.fr +++ b/docs/manual/rewrite/intro.html.fr @@ -363,25 +363,26 @@ requête est correctement mise en correspondance.</p> <a href="../fr/rewrite/intro.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/intro.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/proxy.html.en b/docs/manual/rewrite/proxy.html.en index 7a6a8cd663..2685a21252 100644 --- a/docs/manual/rewrite/proxy.html.en +++ b/docs/manual/rewrite/proxy.html.en @@ -94,25 +94,26 @@ ProxyPassReverse / http://old.example.com/ <p><span>Available Languages: </span><a href="../en/rewrite/proxy.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/proxy.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en index 39dec38088..936ad31d23 100644 --- a/docs/manual/rewrite/remapping.html.en +++ b/docs/manual/rewrite/remapping.html.en @@ -645,25 +645,26 @@ file, as well as in a <Directory> block.</p> <p><span>Available Languages: </span><a href="../en/rewrite/remapping.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/remapping.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index 2ac630c851..0c0edf86af 100644 --- a/docs/manual/rewrite/rewritemap.html.en +++ b/docs/manual/rewrite/rewritemap.html.en @@ -455,25 +455,26 @@ RewriteMap myquery "fastdbd:SELECT destination FROM rewrite WHERE source = %s" <p><span>Available Languages: </span><a href="../en/rewrite/rewritemap.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/rewritemap.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/tech.html.en b/docs/manual/rewrite/tech.html.en index e288e9ab9c..a0dc3e44e0 100644 --- a/docs/manual/rewrite/tech.html.en +++ b/docs/manual/rewrite/tech.html.en @@ -178,25 +178,26 @@ and URL matching.</p> <a href="../fr/rewrite/tech.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/tech.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/tech.html.fr b/docs/manual/rewrite/tech.html.fr index 62e3cf6619..73bc32b61b 100644 --- a/docs/manual/rewrite/tech.html.fr +++ b/docs/manual/rewrite/tech.html.fr @@ -196,25 +196,26 @@ correspondance</a></li><li><a href="access.html">Contrôle d'accès</a></li><li><a <a href="../fr/rewrite/tech.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/tech.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/rewrite/vhosts.html.en b/docs/manual/rewrite/vhosts.html.en index ebd02d7a8a..3a7567d1e8 100644 --- a/docs/manual/rewrite/vhosts.html.en +++ b/docs/manual/rewrite/vhosts.html.en @@ -205,25 +205,26 @@ RewriteRule ^/(.*)$ %1/cgi-bin/$1 [H=cgi-script] <p><span>Available Languages: </span><a href="../en/rewrite/vhosts.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/rewrite/vhosts.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 0968748152..fe4730abf7 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -558,25 +558,26 @@ other words, order of merging is important, so be careful!</p> <a href="./tr/sections.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sections.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sections.html.fr b/docs/manual/sections.html.fr index cfe14fc393..697304170b 100644 --- a/docs/manual/sections.html.fr +++ b/docs/manual/sections.html.fr @@ -596,25 +596,26 @@ Deny from badguy.example.com<br /> <a href="./tr/sections.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sections.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sections.html.ja.utf8 b/docs/manual/sections.html.ja.utf8 index 1fed177fd7..93597dc3aa 100644 --- a/docs/manual/sections.html.ja.utf8 +++ b/docs/manual/sections.html.ja.utf8 @@ -496,25 +496,26 @@ Deny from badguy.example.com<br /> <a href="./tr/sections.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sections.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sections.html.ko.euc-kr b/docs/manual/sections.html.ko.euc-kr index bda76bb029..ee1c794127 100644 --- a/docs/manual/sections.html.ko.euc-kr +++ b/docs/manual/sections.html.ko.euc-kr @@ -425,25 +425,26 @@ Deny from badguy.example.com<br /> <a href="./tr/sections.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sections.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sections.html.tr.utf8 b/docs/manual/sections.html.tr.utf8 index b9a58f608d..608a4505c0 100644 --- a/docs/manual/sections.html.tr.utf8 +++ b/docs/manual/sections.html.tr.utf8 @@ -580,25 +580,26 @@ <a href="./tr/sections.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sections.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/server-wide.html.en b/docs/manual/server-wide.html.en index 9ee88967bf..6001349b4e 100644 --- a/docs/manual/server-wide.html.en +++ b/docs/manual/server-wide.html.en @@ -115,25 +115,26 @@ the basic operations of the server.</p> <a href="./tr/server-wide.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/server-wide.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/server-wide.html.fr b/docs/manual/server-wide.html.fr index d076608fa6..07efdfd59c 100644 --- a/docs/manual/server-wide.html.fr +++ b/docs/manual/server-wide.html.fr @@ -117,25 +117,26 @@ serveur.</p> <a href="./tr/server-wide.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/server-wide.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/server-wide.html.ja.utf8 b/docs/manual/server-wide.html.ja.utf8 index d4ed90de1f..9359cecf6c 100644 --- a/docs/manual/server-wide.html.ja.utf8 +++ b/docs/manual/server-wide.html.ja.utf8 @@ -107,25 +107,26 @@ <a href="./tr/server-wide.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/server-wide.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/server-wide.html.ko.euc-kr b/docs/manual/server-wide.html.ko.euc-kr index 32be7b4be2..16e1fbb79c 100644 --- a/docs/manual/server-wide.html.ko.euc-kr +++ b/docs/manual/server-wide.html.ko.euc-kr @@ -98,25 +98,26 @@ <a href="./tr/server-wide.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/server-wide.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/server-wide.html.tr.utf8 b/docs/manual/server-wide.html.tr.utf8 index 0b32bcc0f9..170a0532e6 100644 --- a/docs/manual/server-wide.html.tr.utf8 +++ b/docs/manual/server-wide.html.tr.utf8 @@ -113,25 +113,26 @@ <a href="./tr/server-wide.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/server-wide.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sitemap.html.de b/docs/manual/sitemap.html.de index 2684b5cb15..cc80442d2d 100644 --- a/docs/manual/sitemap.html.de +++ b/docs/manual/sitemap.html.de @@ -328,25 +328,26 @@ konvertieren</a></li> <a href="./zh-cn/sitemap.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sitemap.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index 0121d060a6..fa03ab61eb 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -319,25 +319,26 @@ Server on HPUX</a></li> <a href="./zh-cn/sitemap.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sitemap.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sitemap.html.es b/docs/manual/sitemap.html.es index 65ec01bea2..adfb4509fe 100644 --- a/docs/manual/sitemap.html.es +++ b/docs/manual/sitemap.html.es @@ -314,25 +314,26 @@ Referencia de Directivas</a></li> <a href="./zh-cn/sitemap.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sitemap.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sitemap.html.fr b/docs/manual/sitemap.html.fr index 8220497455..f5855bf7d9 100644 --- a/docs/manual/sitemap.html.fr +++ b/docs/manual/sitemap.html.fr @@ -338,25 +338,26 @@ version 2.x</a></li> <a href="./zh-cn/sitemap.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sitemap.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sitemap.html.ja.utf8 b/docs/manual/sitemap.html.ja.utf8 index b1600d856d..ab21a30f41 100644 --- a/docs/manual/sitemap.html.ja.utf8 +++ b/docs/manual/sitemap.html.ja.utf8 @@ -315,25 +315,26 @@ <a href="./zh-cn/sitemap.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sitemap.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sitemap.html.ko.euc-kr b/docs/manual/sitemap.html.ko.euc-kr index d11daafcad..00fa6bdf48 100644 --- a/docs/manual/sitemap.html.ko.euc-kr +++ b/docs/manual/sitemap.html.ko.euc-kr @@ -313,25 +313,26 @@ <a href="./zh-cn/sitemap.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sitemap.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sitemap.html.tr.utf8 b/docs/manual/sitemap.html.tr.utf8 index de4c66476c..5ae5836b31 100644 --- a/docs/manual/sitemap.html.tr.utf8 +++ b/docs/manual/sitemap.html.tr.utf8 @@ -316,25 +316,26 @@ Windows ile Apache Kullanımı</a></li> <a href="./zh-cn/sitemap.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sitemap.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/sitemap.html.zh-cn b/docs/manual/sitemap.html.zh-cn index 89e341fb62..559394bd23 100644 --- a/docs/manual/sitemap.html.zh-cn +++ b/docs/manual/sitemap.html.zh-cn @@ -313,25 +313,26 @@ <a href="./zh-cn/sitemap.html" title="Simplified Chinese"> zh-cn </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">评论</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'zh-cn'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/sitemap.html.zh-cn'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="./glossary.html">术è¯</a> | <a href="./sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/socache.html.en b/docs/manual/socache.html.en index 2542e5bbc2..8e3abdef3a 100644 --- a/docs/manual/socache.html.en +++ b/docs/manual/socache.html.en @@ -116,25 +116,26 @@ <p><span>Available Languages: </span><a href="./en/socache.html" title="English"> en </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/socache.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/index.html.en b/docs/manual/ssl/index.html.en index 36c6af18be..a0a5ab9991 100644 --- a/docs/manual/ssl/index.html.en +++ b/docs/manual/ssl/index.html.en @@ -62,7 +62,7 @@ provided by this module is provided in the <a href="../mod/mod_ssl.html">mod_ssl </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/index.html.fr b/docs/manual/ssl/index.html.fr index 660278eae3..629d625a3a 100644 --- a/docs/manual/ssl/index.html.fr +++ b/docs/manual/ssl/index.html.fr @@ -64,7 +64,7 @@ d'environnement fournies par ce module se trouve dans la </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/index.html.ja.utf8 b/docs/manual/ssl/index.html.ja.utf8 index b7623190b1..481addbcf0 100644 --- a/docs/manual/ssl/index.html.ja.utf8 +++ b/docs/manual/ssl/index.html.ja.utf8 @@ -69,7 +69,7 @@ Secure Sockts Layer 㨠Transport Layer Security </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/index.html.tr.utf8 b/docs/manual/ssl/index.html.tr.utf8 index 47abae9cd8..23116379d6 100644 --- a/docs/manual/ssl/index.html.tr.utf8 +++ b/docs/manual/ssl/index.html.tr.utf8 @@ -64,7 +64,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/index.html.zh-cn b/docs/manual/ssl/index.html.zh-cn index 6ce840ea96..1e03ce410a 100644 --- a/docs/manual/ssl/index.html.zh-cn +++ b/docs/manual/ssl/index.html.zh-cn @@ -63,7 +63,7 @@ Ralf S. Engelschall çš„ mod_ssl 项目。</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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/ssl_compat.html.en b/docs/manual/ssl/ssl_compat.html.en index f391a2f7f3..da8b5ac084 100644 --- a/docs/manual/ssl/ssl_compat.html.en +++ b/docs/manual/ssl/ssl_compat.html.en @@ -221,25 +221,26 @@ are listed in <a href="#table3">Table 3</a>.</p> <a href="../fr/ssl/ssl_compat.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/ssl/ssl_compat.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/ssl_compat.html.fr b/docs/manual/ssl/ssl_compat.html.fr index db44e216a2..a01394f9c3 100644 --- a/docs/manual/ssl/ssl_compat.html.fr +++ b/docs/manual/ssl/ssl_compat.html.fr @@ -230,25 +230,26 @@ actuellement implémentés sont énumérés dans le <a href="../fr/ssl/ssl_compat.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/ssl/ssl_compat.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/ssl_faq.html.en b/docs/manual/ssl/ssl_faq.html.en index c7cffb3dc2..959b03594f 100644 --- a/docs/manual/ssl/ssl_faq.html.en +++ b/docs/manual/ssl/ssl_faq.html.en @@ -861,25 +861,26 @@ the reason for my core dump?</a></h3> <a href="../fr/ssl/ssl_faq.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/ssl/ssl_faq.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/ssl_faq.html.fr b/docs/manual/ssl/ssl_faq.html.fr index 8a8243cad6..d37db1a04a 100644 --- a/docs/manual/ssl/ssl_faq.html.fr +++ b/docs/manual/ssl/ssl_faq.html.fr @@ -950,25 +950,26 @@ d'obtenir une journalisation des évènements (backtrace) :</p> <a href="../fr/ssl/ssl_faq.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/ssl/ssl_faq.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en index 7b7bbdadfd..f72c48e321 100644 --- a/docs/manual/ssl/ssl_howto.html.en +++ b/docs/manual/ssl/ssl_howto.html.en @@ -298,25 +298,26 @@ SSLCACertificateFile conf/ssl.crt/company-ca.crt <a href="../fr/ssl/ssl_howto.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/ssl/ssl_howto.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/ssl_howto.html.fr b/docs/manual/ssl/ssl_howto.html.fr index c9e6fc3a2d..6aa859e063 100644 --- a/docs/manual/ssl/ssl_howto.html.fr +++ b/docs/manual/ssl/ssl_howto.html.fr @@ -328,25 +328,26 @@ Require valid-user <a href="../fr/ssl/ssl_howto.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/ssl/ssl_howto.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/ssl_intro.html.en b/docs/manual/ssl/ssl_intro.html.en index 3731fc8f36..a6e85b93a8 100644 --- a/docs/manual/ssl/ssl_intro.html.en +++ b/docs/manual/ssl/ssl_intro.html.en @@ -649,25 +649,26 @@ Version 3.0</q>, 1996. See <a href="http://www.netscape.com/eng/ssl3/draft302.tx <a href="../ja/ssl/ssl_intro.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/ssl/ssl_intro.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/ssl_intro.html.fr b/docs/manual/ssl/ssl_intro.html.fr index 38192ce153..1e890f2c24 100644 --- a/docs/manual/ssl/ssl_intro.html.fr +++ b/docs/manual/ssl/ssl_intro.html.fr @@ -704,25 +704,26 @@ Version 3.0</q>, 1996. Voir <a href="http://www.netscape.com/eng/ssl3/draft302.t <a href="../ja/ssl/ssl_intro.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/ssl/ssl_intro.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/ssl/ssl_intro.html.ja.utf8 b/docs/manual/ssl/ssl_intro.html.ja.utf8 index 1c2fe33407..7ced4ba5bc 100644 --- a/docs/manual/ssl/ssl_intro.html.ja.utf8 +++ b/docs/manual/ssl/ssl_intro.html.ja.utf8 @@ -703,25 +703,26 @@ Version 3.0</q>, 1996. See <a href="http://www.netscape.com/eng/ssl3/draft302.tx <a href="../ja/ssl/ssl_intro.html" title="Japanese"> ja </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/ssl/ssl_intro.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/stopping.html.de b/docs/manual/stopping.html.de index 5b5d724318..e5cae005a0 100644 --- a/docs/manual/stopping.html.de +++ b/docs/manual/stopping.html.de @@ -261,25 +261,26 @@ <a href="./tr/stopping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/stopping.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index efcdba46e0..040d63a321 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -237,25 +237,26 @@ syntax error(s).</div> <a href="./tr/stopping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/stopping.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/stopping.html.es b/docs/manual/stopping.html.es index 8b73db3450..960837591b 100644 --- a/docs/manual/stopping.html.es +++ b/docs/manual/stopping.html.es @@ -270,25 +270,26 @@ más arriba cómo puede solucionar este problema.</div> <a href="./tr/stopping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'es'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/stopping.html.es'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/stopping.html.fr b/docs/manual/stopping.html.fr index d32fd8bef8..aa3839e056 100644 --- a/docs/manual/stopping.html.fr +++ b/docs/manual/stopping.html.fr @@ -273,25 +273,26 @@ vous recevrez un message concernant ces erreurs.</div> <a href="./tr/stopping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/stopping.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/stopping.html.ja.utf8 b/docs/manual/stopping.html.ja.utf8 index 3f511ea8cb..6d1eee8515 100644 --- a/docs/manual/stopping.html.ja.utf8 +++ b/docs/manual/stopping.html.ja.utf8 @@ -256,25 +256,26 @@ <a href="./tr/stopping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/stopping.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/stopping.html.ko.euc-kr b/docs/manual/stopping.html.ko.euc-kr index c72bac5bdb..f83aa0ed84 100644 --- a/docs/manual/stopping.html.ko.euc-kr +++ b/docs/manual/stopping.html.ko.euc-kr @@ -208,25 +208,26 @@ <a href="./tr/stopping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/stopping.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/stopping.html.tr.utf8 b/docs/manual/stopping.html.tr.utf8 index 3edf96950c..bd5ac81ebd 100644 --- a/docs/manual/stopping.html.tr.utf8 +++ b/docs/manual/stopping.html.tr.utf8 @@ -246,25 +246,26 @@ <a href="./tr/stopping.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/stopping.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index a9dae25f3c..ee0d370e4d 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -618,25 +618,26 @@ Group webgroup <a href="./tr/suexec.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/suexec.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/suexec.html.fr b/docs/manual/suexec.html.fr index 13eb9b6ede..ccaf5a6650 100644 --- a/docs/manual/suexec.html.fr +++ b/docs/manual/suexec.html.fr @@ -665,25 +665,26 @@ de suEXEC</a></h2> <a href="./tr/suexec.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/suexec.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/suexec.html.ja.utf8 b/docs/manual/suexec.html.ja.utf8 index 545e0d1f53..c2845c4e88 100644 --- a/docs/manual/suexec.html.ja.utf8 +++ b/docs/manual/suexec.html.ja.utf8 @@ -616,25 +616,26 @@ <a href="./tr/suexec.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/suexec.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/suexec.html.ko.euc-kr b/docs/manual/suexec.html.ko.euc-kr index 47d5e37e9f..77f60bc605 100644 --- a/docs/manual/suexec.html.ko.euc-kr +++ b/docs/manual/suexec.html.ko.euc-kr @@ -537,25 +537,26 @@ <a href="./tr/suexec.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/suexec.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/suexec.html.tr.utf8 b/docs/manual/suexec.html.tr.utf8 index 19c0141399..24340e90d3 100644 --- a/docs/manual/suexec.html.tr.utf8 +++ b/docs/manual/suexec.html.tr.utf8 @@ -558,25 +558,26 @@ <a href="./tr/suexec.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/suexec.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index e1b4626ccf..6f437e5476 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -351,25 +351,26 @@ Allow from example.org <a href="./fr/upgrading.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/upgrading.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/upgrading.html.fr b/docs/manual/upgrading.html.fr index cc840306a1..f7f47f5896 100644 --- a/docs/manual/upgrading.html.fr +++ b/docs/manual/upgrading.html.fr @@ -392,25 +392,26 @@ nécessiter une mise à jour des fichiers de configuration de la version <a href="./fr/upgrading.html" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/upgrading.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index d593f4dc2d..1f37c89c75 100644 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -347,25 +347,26 @@ proxying scenarios can be handled.</p> <a href="./tr/urlmapping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/urlmapping.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/urlmapping.html.fr b/docs/manual/urlmapping.html.fr index 66cbf6b328..db0c44b831 100644 --- a/docs/manual/urlmapping.html.fr +++ b/docs/manual/urlmapping.html.fr @@ -356,25 +356,26 @@ URLs</a></h2> <a href="./tr/urlmapping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/urlmapping.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/urlmapping.html.ja.utf8 b/docs/manual/urlmapping.html.ja.utf8 index 961582f299..8910931c4d 100644 --- a/docs/manual/urlmapping.html.ja.utf8 +++ b/docs/manual/urlmapping.html.ja.utf8 @@ -291,25 +291,26 @@ ProxyPassReverseCookiePath /foo/ /bar/ <a href="./tr/urlmapping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/urlmapping.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/urlmapping.html.ko.euc-kr b/docs/manual/urlmapping.html.ko.euc-kr index c4c351a029..eeee43419a 100644 --- a/docs/manual/urlmapping.html.ko.euc-kr +++ b/docs/manual/urlmapping.html.ko.euc-kr @@ -250,25 +250,26 @@ ProxyPassReverse /foo/ http://internal.example.com/bar/ <a href="./tr/urlmapping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/urlmapping.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">¿ë¾î</a> | <a href="./sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/urlmapping.html.tr.utf8 b/docs/manual/urlmapping.html.tr.utf8 index 3b6d1aa57f..2f93df079f 100644 --- a/docs/manual/urlmapping.html.tr.utf8 +++ b/docs/manual/urlmapping.html.tr.utf8 @@ -324,25 +324,26 @@ <a href="./tr/urlmapping.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/urlmapping.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/details.html.en b/docs/manual/vhosts/details.html.en index e1cf2dbe92..940fe2c9e4 100644 --- a/docs/manual/vhosts/details.html.en +++ b/docs/manual/vhosts/details.html.en @@ -317,25 +317,26 @@ <a href="../tr/vhosts/details.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/details.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/details.html.fr b/docs/manual/vhosts/details.html.fr index 7571f7df78..a71b7c051e 100644 --- a/docs/manual/vhosts/details.html.fr +++ b/docs/manual/vhosts/details.html.fr @@ -337,25 +337,26 @@ dynamiquement</a></li></ul><ul class="seealso"><li><a href="#comments_section">C <a href="../tr/vhosts/details.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/details.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/details.html.ko.euc-kr b/docs/manual/vhosts/details.html.ko.euc-kr index 25d6d66e41..1e1d92be1f 100644 --- a/docs/manual/vhosts/details.html.ko.euc-kr +++ b/docs/manual/vhosts/details.html.ko.euc-kr @@ -385,25 +385,26 @@ <a href="../tr/vhosts/details.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/details.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/details.html.tr.utf8 b/docs/manual/vhosts/details.html.tr.utf8 index 2d4cd9dbab..0b0c86973d 100644 --- a/docs/manual/vhosts/details.html.tr.utf8 +++ b/docs/manual/vhosts/details.html.tr.utf8 @@ -288,25 +288,26 @@ <a href="../tr/vhosts/details.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/details.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/examples.html.en b/docs/manual/vhosts/examples.html.en index c0900acb3a..0ba3006b87 100644 --- a/docs/manual/vhosts/examples.html.en +++ b/docs/manual/vhosts/examples.html.en @@ -566,25 +566,26 @@ DocumentRoot /www/subdomain/sub1 <a href="../tr/vhosts/examples.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/examples.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/examples.html.fr b/docs/manual/vhosts/examples.html.fr index e250f6adc1..c11475063e 100644 --- a/docs/manual/vhosts/examples.html.fr +++ b/docs/manual/vhosts/examples.html.fr @@ -662,25 +662,26 @@ <a href="../tr/vhosts/examples.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/examples.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/examples.html.ja.utf8 b/docs/manual/vhosts/examples.html.ja.utf8 index 34082f811b..0924f137c5 100644 --- a/docs/manual/vhosts/examples.html.ja.utf8 +++ b/docs/manual/vhosts/examples.html.ja.utf8 @@ -653,25 +653,26 @@ <a href="../tr/vhosts/examples.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/examples.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/examples.html.ko.euc-kr b/docs/manual/vhosts/examples.html.ko.euc-kr index 1a5875cc03..fe78da91af 100644 --- a/docs/manual/vhosts/examples.html.ko.euc-kr +++ b/docs/manual/vhosts/examples.html.ko.euc-kr @@ -630,25 +630,26 @@ <a href="../tr/vhosts/examples.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/examples.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/examples.html.tr.utf8 b/docs/manual/vhosts/examples.html.tr.utf8 index c33758977e..6e1ad87a63 100644 --- a/docs/manual/vhosts/examples.html.tr.utf8 +++ b/docs/manual/vhosts/examples.html.tr.utf8 @@ -630,25 +630,26 @@ <a href="../tr/vhosts/examples.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/examples.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/fd-limits.html.en b/docs/manual/vhosts/fd-limits.html.en index 24727aca86..86ed9c1ce4 100644 --- a/docs/manual/vhosts/fd-limits.html.en +++ b/docs/manual/vhosts/fd-limits.html.en @@ -130,25 +130,26 @@ Each file will be called <code>hostname.log</code>.</p> <a href="../tr/vhosts/fd-limits.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/fd-limits.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/fd-limits.html.fr b/docs/manual/vhosts/fd-limits.html.fr index 73da7a6752..4c73a4126a 100644 --- a/docs/manual/vhosts/fd-limits.html.fr +++ b/docs/manual/vhosts/fd-limits.html.fr @@ -144,25 +144,26 @@ nommé <code>nomduserveur.log</code>.</p> <a href="../tr/vhosts/fd-limits.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/fd-limits.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/fd-limits.html.ja.utf8 b/docs/manual/vhosts/fd-limits.html.ja.utf8 index bee60866a4..aea2bc0768 100644 --- a/docs/manual/vhosts/fd-limits.html.ja.utf8 +++ b/docs/manual/vhosts/fd-limits.html.ja.utf8 @@ -130,25 +130,26 @@ split-logfile < /logs/multiple_vhost_log <a href="../tr/vhosts/fd-limits.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/fd-limits.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/fd-limits.html.ko.euc-kr b/docs/manual/vhosts/fd-limits.html.ko.euc-kr index 61268c7286..fa36dadb44 100644 --- a/docs/manual/vhosts/fd-limits.html.ko.euc-kr +++ b/docs/manual/vhosts/fd-limits.html.ko.euc-kr @@ -125,25 +125,26 @@ split-logfile < /logs/multiple_vhost_log <a href="../tr/vhosts/fd-limits.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/fd-limits.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/fd-limits.html.tr.utf8 b/docs/manual/vhosts/fd-limits.html.tr.utf8 index f39ee6c4fa..91a23c928b 100644 --- a/docs/manual/vhosts/fd-limits.html.tr.utf8 +++ b/docs/manual/vhosts/fd-limits.html.tr.utf8 @@ -126,25 +126,26 @@ <a href="../tr/vhosts/fd-limits.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/fd-limits.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/index.html.de b/docs/manual/vhosts/index.html.de index 391319e879..0ac246be79 100644 --- a/docs/manual/vhosts/index.html.de +++ b/docs/manual/vhosts/index.html.de @@ -115,7 +115,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/index.html.en b/docs/manual/vhosts/index.html.en index 82cd61bd66..0e59f93dbf 100644 --- a/docs/manual/vhosts/index.html.en +++ b/docs/manual/vhosts/index.html.en @@ -110,7 +110,7 @@ hosts</a></li><li><a href="ip-based.html">IP-based virtual hosts</a></li><li><a </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/index.html.fr b/docs/manual/vhosts/index.html.fr index f97ac80fa1..c58f3b5f59 100644 --- a/docs/manual/vhosts/index.html.fr +++ b/docs/manual/vhosts/index.html.fr @@ -112,7 +112,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/index.html.ja.utf8 b/docs/manual/vhosts/index.html.ja.utf8 index 1c6b3d8002..4d49866c1e 100644 --- a/docs/manual/vhosts/index.html.ja.utf8 +++ b/docs/manual/vhosts/index.html.ja.utf8 @@ -111,7 +111,7 @@ </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/index.html.ko.euc-kr b/docs/manual/vhosts/index.html.ko.euc-kr index aeb5946ab7..aa3b134922 100644 --- a/docs/manual/vhosts/index.html.ko.euc-kr +++ b/docs/manual/vhosts/index.html.ko.euc-kr @@ -110,7 +110,7 @@ </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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/index.html.tr.utf8 b/docs/manual/vhosts/index.html.tr.utf8 index ce1a63e8fd..30684b6c95 100644 --- a/docs/manual/vhosts/index.html.tr.utf8 +++ b/docs/manual/vhosts/index.html.tr.utf8 @@ -110,7 +110,7 @@ </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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/index.html.zh-cn b/docs/manual/vhosts/index.html.zh-cn index 4e9ede4787..cf3cd30f70 100644 --- a/docs/manual/vhosts/index.html.zh-cn +++ b/docs/manual/vhosts/index.html.zh-cn @@ -95,7 +95,7 @@ </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="http://wiki.apache.org/httpd/FAQ">常è§é—®é¢˜</a> | <a href="../glossary.html">术è¯</a> | <a href="../sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/ip-based.html.en b/docs/manual/vhosts/ip-based.html.en index 864bd4166f..47446b4e4c 100644 --- a/docs/manual/vhosts/ip-based.html.en +++ b/docs/manual/vhosts/ip-based.html.en @@ -187,25 +187,26 @@ Virtual Hosts</a> to help you decide. </p> <a href="../tr/vhosts/ip-based.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/ip-based.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/ip-based.html.fr b/docs/manual/vhosts/ip-based.html.fr index 20c59d7be5..952f90169f 100644 --- a/docs/manual/vhosts/ip-based.html.fr +++ b/docs/manual/vhosts/ip-based.html.fr @@ -190,25 +190,26 @@ résident pour des serveurs virtuels</a></h2> <a href="../tr/vhosts/ip-based.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/ip-based.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/ip-based.html.ja.utf8 b/docs/manual/vhosts/ip-based.html.ja.utf8 index 764700d177..dd328930a3 100644 --- a/docs/manual/vhosts/ip-based.html.ja.utf8 +++ b/docs/manual/vhosts/ip-based.html.ja.utf8 @@ -163,25 +163,26 @@ <a href="../tr/vhosts/ip-based.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/ip-based.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/ip-based.html.ko.euc-kr b/docs/manual/vhosts/ip-based.html.ko.euc-kr index 8ac2c58721..b74f0f8a1b 100644 --- a/docs/manual/vhosts/ip-based.html.ko.euc-kr +++ b/docs/manual/vhosts/ip-based.html.ko.euc-kr @@ -153,25 +153,26 @@ <a href="../tr/vhosts/ip-based.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/ip-based.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/ip-based.html.tr.utf8 b/docs/manual/vhosts/ip-based.html.tr.utf8 index 1a5760c672..2761d3b9e0 100644 --- a/docs/manual/vhosts/ip-based.html.tr.utf8 +++ b/docs/manual/vhosts/ip-based.html.tr.utf8 @@ -191,25 +191,26 @@ <a href="../tr/vhosts/ip-based.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/ip-based.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/mass.html.en b/docs/manual/vhosts/mass.html.en index cd6b32584f..f8da310cc1 100644 --- a/docs/manual/vhosts/mass.html.en +++ b/docs/manual/vhosts/mass.html.en @@ -320,25 +320,26 @@ documentation</a>.</p> <a href="../tr/vhosts/mass.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/mass.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/mass.html.fr b/docs/manual/vhosts/mass.html.fr index a7001c8b8f..fa1bab8fa2 100644 --- a/docs/manual/vhosts/mass.html.fr +++ b/docs/manual/vhosts/mass.html.fr @@ -340,25 +340,26 @@ techniques sont décrites dans la <a href="../rewrite/vhosts.html">documentation <a href="../tr/vhosts/mass.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/mass.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/mass.html.ko.euc-kr b/docs/manual/vhosts/mass.html.ko.euc-kr index dcd57bd9a7..41b119ab19 100644 --- a/docs/manual/vhosts/mass.html.ko.euc-kr +++ b/docs/manual/vhosts/mass.html.ko.euc-kr @@ -426,25 +426,26 @@ RewriteRule ^/(.*)$ %1/cgi-bin/$1 <a href="../tr/vhosts/mass.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/mass.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/mass.html.tr.utf8 b/docs/manual/vhosts/mass.html.tr.utf8 index ef661b62ab..168072c5dd 100644 --- a/docs/manual/vhosts/mass.html.tr.utf8 +++ b/docs/manual/vhosts/mass.html.tr.utf8 @@ -311,25 +311,26 @@ VirtualScriptAliasIP /siteler/%0/cgi-bin<br /> <a href="../tr/vhosts/mass.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/mass.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/name-based.html.de b/docs/manual/vhosts/name-based.html.de index 7f46efee14..5a24f1ecda 100644 --- a/docs/manual/vhosts/name-based.html.de +++ b/docs/manual/vhosts/name-based.html.de @@ -272,25 +272,26 @@ <a href="../tr/vhosts/name-based.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'de'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/name-based.html.de'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/name-based.html.en b/docs/manual/vhosts/name-based.html.en index 437860de97..e2af2740f6 100644 --- a/docs/manual/vhosts/name-based.html.en +++ b/docs/manual/vhosts/name-based.html.en @@ -179,25 +179,26 @@ <a href="../tr/vhosts/name-based.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'en'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/name-based.html.en'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/name-based.html.fr b/docs/manual/vhosts/name-based.html.fr index 95d929d2ff..17afb28e83 100644 --- a/docs/manual/vhosts/name-based.html.fr +++ b/docs/manual/vhosts/name-based.html.fr @@ -223,25 +223,26 @@ virtuel basé sur le nom approprié</a></h2> <a href="../tr/vhosts/name-based.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'fr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/name-based.html.fr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/name-based.html.ja.utf8 b/docs/manual/vhosts/name-based.html.ja.utf8 index 4d79f045c9..cd86a4c1c3 100644 --- a/docs/manual/vhosts/name-based.html.ja.utf8 +++ b/docs/manual/vhosts/name-based.html.ja.utf8 @@ -276,25 +276,26 @@ <a href="../tr/vhosts/name-based.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ja'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/name-based.html.ja'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">用語</a> | <a href="../sitemap.html">サイトマップ</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/name-based.html.ko.euc-kr b/docs/manual/vhosts/name-based.html.ko.euc-kr index c0c670b707..8a3553933e 100644 --- a/docs/manual/vhosts/name-based.html.ko.euc-kr +++ b/docs/manual/vhosts/name-based.html.ko.euc-kr @@ -239,25 +239,26 @@ <a href="../tr/vhosts/name-based.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'ko'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/name-based.html.ko'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">¿ë¾î</a> | <a href="../sitemap.html">»çÀÌÆ®¸Ê</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- -if (typeof(prettyPrint) !== undefined) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> diff --git a/docs/manual/vhosts/name-based.html.tr.utf8 b/docs/manual/vhosts/name-based.html.tr.utf8 index 1796688bba..53dacff4c0 100644 --- a/docs/manual/vhosts/name-based.html.tr.utf8 +++ b/docs/manual/vhosts/name-based.html.tr.utf8 @@ -195,25 +195,26 @@ Barındırma</a></li><li><a href="examples.html">Çok kullanılan sanal konak ya <a href="../tr/vhosts/name-based.html" title="Türkçe"> tr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div> -<div id="disqus_thread"> -</div><script type="text/javascript"><!--//--><![CDATA[//><!-- -var lang = 'tr'; +<script type="text/javascript"><!--//--><![CDATA[//><!-- var disqus_shortname = 'httpd'; -var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; -if (disqus_identifier.indexOf("httpd.apache.org") != -1) { - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -} else { - var text = document.createTextNode("Comments have been disabled for offline viewing."); - document.getElementById('disqus_thread').appendChild(text); -} +var disqus_identifier = 'http://httpd.apache.org/docs/2.4/vhosts/name-based.html.tr'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="disqus_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="disqus_thread">Comments have been disabled for offline viewing.<\/div>'); + } +})(window, document); //--><!]]></script></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="http://wiki.apache.org/httpd/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) { +if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--><!]]></script> |