diff options
Diffstat (limited to 'docs/manual/programs')
53 files changed, 773 insertions, 725 deletions
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> |