blob: 01168b27e9edcdff3f053b4b38bedf949523cc97 [file]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/css/apsite.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet">
<meta name="author" content="Documentation Group"><meta name="email" content="docs@httpd.apache.org">
{% block head %}
<title>{{ page.title }} - The Apache HTTP Server Project</title>
{% endblock %}
<style>
.headerlink {
visibility: hidden;
}
h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink, li:hover > .headerlink {
visibility: visible
}
</style>
</head>
<body>
<div id="page-header">
<p class="menu">&nbsp;</p>
<p class="apache">&nbsp;</p>
<a href="/">
<img alt="Apache HTTP Server" src="/images/httpd_logo_wide_new.png" id="site-logo">
</a>
<a class="badge" href="https://www.apache.org/foundation/contributing.html">
<img src="https://www.apache.org/images/SupportApache-small.png" alt="Support Apache">
</a>
<button id="menu-toggle" aria-label="Toggle navigation menu">&#9776;</button>
</div>
<div id="site-wrapper">
<div id="apmenu">
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<p style="margin-top: -10px;">
<!-- Apachecon! -->
<a class="acevent" data-format="wide" data-mode="light" data-width="160"></a>
</p>
{% if page.metadata.flood is defined %}
<h1 id="essentials">Essentials<a class="headerlink" href="#essentials" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="/test/flood/building.html">Building</a></li>
<li><a href="/test/flood/faq.html">FAQ</a></li>
</ul>
<h1 id="download">Download!<a class="headerlink" href="#download" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="http://www.apache.org/dyn/closer.lua/httpd/flood/">From a Mirror</a></li>
<li><a href="https://downloads.apache.org/httpd/">From Here</a></li>
</ul>
<h1 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="https://svn.apache.org/repos/asf/httpd/flood/trunk/DESIGN">Design</a></li>
<li><a href="https://svn.apache.org/repos/asf/httpd/flood/trunk/CONFIG">Configuration</a></li>
</ul>
{% else %}
<h1 id="essentials">Essentials<a class="headerlink" href="#essentials" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="/download.cgi">Download!</a></li>
<li><a href="/ABOUT_APACHE.html">About</a></li>
<li><a href="https://www.apache.org/licenses/">License</a></li>
<li><a href="https://wiki.apache.org/httpd/FAQ">FAQ</a></li>
<li><a href="/security_report.html">Security Reports</a></li>
</ul>
<h1 id="source-repositories">Source Repositories<a class="headerlink" href="#source-repositories" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="/dev/devnotes.html">General Information</a></li>
<li><a href="https://svn.apache.org/viewvc/httpd/httpd/trunk/">Trunk</a></li>
<li><a href="https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/">2.4</a></li>
</ul>
<h1 id="documentation"><a href="/docs/">Documentation</a><a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="/docs/2.4/">Version 2.4</a></li>
<li><a href="/docs/trunk/">Trunk (dev)</a></li>
<li><a href="https://wiki.apache.org/httpd/">Wiki</a></li>
</ul>
<h1 id="get-involved"><a href="/contribute/">Get Involved</a><a class="headerlink" href="#get-involved" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="/lists.html">Mailing Lists</a></li>
<li><a href="/bug_report.html">Bug Reports</a></li>
<li><a href="/dev/">Developer Info</a></li>
<li><a href="/support.html">User Support</a></li>
</ul>
<h1 id="subprojects">Subprojects<a class="headerlink" href="#subprojects" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="/docs-project/">Docs</a></li>
<li><a href="/test/">Test</a></li>
<li><a href="/test/flood/">Flood</a></li>
<li><a href="/modules">Modules</a></li>
<li><a href="/mod_fcgid/">mod_fcgid</a></li>
</ul>
<h1 id="related-projects">Related Projects<a class="headerlink" href="#related-projects" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="https://trafficserver.apache.org/">Apache Traffic Server</a></li>
<li><a href="https://trafficcontrol.apache.org/">Apache Traffic Control</a></li>
<li><a href="https://tomcat.apache.org/">Tomcat</a></li>
<li><a href="https://apr.apache.org/">APR</a></li>
<li><a href="https://perl.apache.org/">mod_perl</a></li>
</ul>
<h1 id="miscellaneous">Miscellaneous<a class="headerlink" href="#miscellaneous" title="Permanent link">&para;</a></h1>
<ul>
<li><a href="/contributors/">Contributors</a></li>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks!</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="https://www.apache.org/foundation/policies/privacy.html">Privacy</a></li>
</ul>
{% endif %}
</div>
<!-- RIGHT SIDE INFORMATION -->
<div id="apcontents">
{% block content %}
{% endblock %}
<!-- FOOTER -->
<div id="footer">
<p>Copyright &copy; 1997-{{ CURRENTYEAR }} The Apache Software Foundation.<br>
Apache HTTP Server, Apache, the Apache logo and the Apache HTTP Server logo are
either registered trademarks or trademarks of The Apache Software Foundation in the United States
and other countries.</p>
</div>
</div>
</div><!-- /#site-wrapper -->
<script>
(function() {
var toggle = document.getElementById('menu-toggle');
var menu = document.getElementById('apmenu');
if (toggle && menu) {
toggle.addEventListener('click', function() {
menu.classList.toggle('open');
});
}
})();
</script>
</body>
</html>