diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-05-07 16:21:38 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-05-07 16:21:38 +0200 |
commit | ea40fea5e032787271e263c51c56788ba3f96f09 (patch) | |
tree | 8ab52132bc8ee28ad3045ad7881ef3f7e8f0c512 /docs/manual/stopping.html.en | |
parent | XSL changes needed to add comments to our docs. (diff) | |
download | apache2-ea40fea5e032787271e263c51c56788ba3f96f09.tar.xz apache2-ea40fea5e032787271e263c51c56788ba3f96f09.zip |
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335034 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/stopping.html.en')
-rw-r--r-- | docs/manual/stopping.html.en | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index 290a1a6714..5c0ea79e85 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -42,7 +42,7 @@ <li><img alt="" src="./images/down.gif" /> <a href="#graceful">Graceful Restart</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#hup">Restart Now</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#gracefulstop">Graceful Stop</a></li> -</ul><h3>See also</h3><ul class="seealso"><li><code class="program"><a href="./programs/httpd.html">httpd</a></code></li><li><code class="program"><a href="./programs/apachectl.html">apachectl</a></code></li><li><a href="invoking.html">Starting</a></li></ul></div> +</ul><h3>See also</h3><ul class="seealso"><li><code class="program"><a href="./programs/httpd.html">httpd</a></code></li><li><code class="program"><a href="./programs/apachectl.html">apachectl</a></code></li><li><a href="invoking.html">Starting</a></li></ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> <h2><a name="introduction" id="introduction">Introduction</a></h2> @@ -235,7 +235,22 @@ syntax error(s).</div> <a href="./ja/stopping.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | <a href="./ko/stopping.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./tr/stopping.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> -</div><div id="footer"> +</div><div class="top"><a href="#page-header"><img src="./images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected +to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</div><div id="disqus_thread" /><script type="text/javascript"><!--//--><![CDATA[//><!-- +var lang = 'en'; +var disqus_shortname = 'httpd'; +var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").replace(/\/[a-z]{2}\//, "/").replace(window.location.protocol, "http:") + '.' + lang; +if (disqus_identifier.indexOf("httpd.apache.org") != -1) { + (function() { + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; + dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); + })(); +} else { + var text = document.createTextNode("Comments have been disabled for offline viewing."); + document.getElementById('disqus_thread').appendChild(text); +} +//--><!]]></script></div><div id="footer"> <p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="./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) { |